GR: Goods Receipt收货(常指对采购订单的收货),通常意味着库存增加 IR:Invoice Receipt 收到发票(常在发票校验中使用) PGI:Post Goods Issue发货(常指对销售订单的发货) TF:transfer传输过帐,一般不产生会计凭证 TR: transfer reverse,一般都是3开头且尾数为双数的移动类型。传输过账的冲销 TP:transfer posting转储...
FORM REVERSE_GOODSISSUE . DATA : LV_VBTYP LIKE LIKP -VBTYP . SELECT SINGLE VBTYP "SD 凭证类别 FROM LIKP INTO LV_VBTYP WHERE VBELN = P_VBELN . CALL FUNCTION 'WS_REVERSE_GOODS_ISSUE' EXPORTING I_VBELN = P_VBELN I_BUDAT = SY -DATUM I_TCODE = 'VL09' I_VBTYP = LV_VBTYP "...
For goods issue reversal, you can only select deliveries that have not yet been billed fully or partially, or whose billing has been cancelled. Procedure From shipping , choose Post Goods Issue Cancellation/reversal . The Reverse goods movement screen appears. Enter your selection criteria, for...
9、 BAPI_PO_CHANGE 修改PO和删除PO 10、WS_REVERSE_GOODS_ISSUE 冲销交货单的过账发货 11、BAPI_RESERVATION_CREATE1 创建预留 如果要检查ATP,必须使用 BAPI_RESERVATION_CREATE 12、BAPI_RESERVATION_CHANGE 修改和删除预留 13、PRICES_CHANGE PRICES_POST 更改物料移动平均价或者标准价格 如果要检查ATP,必须使用第二...
Hi, Experts, 1. I couldn't directly test FM WS_REVERSE_GOODS_ISSUE in SAP ECC 6.0, the message is 'Function Module is not active', but the FM is active. 2. When I write
call function 'WS_REVERSE_GOODS_ISSUE' exporting i_vbeln = ls_likp-vbeln i_budat = sy-datum i_tcode = 'VL09' i_vbtyp = ls_likp-vbtyp "SD 凭证类别 importing es_emkpf = ls_emkpf tables t_mesg = lt_mesg exceptions error_reverse_goods_issue = 1 ...
10、WS_REVERSE_GOODS_ISSUE 冲销交货单的过账发货 11、BAPI_RESERVATION_CREATE1 创建预留 如果要检查ATP,必须使用 BAPI_RESERVATION_CREATE 12、BAPI_RESERVATION_CHANGE 修改和删除预留 13、PRICES_CHANGE PRICES_POST 更改物料移动平均价或者标准价格 SD模块 ...
Returns FunctionImportRequestBuilder<PostGoodsIssueParameters, PickingReport[]> A request builder that allows to overwrite some of the values and execute the resultng request. reverseGoodsIssue reverseGoodsIssue(parameters: ReverseGoodsIssueParameters): FunctionImportRequestBuilder<ReverseGoodsIssueParam...
Reverse Goods Issue with Posting Date In the Run Outbound Process - Deliveries and Run Outbound Process - Production apps you can now reverse goods issue after the booking period is closed. The vast majority of customers allow posting to the previous period. I.e. you can post to the current...
not asking you to clear clear: syst ,after canceling the Goods Movement, then u are calling Reversal issue of the same main document , so due to DB locks(i'm assuming ) u are unable to do the reversals ...so after calling BAPI cancel wait for few seconds before calling reverse FM. ...