Infoset Query: One more Tip
Author: Jogeswara Rao Kavala
Hi Infoset Lovers,
Many knowledge pieces in the area of Infosets have been shared by me so far, through Documents, Discussions. Among all these, the Document
10 Useful Tips for Infoset Queries believed to be on the top in richness of content.
In this document, another useful tips is being shared with you all.
The Objective
To have your custom message printed in the Status bar of the Selection Screen as well as in the Status bar of the ALV screen.
The End Result
SELECTION SCREEN
ALV OUTPUT
Interested? Then Do these small things in your Infosets.
- In the Extras push button space of Infoset, you have a Code Tab-page. Here you select
‘AT SELECTION-SCREEN OUTPUT’ from the drop down list and give code like shown in the picture, by customising as per your need. Save the code.
This results in displaying the message within quotes, in the status bar of the selection-screen as soon as you run the query (through a Tcode or through SQ01)
(Like shown in the picture1 of this document)
- Now, again in the Extras push button space, in the Code Tab-page. select
‘END-OF-SELECTION (after list)’ option from the drop down list and give code like shown in the picture, by customising as per your need.
This results in the display of the message in the Status bar of the ALV output.
(Like shown in the picture2 of this document)
Note: In the code Type ‘S’ syntax makes this message appear in Status bar. If it is Type ‘I’ it would be appearing as a pop-up.
Just to remind
After changes and Generation of Infoset, we should not forget that the changes will be seen in the Infoset Query, only after Executing SQ01 once.
Try it !
Jogeswara Rao K