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: 

How to provide the default value to the standard input field

Former Member
0 Kudos

Hi.

In XD01 we have the Trnasport Zone input field.

Now i want display '0000001' as bydefault.

How it is possible.

How to provide the default values to the Standard Input Fields.

Is it possible by using Field Exit.

Thank You.

Regards,

B. Krishna.

7 REPLIES 7

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you are calling from program using call transaction, use set paramater.

0 Kudos

TZONE is not having any Parameter ID.

Even if it is having the Parameter ID whee we have to write the code.

0 Kudos

Might be possible using a user exit / BAdI, but have you also considered customizing? In some cases certain fields can be set via customizing. Another option would be to create transaction variants (transaction SHD0).

Former Member
0 Kudos

Hi,

<< Cut and paste without attribution from http://www.sap-img.com/general/what-is-user-specific-parameter.htm removed >>

Regards

Edited by: Rob Burbank on May 14, 2009 12:28 PM

Former Member
0 Kudos

Hi,

you can use set parameter id to initialize the field.

Former Member
0 Kudos

Hi,

i think it can be possible through the exits, first of all try to find the exits avaialble for this particular transactions, in that exits if you find any screen exit write the code in PBO of the screen (just initialize the transport zone field value).

Regards,

venu

Former Member
0 Kudos

Hi Krishan,

not the relevent answer... delected

Edited by: SRINIVAS BUMBATHULA on May 19, 2009 8:41 AM