‎2005 Dec 16 6:57 AM
plz clarify how can we get selection screen parameter ids for the corresponding database fields
‎2005 Dec 16 6:59 AM
just give F1 on the parameter and then F9, then you can find the parameter id.
‎2005 Dec 16 7:01 AM
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.
‎2005 Dec 16 7:01 AM
select parameter and say F1 and then go to technical information there you can find parameter id
‎2005 Dec 16 7:11 AM
hi,
or go to se11 with the data element
and look under (further) characteristics
Andreas