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,...
Created CDS View Entity with added new concatenated field of total price and currency code and Overall status text field using Association.Result :Happy Learning! Thanks
Hey, it was a great explaination. One thing which I didn't understand is the method create. What is the purpose of that method? Why it was created in the first place?
aocheng with what should I replace LW_RESULT with? LT_MTEMP contains the final field here by using this table(LT_MTEMP) I am checking out conditions. Why should I loop at LT_FINAL instead of LT_MTEMP?