2006 Dec 05 12:52 PM
Hi All,
Can any one tell me the function module name to fill the select options on the screen which is called by "Call Transcation".
Please kindly help as early as possible.
Regards
Anil Kumar K
Hi All,
Can any one tell me the function module name to fill the select options on the screen which is called by "Call Transcation".
Please kindly help as early as possible.
Regards
Anil Kumar K
2006 Dec 05 12:54 PM
Hi Anil,
I hope please check FM -TABLE_SELECTOPTIONS_INPUT
Regards
Bhupal Reddy
Message was edited by:
Bhupal Reddy Vendidandi
Message was edited by:
Bhupal Reddy Vendidandi
2006 Dec 05 12:55 PM
hi
are you trying to fill the select-options/parameters on the screen and use
call transaction TTT and skip first screen?
2006 Dec 05 12:57 PM
hi,
If you do not want to fill the selection screen for any transaction use
CALL TRANSACTION ta AND SKIP FIRST SCREEN.
This addition suppresses the display of a screen of the initial dynpro of a called dialog transaction. The addition AND SKIP FIRST SCREEN suppresses the first screen under these prerequisites:
For the initial dynpro, in the Screen Painter the own dynpro number must not be specified as the next screen number.
All mandatory input fields of the initial dynpro must be filled completely and with the correct values by the SPA/GPA parameters
If these prerequisites are met, that screen of the dynpro is displayed that is specified in the Screen Painter as the next dynpro of the initial dynpro.
Hope this helps.
Regards,
Richa
2006 Dec 05 1:00 PM
what do you want to do ?? run the transaction with predetermined values like BIM's or do dou want to start up the selection screen with a certain variant and go from there ??
with a variant you can do this in most modules save the variant under the name
SAP_TCODE_[tcode]
so the name of the standard variant for tcode IW72 is SAP_TCODE_IW72
if you use call transaction the variant is automatically loaded
kind regards
arthur
Message was edited by:
A. de Smidt
2006 Dec 05 1:03 PM
Select Options are just range tables.
So say there is a select option for BUKRS.
you create a range table in ur program for BUKRS and just copy the range table to the select option table. the options are filled automatically.
I hope u have got what I am trying to say.
Hope this helped you.. If it did... plz reward points.