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

Maintaining Parameter id

Former Member
0 Likes
4,784

Hi folks,

I have developed a custom screen. I need to maintain parameter id for some of the fields as those are not predefined fields. Where should maintain those.Should i maintain in the screen attributes or is there any other place to maintain parameter id for the data dictionary fields.

Thanks in advance,

Shyam.

10 REPLIES 10
Read only

Former Member
0 Likes
2,723

Hi Shyam,

You can mainatin ur own parameter id in table/view TPARA thru tcode sm30.

Read only

Former Member
0 Likes
2,723

hi,

if ur used dictionary fields at for that field dataelement level u can add parameter id,

the screen will automaticlly take that parameter id.

other wise ucan create at attributes level of that screen..

if it was not refering db then u should create attributes level of that screen.

thanq,

rajesh.k

Read only

Former Member
0 Likes
2,723

Hi shyam,

You can define the parameter id in the screen layout,

In any particular fields screen attributes , there is one Attribute called Parameter ID.

There we can set and get the ID both, for that particular field.

Hope it helps you

Regrds

Mansi

Read only

Former Member
0 Likes
2,723

Hi,

when you double click on a particular I/O box, Screen attributes -> attributes ->under Dict

you can see parameter id. You can give the paramter name over there.

Regards,

Manoj Kumar P

Read only

Former Member
0 Likes
2,723

Hi,

You can follow the below steps:

1. Go to the screen you want to create a default value for.

2. Click on the field for which you want to create a default value

3. Press the F1 key on the keyboard or click the Help button (Mac only) to access the Help screen.

4. Click the Technical Info button or press F9.

5. Write down the parameter ID value.

6. Click the Enter button twice to return to the transaction screen.

7. Follow the menu path: System>>User profile>>Own data or enter the transaction code: /nsu3.

A new SAP session opens and the "Maintain User Profile" screen appears.

8. Click the Parameters tab.

9. Enter the Parameter ID you obtained from the Technical Information screen in a blank Parameters field.

10. Enter the value you want as the default in the corresponding Value field. The Text field will be filled in after you log off and log on again to SAP and the list of parameters will be in alphabetical order.

11. Click the Save button to save your changes or click the Exit button to cancel your changes.

The new default value does not take effect until you log off and log on again to SAP.

12. Click the Exit button to quit the SAP session.

Hope this helps.

Regards,

Nischay

Read only

Former Member
0 Likes
2,723

Hi ,

Simple is to goto transaction SU3.

Enter parameter name and value.

Thanks,

Vivekanand

Read only

Former Member
0 Likes
2,723

Hi Shyam,

When developing screen on the screen painter, you give a input/ouput field as a parameter, double click on it you get the properties page for this field, On this page, at the bottom , go to the Dict tab of the attributes frame, you can find the parameter ID field over there, you can maintain the parameter id for your field over there

Regards,

Siddarth

Read only

Former Member
0 Likes
2,723

Hi Shyam,

When u Create a screen in TCode SE51 use provide the parameters for your screen, when u double click on any parameters there a properties window is displayed on the screen with the dict/ display attributes of that parameter there u shall find the parameter id field where u can maintain a parameter id for that screen parameter.

Regards

Ravi Aswani

Read only

gaursri
Active Contributor
0 Likes
2,723

We can use set parameter and get parameter statement.You can also use Export and Import statement for the same pupose .

Please do check the link might be helpful.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm

Have a nice day ahead.

Read only

Former Member
0 Likes
2,723

Hi,

you can maintain it in the screen field attributes.

Generally you will be using standard data elements. so you cannot change them to maintain parameter id.

Regards,

Phani.

Edited by: Phani Krishna on Feb 4, 2009 5:19 PM