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

BAPI_CUSTOMER_CREATEFROMDATA1 and user exit MF02DFEX.

Former Member
0 Likes
1,688

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.

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,507

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.

12 REPLIES 12
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,508

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.

Read only

0 Likes
1,507

Hi!

This Note 905308 had alredy been applied.

Thanks.

Read only

0 Likes
1,507

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

Read only

0 Likes
1,507

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.

Read only

0 Likes
1,507

Hi,

Have you tried the enhancement "SAPMF02D", component "EXIT_SAPMF02D_001".

Regards

Vinod

Read only

0 Likes
1,507

Hi!

It did not work.

I need to include two partners ( "Partner Functions" ) and this BAPI is not possible.

Do you kown one?

Thanks.

Read only

0 Likes
1,507

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.

Read only

0 Likes
1,507

Hi!

I m sorry.

I want a user-exit to work in the BAPI_CUSTOMER_CREATEFROMDATA1.

Thanks.

Read only

0 Likes
1,507

Hi Clayton,

You could create an enhancement spot in program LV02DF01, at the end of subroutine PARTNER_INSERT.

Regards,

Ana Luisa.

Read only

0 Likes
1,507

Hi!

I would not like to change a standard program.

Thank you.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,507

Take a look at these posts:

IMHO you're out of luck with this BAPI...

Read only

0 Likes
1,507

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.