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

Create debitor with default value

Former Member
0 Likes
814

I want a default customer Number ( KUNNR ) in TRX XD01.

The number range is extern but it should be a initial value there.

I found no badi or exit to do this. All I can find is EXIT_SAPMF02D_001 and BADI CUSTOMER_ADD_DATA. But both get called after the initial popup.

A Z-Transaction with something like

SET PARAMETER ID 'KUN' FIELD 12345

Is not a possible way for my users

Does someone have a tip for me?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

Hi,

Try using the business transaction event

00001330 CUSTOMER MASTER DATA: Key texts

In that try to set the parameter..

I believe this is getting called before the initial screen of XD01..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
548

Sure - use SE93 to create a parameter transaction.

Sorry - are you saying this is what you do <b>not</b> want to do?

Rob

Message was edited by: Rob Burbank

Read only

Former Member
0 Likes
549

Hi,

Try using the business transaction event

00001330 CUSTOMER MASTER DATA: Key texts

In that try to set the parameter..

I believe this is getting called before the initial screen of XD01..

Thanks,

Naren

Read only

0 Likes
548

Thanks Naren, your Tip was awesome.

Peter