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: 

creating parameter id

Former Member
0 Kudos

Hi,

Mayby someone here knows how can I create a parameter id?

Thanks.

Promise to award points...

Ruthie.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Trx SE80

Edit Object->More....->SET/GET parameter ID

Max

5 REPLIES 5

Former Member
0 Kudos

Hi

Trx SE80

Edit Object->More....->SET/GET parameter ID

Max

Former Member
0 Kudos

Go to SE80 and edit object SET/Get parameter ID and create are else u can create by using the statement

set paremeter id 'id1'

and u can call that parameter id by statement

Get parameter id 'id1'

former_member181962
Active Contributor
0 Kudos

Go to sm30.

GIve tpara as the tablename.

Press enter.

Regards,.

Ravi

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Go to transaction SE84, open folder Programming, open folder programming environment, select Set/Get Parameters.

Regards,

Rich Heilman

Former Member
0 Kudos

hi Ruthie,

if you want to create Parameter ID for a DDIC field, you have to mention the an name for the paramete in the DATA ELEMENT.

you can set and get values to these parmaters, in abap programs using the statents

SET PARAMETER ID pid FIELD f

or

GET PARAMETER ID pid FIELD f.

Hope this helps.

Sajan.