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

bapi probelm

Former Member
0 Likes
576

I AM USING

BAPI_CONTRACT_CREATEFROMDATA

i am uploading excel file and all the header data and item data multiple is present in my one excel sheet , do any one have sample code how i handle this multiple line situation

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi,

Try to pass the item as 000010 instead of 010.

CONTRACT_CONDITIONS_IN-COND_ST_NO = '000010'.

I can't see any parameter in FM interface like CONTRACT_CONDITIONS_INX. I am in 4.6C version. Where are u passing this. Can u paste the piece of code for this.

Also pass CONTRACT_CONDITIONS_IN parameter with table body operator in the FM interface

CONTRACT_CONDITIONS_IN[]

and check the FM documentation once for any thing else u need to pass.

Thanks&Regards,

Naresh

3 REPLIES 3
Read only

Former Member
0 Likes
527

check this program

RVOBJ004

Read only

Former Member
0 Likes
528

Hi,

Try to pass the item as 000010 instead of 010.

CONTRACT_CONDITIONS_IN-COND_ST_NO = '000010'.

I can't see any parameter in FM interface like CONTRACT_CONDITIONS_INX. I am in 4.6C version. Where are u passing this. Can u paste the piece of code for this.

Also pass CONTRACT_CONDITIONS_IN parameter with table body operator in the FM interface

CONTRACT_CONDITIONS_IN[]

and check the FM documentation once for any thing else u need to pass.

Thanks&Regards,

Naresh

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
527

Header data must be in the contract_header_in structure, item data must be in CONTRACT_ITEMS_IN table. Read the documentation for BAPI. What's not to undersrtand here?