SAP Managed Tags: ABAP Development Hi, VBUK Table means - Header Status and Administrative data for SALES DOCUMENT. VBUP Table means - Item Status for Sales Document. <b>In a Sales Document the main details about the SALE ie Sale Delevery status , Total Goods movement status etc are stor...
SAP Managed Tags: ABAP Development Hi All are known from the same table VBUK using the correct DOCTYP VBTYP field 1. I want to know the credit status(VBUK-CMGST) of a given sales orders(VBAK-VBELN) <b>use VBTYP = C and VBUK-CMGST field gives the Order Credit status.</b>...
SAP Managed Tags: ABAP Development Hi Experts, A Sales Order could get automatically closed at the point of Packing or Invoicing, At this point the field GBSTK in table VBUK turns to status 'C' means Closed. This could also happen when Sales Order Line Items Rejection Reason is filled....
if I recall correctly (not behind any SAP system at the moment) VASCL extracts schedule lines... for those lines VBUK-VBELN = VBAK-VBELN where the first table gives the statusses of the corresponding sales order header and the latter gives the sales order header info You must be a re...
have code in MV45AFZZ, especially in the SAVE_DOCUMENT . . . and SAVE_DOCUMENT_PREPARE forms. This userexit has been the reason of negative open orders for many customers. There can be several updates to internal table XVBAP without a corresponding update on table YVBAP. Table XVBAP ...
SAP Managed Tags: ABAP Testing and Analysis Hi Raj, Please take the below points to avoid performance issues, 1) Check if the table is sorted before using the for all entries 2) .Check if the internal table is initial before using the for all entries. 3)select the fields in the order...