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

Function Module used in CO11N

Former Member
0 Likes
2,765

Hi, I am looking for a function module which can give me the output same as the transaction CO11N does. Means, it should give me the COGI errors or success messages as well like, 'Confirmation saved (Goods movements: 1, failed: 0)'. Any help would be appreciated. Thanks..

9 REPLIES 9
Read only

Former Member
0 Likes
1,448

Try the bapi: BAPI_PRODORDCONF_CREATE_TT

Regards,

Ravi

Read only

ferry_lianto
Active Contributor
0 Likes
1,448

Hi,

Please check this BAPI BAPI_PRODORDCONF_CREATE_TT and FM CO_RI_TIMETICKETCONF_CREATE.

Regards,

Ferry Lianto

Read only

0 Likes
1,448

Hi, I passed values in the structure TIMETICKETS, but got the message like Confirmation of order XXXXX saved. Do I need to pass anything else to get the COGI (goods movement) messages as well? Please advice.

Read only

ferry_lianto
Active Contributor
0 Likes
1,448

Hi,

Did you pass table DETAIL_RETURN?

Regards,

Ferry Lianto

Read only

0 Likes
1,448

Yes, I am executing this BAPI in SE37 only and getting the same return message in the DETAIL_RETURN table. I need to get the Goods Movement return message as well.

Read only

Former Member
0 Likes
1,448

Use FM BAPI_TRANSACTION_COMMIT after checking the return table of BAPI_PRODORDCONF_CREATE_TT for success.

Read only

Former Member
0 Likes
1,448

Hi! Any update on this?

Thanks and regards,

John

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,448

Hi Sagar,

It is good if you explain your business requirement clearly.

Regards,

Madhu.

Read only

Former Member
0 Likes
1,448

Hi,

check the bellow thread which help in providing you fm for CO11N.

Regards,

Goutam Kolluru.