2006 Mar 22 1:00 PM
i have this trans with RM07MLBD prog.
i want take data from this prog when it taking the data to the screen
how could i?
2006 Mar 22 1:05 PM
Hi Liat,
You can use the option 'EXPORTING LIST TO MEMORY' of <b>submit</b> statement to save it in SAP memory and leaves the called report immediately. Since the calling program can read the list from memory and process it further, you need to use the addition ... AND RETURN .
You can read the saved list from SAP memory with the function module 'LIST_FROM_MEMORY'.
You can process this list further with the function modules 'WRITE_LIST' , 'DISPLAY_LIST' ... of the function group "SLST" .
Regards,
Raj
2006 Mar 22 1:11 PM
2006 Mar 22 2:03 PM
hi ,
u can copy RM07MLBD as ZRM07MLBD.And after u can change.
regards,
Burak
2006 Mar 22 2:10 PM
Hi
Just check what logic use to populate date in report.
Copy same logic in report.
It will be useful.
regards
vinod