SAP Managed Tags: ABAP Development Hello friends I need to show this data on report output. Delivery note # (LIKP-VBELN) Shipment # (if applicable) VTTK-TKNUM Material (LIPS-MATNR) Quantity (LIPS-LFIMG) Bill of Lading (LIKP-BOLNR) Means of TransType (LIKP-TRATY) Sales Order # (...
LV_SHIP_POINT='8001'.*LV_DUE_DATE = '99991230'.ENDIF.*判断行项目是否产生过交货单SELECTVGBEL AS VBELV VGPOS AS POSNV VBELN POSNRFROMLIPSINTOTABLELT_VBFAWHEREVGBEL = LS_DATA-VBELN.*控制交货单最大的项目数DO.CLEARLV_CONTINUE.LOOPATLT_DATAINTOLS_DATAWHEREDELEQ''.*IF LV_MAX = LV_COU...
SAP ABAP 创建交货单BAPI_OUTB_DELIVERY_CREATE_SLS DATA:lv_delivery TYPE bapishpdelivnumb-deliv_numb, lv_ship_point TYPE bapidlvcreateheader-ship_point, lv_due_date TYPE bapidlvcreateheader-due_date, lt_sales_order_items LIKE TABLE OF bapidlvreftosalesorder, ls_sales_order_items LIKE bapidlv...
Solved: At the item level of the sales order there exist Delivery date, Goods issue date, Loading date, Material avail.date and Transportation Plannig Date. At which
lt_order_headers_outTYPETABLEOFbapisdhd, lt_headerTYPETABLEOFsales_key, lt_bapisdtehdTYPETABLEOFbapisdtehd, lt_bapitextliTYPETABLEOFbapitextli, lt_bapiret2LIKEbapiret2 OCCURS0WITHHEADERLINE. APPEND INITIALLINETOlt_header ASSIGNING FIELD-SYMBOL(<header>). ...
LT_RETURN LIKE TABLE OF BAPIRET2. DATA:LS_SALES_ORDER_ITEMS LIKE LINE OF LT_SALES_ORDER_ITEMS. DATA:LS_RETURN LIKE LINE OF LT_RETURN. DATA:LT_SERIAL_NUMBERS LIKE TABLE OF BAPIDLVSERIALNUMBER. DATA:LS_SERIAL_NUMBERS LIKE LINE OF LT_SERIAL_NUMBERS. ...
Solved: Hello all. I am creating a sales order using the bapi BAPI_SALESORDER_CREATEFROMDAT2. The problem is that is the client has a delivery block i want to remove it
* SalesOrderItems (here: complete sales order) SELECT vbeln posnr kwmeng meins INTO TABLE it_vbap FROM vbap WHERE vbeln = vbeln. LOOP AT it_vbap INTO ws_vbap. ls_order-ref_doc = ws_vbap-vbeln. ls_order-ref_item = ws_vbap-posnr. ...
SAP Managed Tags: ABAP Development Hi Ranjith, When you have the sales document no. and sales item no. then go to LIPS table and put the sales doc. no. on field VGBEL and the sales item no. on field VGPOS and search. This will give you the corresponding delivery documents along wi...
SAP Table - DELIVERY SAP Table DELIVERY Description Replication Table Table Type TRANSP Delivery Class A Main Category Cross-Application Components Sub Category General Application Functions SAP General Application Functions Tables TableDescriptionModule AEDT Engineering Change Management: Alternative Dates CA-...