‎2006 Oct 06 1:29 PM
I have a user who would like a report that specifically shows the details of a programs variants. When you use the SAP print function, it just shows the include icons (in green) and the exclude icons (in read) but there is no explanation when you try to print the variant.
Is there a built-in report or function module that will do this?
Thanks.
‎2006 Oct 06 1:35 PM
U can use the FM SELOPT_PRINT
Example
CALL FUNCTION 'SELOPT_PRINT'
EXPORTING
TEXT = TEXT-T05
TABLES
SELOPT = SO_DOCTY.
It would print
TEXT-T05(contents) description of entered SO_DOCTY.
Message was edited by: Anurag Bankley
‎2006 Oct 06 1:35 PM
U can use the FM SELOPT_PRINT
Example
CALL FUNCTION 'SELOPT_PRINT'
EXPORTING
TEXT = TEXT-T05
TABLES
SELOPT = SO_DOCTY.
It would print
TEXT-T05(contents) description of entered SO_DOCTY.
Message was edited by: Anurag Bankley
‎2006 Oct 06 1:43 PM
‎2006 Oct 06 2:28 PM
Suresh,
I tried using print_selections in se37. It came back with an empty program selection-screen without any of the entries. What is expected in the field 'Mode'?