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

How to contract number created through BAPI_CONTRACT_CREATE

Former Member
0 Likes
663

Hi,

I have a file which is containing data to create a contract(ME31K).

I am passing the file data to the BAPI_CONTRACT_CREATE through a report.

I want to display the contrat numbers in the output screen of the report.

How to find the contract number that is created after the bapi bapi_contract_create.

Kindly let me know..

Thanks

Mallika

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
607

Hi,

I hope that contract number is returned in returns parameter. Use the latest BAPI BAPI_CONTRACT_CREATEFROMDATA.

Thanks,

Vinod.

Hi,

I have a file which is containing data to create a contract(ME31K).

I am passing the file data to the BAPI_CONTRACT_CREATE through a report.

I want to display the contrat numbers in the output screen of the report.

How to find the contract number that is created after the bapi bapi_contract_create.

Kindly let me know..

Thanks

Mallika

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
608

Hi,

I hope that contract number is returned in returns parameter. Use the latest BAPI BAPI_CONTRACT_CREATEFROMDATA.

Thanks,

Vinod.

Read only

0 Likes
607

The issue is resolved..I found it..Thanks..