Application Development 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: 

create parameter ID

Former Member
0 Kudos

Hi all,

GET PARAMETER ID 'RID' FIELD REPID.

How can we create Parameter Id (RID).The above statement contains RID is parameter ID. What are the steps for parameter Id creation?

Thanks in Advance.

5 REPLIES 5

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

Generally Parameter ID for any Z field is set at Data Element level in Further Characteristics tab. give a name at data element level and double click on that name , system window open to create the mentioned parameter id.

or

write a statement like

set paramet id 'ZTES' field ztest-test.

double click on ZTES, system popup will come , give name to it and save it.

Regards

Appana

*assign points for useful answers

former_member181966
Active Contributor

Former Member
0 Kudos

To use GET Parameter option, you need to have a parameter Id created.

SET PARAMETER ID 'xxxxx' FIELD <ITAB/WA>.

DOUBLE CLICK ON THE 'xxxx' FIELD, IT GIVES YOU A PROMPT FOR CREATION.

regards,

Larry

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Priya,

Go to SE80 -> Repository Browser -> Edit Object -> More tab -> Click SET/GET Parameter ID -> Click on create (F5).

Hope this helps.

Thanks,

Tooshar Bendale