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

xd01 user exit

Former Member
0 Likes
842

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 .

5 REPLIES 5
Read only

shishupalreddy
Active Contributor
0 Likes
798

Hi ,

Use CUSTOMER_ADD_DATA BADI

save_data method here u can catch the customer number created.

Regards

Read only

0 Likes
798

hi

i must use xd01 transaction.

Read only

0 Likes
798

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

Read only

Former Member
0 Likes
798

Hi ..

try Enhancment>SAPMF02D> FM>EXIT_SAPMF02D_001.

Regards,

Himanshu

Read only

Former Member
0 Likes
798

Hi,

You can use this BADI CUSTOMER_ADD_DATA. implement this badi. use method MODIFY_ACCOUNT_NUMBER.

Thanks.