Application Development 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: 

IDOC for creating Sales Contract VA41

Former Member
0 Kudos

Hello,

Can anyone tell me the Idoc type and Process code to create SAP Contract VA41. I tried to search it in sdn but did not find clear answer.

Regards

Inder

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

i dont think there is some standard message tyoe for contracts.

try to use idoc type ORDERS05 and call the function module BAPI_CONTRACT_CREATEFROMDATA in your process code.

Regards,

Sundeep

4 REPLIES 4

Former Member
0 Kudos

Hi,

i dont think there is some standard message tyoe for contracts.

try to use idoc type ORDERS05 and call the function module BAPI_CONTRACT_CREATEFROMDATA in your process code.

Regards,

Sundeep

Former Member
0 Kudos

Kidda Kulvinder

did this solution worked for you?

0 Kudos

Check for Process Code BLAO which call function module IDOC_INPUT_BLAORD.

0 Kudos

try to use idoc type ORDERS05 and call the function module BAPI_CONTRACT_CREATEFROMDATA in your process code -

We are writing custom process code using this bapi and orders05 as idoc.

Regards

Inder