cancel
Showing results for 
Search instead for 
Did you mean: 

CONTRACT CREATION IN ECC

Former Member
0 Kudos

Hi all,

I had the following query. I have a flat file which holds all data to create a contract in ECC (like gl acccount ,cost centre, purch org, purch grp...etc). Through XI i have successfully mapped all these fields to the corresponding fields of BAPI : BAPI_CONTRACT_CREATE.

Also the BAPI mentioned successfully creates a contract through SE-37. But when i map fields through XI i am unable to see a contract in ME33K inspite of getting a success message in XI.

Let me know where i might be going wrong.

Thanks

Nikhil

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Not resolved

Former Member
0 Kudos

It seems that COMMIT is missing (a check box in rfc adapter) or you can use bapi_commit....

check the message in ECC, either put a break point in BAPI and debug.

Former Member
0 Kudos

We are in the process of using BAPI_CONTRACT_CREATE in ECC6.0 to upload contracts which are in flat files. I have a few questions on this

1) What is the expected format of file that is expected so that this BAPI runs successfully

2) Does this BAPI work for updates to an existing contract?

3) Any issues that we should be aware before we decide to use this ?

Former Member
0 Kudos

@ KA

1. File formats for which this BAPI works : CSV , Tab separated

2. This BAPI wont work for contract changes.

Nikhil