cancel
Showing results for 
Search instead for 
Did you mean: 

How to create order through BAPI_ALM_ORDER_MAINTAIN

former_member201039
Active Participant
0 Kudos

How to create order through BAPI_ALM_ORDER_MAINTAIN. Please help me out with the inputs to pass in bapi.

NTeunckens
Active Contributor
0 Kudos
  • Please see the BAPI-Documentation, this also provides some sample code ...
  • Perform a 'WHERE USED' on this BAPI and you will find a lot of Standard-code in your System that should offer you some hints.
  • Further, there are lots of Community Posts and general Google-results on this BAPI ...

Accepted Solutions (1)

Accepted Solutions (1)

former_member201039
Active Participant
0 Kudos

Hello PeteA & Nic Teunckens,

My query has been resolved.Thanks for the support.

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Search google for BAPI_ALM_ORDER_MAINTAIN - there are lots of exampe code.

PeteA

former_member201039
Active Participant
0 Kudos

Hello PeteA i have gone through so many links on google and followed their path but not able to get succeed.After that only i have post thsi query here.

peter_atkin
Active Contributor
former_member201039
Active Participant
0 Kudos

Thanks Pete but still i am not able to create order through BAPI. Can u give an example in a simple way

peter_atkin
Active Contributor
0 Kudos

Can you post your code please.

PeteA

NTeunckens
Active Contributor
0 Kudos

Obvious Question : have you used "BAPI_TRANSACTION_COMMIT" to actually Commit the changes to the Database?

If yes, any Errors then? Look at the RETURN-Parameters and offer us the ErrorMessages ...