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 for field Unloading Point

Former Member
0 Likes
1,090

Hi All,

I have to add user specific default value to the field Unloading Point but as there is no parameter ID attached to it , I created a custom parameter ID and through SU3 put default value to it but it is not reflecting in transactions.

Could anyone please help me where I am going wrong I have tried by Logging of my user ID and tried is there any other way.

As it is SAP standard field and used in many Transactions I cannot use SET/GET PID . Please suggest waht should I do.

Thanks in advance,

Hi All,

I have to add user specific default value to the field Unloading Point but as there is no parameter ID attached to it , I created a custom parameter ID and through SU3 put default value to it but it is not reflecting in transactions.

Could anyone please help me where I am going wrong I have tried by Logging of my user ID and tried is there any other way.

As it is SAP standard field and used in many Transactions I cannot use SET/GET PID . Please suggest waht should I do.

Thanks in advance,

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
920

Check in TPARA table.

Read only

Former Member
0 Likes
920

Hi Gautham,

Thanks for your quick reply. I have already checked it's there in TPARA table.

Any other problem which I might overlook.

Thanks in advance.

Read only

Former Member
0 Likes
920

Hi,

The parameter id which is created should be assigned in the dataelement which is used in Unloading Point field displayed in the transaction.

Read only

0 Likes
920

Hi Avi,

I have created a customized parameter ID and attached it to the Unloading Point field data element using access key.

Thanks for your reply and please let me know if anybody has faced similar type of problem.

Thanks in advance.

Read only

0 Likes
920

Hi Das, <li>Even though you attach parameter, value to parameter id, there is no guarantee that your value assigned to parameter id is reflected.Because GET PARAMETER ID statement should be there to retrieve assigned value. Without that its not possible. <li> Check the program for the transaction, whether GET parameter has been used or not for that particular. Thanks Venkat.O

Read only

Former Member
0 Likes
920

Closed