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

parameter

Former Member
0 Likes
497

plz clarify how can we get selection screen parameter ids for the corresponding database fields

4 REPLIES 4
Read only

Former Member
0 Likes
475

just give F1 on the parameter and then F9, then you can find the parameter id.

Read only

Former Member
0 Likes
475

Hi venkatarao,

1. see this code (just copy paste)

REPORT abc.

PARAMETERS : bukrs LIKE t001-bukrs.

INITIALIZATION.

GET PARAMETER ID 'COMP_CODE' FIELD bukrs.

2. For getting the parameter id NAME,

Goto SE11

Type in the data element name

Or (for table fieldname, double click it

and go to respective data element )

3. Select the tab (Further Characteristics)

4. below is the parameter id NAME

which should be used in programs.

I hope it helps.

regards,

amit m.

Read only

Former Member
0 Likes
475

select parameter and say F1 and then go to technical information there you can find parameter id

Read only

0 Likes
475

hi,

or go to se11 with the data element

and look under (further) characteristics

Andreas