2010 Dec 16 10:30 AM
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
2010 Dec 16 10:49 AM
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
2010 Dec 16 10:49 AM
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.
2010 Dec 16 11:19 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |