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

Where to create new parameter?

Former Member
0 Likes
3,631

T-code:SU01

i add new parameterID in parameter tab, but it said my parameterID is not existed.

My question is where can i create a new parameter ID?

7 REPLIES 7
Read only

Former Member
0 Likes
2,591

Create a entry in TPARA table.

Read only

varma_narayana
Active Contributor
0 Likes
2,591

Hi..

We can use SE80 To Create PARAMETER ID.

Goto SE80

<b>Menu path :</b>

Select Workbench->Other Object (Edit object) -> Select the Tab MORE ..

-> SET/GET Parameter ID

These parameter IDs are stored in table TPARA.

Now you have to assign this Parameter ID to the Field

You can Assign either in the Data Element or At The Screen field level.

<b>Reward if Helpful</b>

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
2,591

Hi,

You need to goto SM30 and enter TPARA and say Maintain.

Create your new PARAMETER ID there.

Then assign this to the Data element.

Regards,

Sesh

Read only

Former Member
0 Likes
2,591

SM32 Maintain Table Parameter ID TAB SM33 Display Table Parameter ID TAB ... ST62 Create industry short texts STAT Local transaction statistics

Read only

Former Member
0 Likes
2,591

SM30

Read only

Former Member
0 Likes
2,591

i created my parameter ID use Narayana Varma's method.thank you.

Read only

0 Likes
2,591

Hello,

I would like to create a parameter ID which will help me to access to a special screen.

Means that , if a do a : call transaction 'pp01'.

I want to set the parameter ID in order to enter in the tab 'Relationship' of a object .

I already set the object id and object type by :

SET PARAMETER ID 'POT' FIELD '9T'.

SET PARAMETER ID 'PON' FIELD '20000001'.

but I didn't find how to set the parameter in order to enter directly in the screen relation ship per exemple

Thank you for help

Saad