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: 

Insert another billing / shipping address in BAPI_CONTRACT_CREATEFROMDATA

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

great job man!

thanks