Hi,
I have created an LSMW recording to transfer assets within company code (transaction ABUMN). The recording created two target structure and I created the same number of source fields, configured the mappings and renamed some source fields as necessary. However, when I run the batch job to update in this recording, I get this error message 'No batch input data for screen SAPLAMDP 0100 Message no. 00 344'. Your urgent help is kindly appreciated. Thanks
Software/Hardware used:
ASKED:
June 15, 2005 1:56 AM
UPDATED:
June 17, 2005 4:17 AM
If your ABAPer has to change something in the LSMW generated report, the easiest way is to change to the online behaviour in the call transaction sentence.
Example:
data opt1 type CTU_PARAMS.
opt1-disMODE = MODE.
opt1-UPDmode = UPDATE.
opt1-nobinpt = ‘X’. ” online mode
CALL TRANSACTION ‘XXXX’ USING BDCDATA
options from opt1
MESSAGES INTO MESSTAB.
Then, you do not have to change the screen sequence.
Reason of this problem can be because of dates put in.