Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

trans mb5b

Former Member
0 Likes
785

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?

4 REPLIES 4
Read only

Former Member
0 Likes
756

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

Read only

0 Likes
756

where can i wrote this, it's standard prog

Read only

Former Member
0 Likes
756

hi ,

u can copy RM07MLBD as ZRM07MLBD.And after u can change.

regards,

Burak

Read only

vinod_gunaware2
Active Contributor
0 Likes
756

Hi

Just check what logic use to populate date in report.

Copy same logic in report.

It will be useful.

regards

vinod