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, 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...
I am presently working on Credit management and work flow.Can anyone help me where can i locate CMGST field in the sales document type.I have checked the table VBUK and was able to find cmgst filed but it is defined as Sales order Administrative data.How to find this field while config...
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....
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...