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

Need a function module to fill the select options ( Call Transcation )

Former Member
0 Likes
760

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

5 REPLIES 5
Read only

Former Member
0 Likes
703

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

Read only

Former Member
0 Likes
703

hi

are you trying to fill the select-options/parameters on the screen and use

call transaction TTT and skip first screen

?

Read only

Former Member
0 Likes
703

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

Read only

Former Member
0 Likes
703

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

Read only

former_member69765
Contributor
0 Likes
703

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.