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

creating parameter id

Former Member
0 Likes
792

Hi,

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

Thanks.

Promise to award points...

Ruthie.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

Hi

Trx SE80

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

Max

5 REPLIES 5
Read only

Former Member
0 Likes
693

Hi

Trx SE80

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

Max

Read only

Former Member
0 Likes
692

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'

Read only

Former Member
0 Likes
692

Go to sm30.

GIve tpara as the tablename.

Press enter.

Regards,.

Ravi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
692

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

Regards,

Rich Heilman

Read only

Former Member
0 Likes
692

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.