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

Contract creation using BAPI

Former Member
0 Likes
465

Hi All,

I am using the bapi "BAPI_SALESDOCU_CREATEFROMDATA" by passing business object as BUS2034 to create contract. But this bapi does not support contract start date and contract end date.

Please suggest me if there is any other work around to pass these values to create contract.

Thanks

S. Sudagar

1 REPLY 1
Read only

Former Member
0 Likes
353

Hi,

SD_SALESDOCUMENT_CREATE should do what you want, I'd call in in the same way that BAPI_SALESORDER_CREATEFROMDAT2 does but pass in the appropriate business_object if you are not working with BUS2032.

Darren