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

Goods Movement posting

Former Member
0 Likes
395

Hi Frnds

Need some help in saving confirmation with Goods Movement

I have created a Z report to enter confirmation data and save .

am using following BAPI

CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'

  • EXPORTING

  • POST_WRONG_ENTRIES = '0'

  • TESTRUN =

  • IMPORTING

  • RETURN =

TABLES

TIMETICKETS = P_IT_BAPI_PP_TIMETICKET

GOODSMOVEMENTS = P_IT_GOODSMOVEMENTS

  • LINK_CONF_GOODSMOV = P_IT_LINK_CONF_GOODSMKOV

DETAIL_RETURN = P_IT_DETAIL_RETURN

.

here P_IT_BAPI_PP_TIMETICKET gives me confirmation details.

and P_IT_GOODSMOVEMENTS gives me Goods movement details

I am able to create confirmation successfully when i check it in AFRU

but when I am checking Goods Movement Data in AUFM

I am not getting the header part with movemet type 101

any idea

thanks in advance

Regards,

Aniruddh

1 REPLY 1
Read only

Former Member
0 Likes
342

Can you do this manually in your system via CO11? Our system is set up so that during order confirmation only goods issue / returned can be entered in the confirmation screen.

So when I want to confirm and goods reciept an order - I would you two BAPIs. The one in your post +

BAPI_GOODSMVT_CREATE.

I