achal_mukaty
Explorer
Member since ‎2021 Sep 17

User Statistics

  • 30 Posts
  • 0 Solutions
  • 13 Kudos given
  • 1 Kudos received

User Activity

Hi Experts,I am using FM ARCHIVFILE_CLIENT_TO_SERVER to upload file from my desktop to AL11 Path which works perfectly fine when I execute from SAP GUI but does not work when I execute from FIORI tile which calls the same program.  gv_file_path = 'te...
I have a SQL query from which I need to generate ABAP code. /*/ To find Pricing Mismatch between Sales order and Pricing Condition with temp0 as ( select distinct MY.ZSERIES_CD SERIES_CD ,my.MATNR MDL_CD ,my.ZMODEL_YR MDL_YR ,my.ZMODE...
Hi There, I need to upload Promise to pay data using BAPI/FM from an excel file. There is a data migration template which will include all the required fields for the creation of a Customer Promise To Pay in the system. The migration will happe...
I have few E1EDP01 segments with no data but it's sub-segments has data, now I want to loop at e1edp01 and check if it has no data, then clear the data from sub-segments(ZE1EDP01, E1EDP02, E1EDP03....) as well. How can I solve this?
Hi guys, I want to sum up FKIMG field values by checking where KBETR field values are same if it is different then don't sum up. In this case it should sum up and there will be only one row : POSNR = 90, FKIMG = 470, MATNR = 00..34,...