cancel
Showing results for 
Search instead for 
Did you mean: 

Default Value in Customer Master Create

Former Member
0 Kudos

When creating customer master using xd01, the order combination field is always checked when you pull up that Shipping tab. Is there a way to have this field default to unchecked once the screen is pulled up. OVT0 only allows me to supress, make it required, make it optional or display it.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi It will require ABAP to set the defaults in customer master. Use the BADI FM_CUSTOMER_ADD_DATA and method PRESET_VALUES_SAREA to accomplish that.

Thanks,

Gagan

Answers (2)

Answers (2)

Former Member
0 Kudos

You can probably use a "Field Exit" (look into this functionality) It may actually use the same BADI the other response mentioned.

I don't know what Prem was talking about in his repsonse, but those T-codes have nothing to do with your question

Bill

Former Member
0 Kudos

Hi

we have combine type .in this we will keep some data in default T-code isOVAO

like we will keep some data to item proposals also for this T-code VA51

Prem