former_member686194
Explorer
Member since ‎05-02-2019

User Statistics

  • 13 Posts
  • 0 Solutions
  • 2 Kudos given
  • 3 Kudos received

User Activity

Hi Experts, I have below requirement - All material movement types ending with an odd number, e.g. 101, 201, 221… should be positive amount number, and all movement types ending with an even number, e.g. 102, 202, 222… should Amount be negative ...
Hello Experts, I want to fetch data from COOIS tcode in program and display it. Code- IF s_werks IS NOT INITIAL. APPEND VALUE #( selname = 'S_WERKS' kind = 'S' sign = 'I' option = 'EQ' low = s_werks-low high = '' ) TO t_parameters. ENDIF. " IF...
Hi Experts, I have developed a CDS view and one of the column in it is of Bill of Lading(BOLNR). My requirement is to put '#' if BOLNR is initial. I tried with Coalesce and Case Statement with below code but it is not working as expected. Code1...
Hi Experts, I want to update Infotype 0025. Is there any standard program available for mass upload? Or do you have code by using bapi_apprazisal_create Bapi?
Hi Experts, Is there any way we can use repetitive structure in CDS View? Example: need to fetch a particular date type from Infotype 0041.