Application Development 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: 

xd01 user exit/badi

Former Member
0 Kudos

Hi Experts,

My requirement is that,i have fetch customer details on customer create/change.I am able to fetch all fields of kna1 through exit sapmf02d.I am not able to fetch adr2-tel_number(mobile no),

adr6-smtp_addr(email),

j_1imocust-j_1ipanno(pan no),

j_1imocust-j_1ilstno(tin no),

j_1imocust-j_1icstno(cst no).Please provide me solution.

2 REPLIES 2

anesh_kumar
Active Participant
0 Kudos

Hi

Try to use Business transaction events

00001310 CUSTOMER MASTER DATA: GUI Callup

00001320 CUSTOMER MASTER DATA: Save

00001321 CUSTOMER MASTER DATA: Save with data transfer

00001330 CUSTOMER MASTER DATA: Key texts

00001340 CUSTOMER MASTER DATA: Final checks

00001350 CUSTOMER MASTER DATA: Individual duplication check

00001360 CUSTOMER MASTER DATA: Auth. check: Acct group

Using BERE transaction.

and check the below badis as well

badi's

CUSTOMER_ADD_DATA_CS

CUSTOMER_ADDRSCR_CHG

CUSTOMER_ADD_DATA

CUSTOMER_ADD_DATA_BI

Regards

Former Member
0 Kudos

Hi Pavan,

Try this Exit:

BADI CUSTOMER_ADD_DATA Additional Data at Customers

I am able to see all the datails in this Exit.

Thanks,

AMS