BAPI_CORU_FGM SAP (Incorrect and Intended Goods Movements for Confirmation) Structure details

Dictionary Type: Structure
Description: Incorrect and Intended Goods Movements for Confirmation




ABAP Code to SELECT data from BAPI_CORU_FGM
Related tables to BAPI_CORU_FGM
Access table BAPI_CORU_FGM




Structure field list including key, data, relationships and ABAP select examples

BAPI_CORU_FGM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Incorrect and Intended Goods Movements for Confirmation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPI_CORU_FGM TYPE BAPI_CORU_FGM.

The BAPI_CORU_FGM table consists of various fields, each holding specific information or linking keys about Incorrect and Intended Goods Movements for Confirmation data available in SAP. These include DOC_ITM (Internal counter), CREATED_BY (Name of Person who Created the Object), CREATED_DATE (Created On), CREATED_TIME (Entry time).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_CORU_FGM structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DOC_NONumber of a document from a goods movement with errors WEBLNRCHAR10ALPHABELNR
DOC_ITMInternal counter CIM_COUNTNUMC8CIM_COUNT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_DATECreated On ERSDADATS8DATUM
CREATED_TIMEEntry time ERZETTIMS6UZEIT
FAILED_DATEDate when the error first arose CO_FWDATDATS8DATUM
FAILED_TIMETime when the error first arose CO_FWZETTIMS6UZEIT
MSG_IDMessage Class SYMSGIDCHAR20T100AARBGB
MSG_NOSystem Message Number MSGNOCHAR3T100MSGNR
MSG_TYPEMessage Type MSGTYCHAR1MSGAR
MSG_V1Message variable 01 MSGV1CHAR50CHAR50
MSG_V2Message variable 02 MSGV2CHAR50CHAR50
MSG_V3Message variable 03 MSGV3CHAR50CHAR50
MSG_V4Message variable 04 MSGV4CHAR50CHAR50
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
DOC_DATEDocument Date in Document BLDATDATS8DATUM
EXPIRYDATESLED/Best-Before Date or Date of Production TMHHDDATS8DATUM
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4T001LLGORTLAG
BATCHBatch Number CHARG_DCHAR10MCH1CHARGCHA
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
STCK_TYPEStock Type INSMKCHAR1INSMK
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
SALES_ORDSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
SCHED_LINEDelivery Schedule for Sales Order KDEINNUMC4NUM04
ENTRY_UOMUnit of Entry ERFMEUNIT3T006CUNITMEINS
ENTRY_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3T006IISOCD_UNIT
ENTRY_QNTQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
NO_MORE_GR'Delivery Completed' Indicator ELIKZCHAR1XFELD
GR_RCPTGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
UNLOAD_PTUnloading Point ABLADCHAR25TEXT25
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ORDERID_ITNOOrder Item Number CO_POSNRNUMC4CO_POSNR
CALC_MOTIVEAccounting Indicator BEMOTCHAR2TBMOTBEMOT
RESERV_NONumber of Reservation/Dependent Requirement RSNUMNUMC10RESBRSNUMRES
RES_ITEMItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RES_TYPERecord type RSARTCHAR1RSART
WITHDRAWNFinal Issue for This Reservation KZEARCHAR1XFELD
MVT_INDMovement Indicator KZBEWCHAR1KZBEW
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



How do I retrieve data from SAP structure BAPI_CORU_FGM using ABAP code?

As BAPI_CORU_FGM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPI_CORU_FGM as there is no data to select.

How to access SAP table BAPI_CORU_FGM

Within an ECC or HANA version of SAP you can also view further information about BAPI_CORU_FGM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!