cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits after save of XD01/XD02

Former Member
0 Kudos

Hello,

I would like to save the Updated Customer details (Kunnr,Name1,Company Code and Delivering Plant ) into a Ztable after every 'Save' of Customer Master through XD01 or XD02.

I have checked the user exit EXIT_SAPMF02D_001 but while creating a new Customer I donot get the value for KNA1-KUNNR at that point and other details. Even KNA1 or CDHDR / CDPOS is not getting updated at this point.

Please help me to find a place to write the code in XD01/XD02.

Regards

Geeta Shewale

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can look after Business Transaction Event 1321 or 1320.

See transaction FIBF

There you can attach your own custom function module to implement your extra processing.

Keep in mind to update your Ztable in update task in order to avoid useless records if a rollback occurs.

BR

Alain

Answers (1)

Answers (1)

Former Member
0 Kudos

hello Geeta,

this is not possible during creation as the internal number assignment is not available yet in the database.

What you could do is create a program to check for chnages or creations and run it as a job each day, should there be a delta, you could use your Z-program for update as a successive step