‎2008 Sep 11 12:21 PM
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
‎2008 Sep 11 12:40 PM
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
‎2008 Sep 11 12:28 PM
‎2008 Sep 11 12:40 PM
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
‎2008 Sep 11 10:27 PM
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?