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

use of this function module

Former Member
0 Likes
426

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

1 ACCEPTED SOLUTION
Read only

0 Likes
393

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

3 REPLIES 3
Read only

Former Member
0 Likes
393

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

Read only

0 Likes
394

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

Read only

Former Member
0 Likes
393

Have understood the use of it