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 ID

Former Member
0 Likes
618

Plse how can i create Parameter ID? I want create it for new data element.

Thanks,

5 REPLIES 5
Read only

Former Member
0 Likes
597

Refer to the below related thread

Read only

Former Member
0 Likes
597

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.

you could also use function..

'RS_PARAMETER_ADD'

FYI

http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html

http://www.sapgenie.com/sapfunc/purchasing.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7307b1af11d194f600a0c929b3c3/content.htm

- Guru

Read only

JozsefSzikszai
Active Contributor
0 Likes
597

hi SIMO,

start SE80, click on icon Edit Object, a popup will appear, enter the name of the parameter ID (Z...) and click on Create on the bottom of the popup...

hope this helps

ec

Read only

0 Likes
597

Thanks Eric.

Thanks for all your answers