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

Insert another billing / shipping address in BAPI_CONTRACT_CREATEFROMDATA

Former Member
0 Likes
590

Hello,

I use this bapi: BAPI_CONTRACT_CREATEFROMDATA.

My need is: I have the separate addresses for billing and/or shipping as the data of 'AG'.

I tried to insert another address data into the table CONTRACT_PARTNERS, but it doesn't work.

There is no error message, but I cannot see new addresses I've input.

Thanks in advance,

S.Berg

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

Hi,

In that BAPI you can fill the address like name, street etc in the CONTRACT_PARTNERS table. The thing you have to note is you have to fill the ADDR_LINK field in that with a 10 character number(any number). Then give the same number used in ADDR_LINK in the table PARTNERADDRESSES for the field ADDR_NO.

Try this and pls let us know if it works...

Regards,

Neenu

2 REPLIES 2
Read only

Former Member
0 Likes
467

Hi,

In that BAPI you can fill the address like name, street etc in the CONTRACT_PARTNERS table. The thing you have to note is you have to fill the ADDR_LINK field in that with a 10 character number(any number). Then give the same number used in ADDR_LINK in the table PARTNERADDRESSES for the field ADDR_NO.

Try this and pls let us know if it works...

Regards,

Neenu

Read only

0 Likes
466

great job man!

thanks