‎2010 Jun 29 3:06 PM
Hi!
I am executing the "BAPI_CUSTOMER_CREATEFROMDATA1" and "BAPI_CUSTOMER_CHANGEFROMDATA1" but they are not passing into the user exit MF02DFEX.
Is threre any possibility to solve this problem?
Thanks.
Best regards.
‎2010 Jun 30 8:36 PM
It's a long shot, but check if [Note 905308 - Quarterly Update does not trigger BTE, Badis or user exits|https://service.sap.com/sap/support/notes/905308] applies.
‎2010 Jun 30 8:36 PM
It's a long shot, but check if [Note 905308 - Quarterly Update does not trigger BTE, Badis or user exits|https://service.sap.com/sap/support/notes/905308] applies.
‎2010 Jul 01 12:17 PM
‎2010 Jul 01 12:32 PM
Hi,
Put the break point on the statement in MF02DFEX
check t020-aktyp = 'H'
or t020-aktyp = 'V'.Check whether execution control is stopping at this point.
Regards
Vinod
‎2010 Jul 01 12:42 PM
Hi!
I changed to
CHECK T020-AKTYP = 'H'
OR T020-AKTYP = 'V'.
but it did not work.
Do you konw another user-exit that i can use for this BAPI?
Thanks.
‎2010 Jul 01 12:50 PM
Hi,
Have you tried the enhancement "SAPMF02D", component "EXIT_SAPMF02D_001".
Regards
Vinod
‎2010 Jul 01 1:53 PM
Hi!
It did not work.
I need to include two partners ( "Partner Functions" ) and this BAPI is not possible.
Do you kown one?
Thanks.
‎2010 Jul 01 3:06 PM
Hi Clayton,
I'm confused now... are you looking for another BAPI to create customers or are you looking for another user-exit inside BAPI_CUSTOMER_CREATEFROMDATA1?
Regards,
Ana Luisa.
‎2010 Jul 01 3:21 PM
Hi!
I m sorry.
I want a user-exit to work in the BAPI_CUSTOMER_CREATEFROMDATA1.
Thanks.
‎2010 Jul 01 3:38 PM
Hi Clayton,
You could create an enhancement spot in program LV02DF01, at the end of subroutine PARTNER_INSERT.
Regards,
Ana Luisa.
‎2010 Jul 01 7:11 PM
Hi!
I would not like to change a standard program.
Thank you.
‎2010 Jul 01 7:17 PM
‎2010 Jul 01 8:17 PM
hi!
I´d alredy created a ZBAPI_CUSTOMER_CREATEFROMDATA1. In this ZBAPI there is a routine to include the partners.
I would not like to use it.
But I think that the BAPI_CUSTOMER_CREATEFROMDATA1 does not work with the user exit.
Then I will have to work with the ZBAPI.
Thank for all.