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

create parameter ID

Former Member
0 Likes
831

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
Read only

Laxmana_Appana_
Active Contributor
0 Likes
766

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

Read only

former_member181966
Active Contributor
Read only

Former Member
0 Likes
766

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

Read only

Former Member
0 Likes
766

This message was moderated.

Read only

Former Member
0 Likes
766

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