‎2008 Aug 28 11:06 AM
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
‎2008 Aug 28 12:18 PM
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