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: 

How fill "Comunication " box in XD03 transaction using bapi SD_CUSTOMER_MAINTAIN_ALL ?

christian_ariza
Explorer
0 Kudos

Cheers experts. I send you the following post to request your help in relation to the following point; I am creating a client through the bap_ SD_CUSTOMER_MAINTAIN_ALL. The client is creating it well, but I need to fill in the "Communication" data of the client which can be seen by transaction xd03, when clicked on the "Contact person" tab. Once in this tab when double clicking on the contact person, the "Customer Display: Contact Person Detail" screen is displayed. The information I refer to is located at the bottom of the screen in the "Communication" box.

Thank you very much for your help.

Greetings

2 REPLIES 2

Sandra_Rossi
Active Contributor

SD_CUSTOMER_MAINTAIN_ALL is not a BAPI, it's just an internal-not-released function module (to say it shortly - cf note 1826993), that you shouldn't use (maybe you can). Why don't you use BAPI_CUSTOMER... released function modules (which are true BAPIs)?

Did you see all issues of your function module, why you shouldn't use it, explained in note 1826993 - Function SD_CUSTOMER_MAINTAIN_ALL behaviour ?

And did you see this ABAP wiki : Automatic creation of contact persons for customers ?

christian_ariza
Explorer
0 Kudos

Thank you very much Sandra. I solved the problem. You're the best. Thank you.