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

Customer master BDC

Former Member
0 Likes
429

Hi Gurus,

I have written a BDC for Customer creation using tcode XD01. We have the requirement of creating a customer in one division and then extending it to other division. Both the transaction (BDC) are called in same program in a loop. We extent a customer giving reference of previous division, these reference details remain even for next new customer and if the account group of previously created customer and current customer are different then a warning window pops up. This does not create any problem in customer creation but since this window is not captured in BDC, BDC cannot be executed at background processing mode. Whereas it runs a with display all screen mode. Please suggest.

Thanks in advance.

Regds,

Ravi Kadam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

Hi Ravi,

In BDC all the warning messages are generally ignored. It is only the error message where it may stuck up or the extra screen in the sequence. Which mode you are using for BDC and why can't you use BAPI for creating customer.

Regards,

Atish

1 REPLY 1
Read only

Former Member
0 Likes
363

Hi Ravi,

In BDC all the warning messages are generally ignored. It is only the error message where it may stuck up or the extra screen in the sequence. Which mode you are using for BDC and why can't you use BAPI for creating customer.

Regards,

Atish