‎2006 Nov 07 4:18 PM
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 12345Is not a possible way for my users
Does someone have a tip for me?
‎2006 Nov 07 4:31 PM
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
‎2006 Nov 07 4:26 PM
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
‎2006 Nov 07 4:31 PM
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
‎2006 Nov 08 4:37 PM