2009 Aug 05 8:54 AM
hi
i created a customer, the system generate a customer number .
i want to have this custumer number with user-exit.
which i use user-exit ?
Thanks .
hi
i created a customer, the system generate a customer number .
i want to have this custumer number with user-exit.
which i use user-exit ?
Thanks .
2009 Aug 05 9:03 AM
Hi ,
Use CUSTOMER_ADD_DATA BADI
save_data method here u can catch the customer number created.
Regards
2009 Aug 05 9:07 AM
2009 Aug 05 9:14 AM
Hi ,
The mentioned BADI can be used for XD01/XD02/VD01/VD02 .....Etc Tcodes If u want that to trigger only for XD01 u can kee p a condition
if sy-ucomm = 'XD01'.
tHEN U can write u r code.
Regards
2009 Aug 05 9:07 AM
Hi ..
try Enhancment>SAPMF02D> FM>EXIT_SAPMF02D_001.
Regards,
Himanshu
2009 Aug 05 9:09 AM
Hi,
You can use this BADI CUSTOMER_ADD_DATA. implement this badi. use method MODIFY_ACCOUNT_NUMBER.
Thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |