‎2021 Oct 22 6:19 AM
my task is to explore bomb with submit query not with function module just like
SUBMIT program name
WITH field name EQ work area
WITH plant EQ 'type'
WITH field name EQ 'type'
WITH date EQ current date
WITH quantity EQ '--'
EXPORTING LIST TO MEMORY
AND RETURN.
IMPORT ------ FROM MEMORY ID '-----'. FREE MEMORY ID 'abc'.
LOOP AT it WHERE material = 'type '.
further calculation
can any one can define it clearly I dont need with function module
‎2021 Oct 22 6:32 AM
‎2021 Oct 22 7:20 AM
‎2021 Oct 22 9:04 AM
‎2021 Oct 22 9:07 AM
‎2021 Oct 22 3:30 PM
‎2021 Oct 22 3:35 PM
Each program has its own way to produce data. We can't help if you don't give the program name...