‎2008 Mar 25 10:07 AM
hi,
can anyone explain the use of this function module, i coudn't find any documentation .
This function module prints the data selected in selection screen.. but i want a breif explanation y we use this and wat for is this....
FM_SELECTION_CRITERIA_PRINT
‎2008 Mar 25 10:18 AM
Hi,
FM_SELECTION_CRITERIA_PRINT -- Print out selection criteria in a nicely formatted manner.
It is a standard way to capture all the user entered data on the selection screen and print it in the report output.
Regards,
Sreekanth.G
‎2008 Mar 25 10:17 AM
Hi,
1. Suppose the requirement is to know the parameters/select-options selected on the selection screen, on the list output (report).
Because once we are on the report output , we wouldnt know the selection parameters made. The only way is to go back & check. Instead of going back we can use this FM to know even when we are on the o/p.
2. Also to take a print of both the report output& selection parameters.
Reward if useful.
Thanks
SMS
‎2008 Mar 25 10:18 AM
Hi,
FM_SELECTION_CRITERIA_PRINT -- Print out selection criteria in a nicely formatted manner.
It is a standard way to capture all the user entered data on the selection screen and print it in the report output.
Regards,
Sreekanth.G
‎2008 Mar 25 11:38 AM