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

ALV report

suryasarathi_basu
Participant
0 Likes
751

Is it possible to show data in customised ALV report from Tcode MB5B?

Moderator message: please use more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Dec 16, 2010 12:48 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

Yes its possible. But what data you need that's important. If you need some filed data then in that standard report RM07MLBD, search for the appropriate PERFORM statement and copy the logic.

Now there are another option ( if no other option left)..

In your custom program , Use Submit to program RM07MLBD with the selection criteria and Put a implicit enhancement before the ALV display of report RM07MLBD. Now check in ABAP stack if the RM07MLBD is being called from your Z program , and take all the value of AVL o/p table to your internal table and come back to your Z program with out executing the RM07MLBD.

Is it possible to show data in customised ALV report from Tcode MB5B?

Moderator message: please use more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Dec 16, 2010 12:48 PM

2 REPLIES 2
Read only

Former Member
0 Likes
616

Yes its possible. But what data you need that's important. If you need some filed data then in that standard report RM07MLBD, search for the appropriate PERFORM statement and copy the logic.

Now there are another option ( if no other option left)..

In your custom program , Use Submit to program RM07MLBD with the selection criteria and Put a implicit enhancement before the ALV display of report RM07MLBD. Now check in ABAP stack if the RM07MLBD is being called from your Z program , and take all the value of AVL o/p table to your internal table and come back to your Z program with out executing the RM07MLBD.

Read only

Former Member
0 Likes
615

Try creating a layout variant in the alv display .