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

creating a customer thru BAPI

Former Member
0 Likes
632

i want to creat a customer with the following details

i need to include a insurance policy no of the customer . (KNB1-VRSNR).

but the available bapi doesn't contain these field. (BAPI_CUSTOMER_CREATEFROMDATA).

there some other bapi also available to create the customer - but that is using online..

how do i create a customer with the insurance policy no......

regards

Giri

4 REPLIES 4
Read only

Former Member
0 Likes
584

You can use some bapi to change customer where insurance policy is availabel or it is better to update customer using BDC.

Read only

0 Likes
584

Thankx for your reply.

there is no bapi which contains the insurance policy information.

Yes you are right , we could go with BDC as a final option. (my scenario doesn't suggest going for a BDC since the screen flow may change often in the client system).

so kindly give me your input without using a BDC.....(In the case of BDC , i wanted to change the customer information which contains the insurance policy field how will i do that ?.

awaiting for your response.

regards

Giri

Read only

Former Member
0 Likes
584

Hi Giri,

Try using FM 'SD_CUSTOMER_MAINTAIN_ALL'.

Regards,

Goutham.

Read only

Former Member
0 Likes
584

s