MC46GT1GEN SAP (Extraction of Generic Document Information for GTM) Structure details

Dictionary Type: Structure
Description: Extraction of Generic Document Information for GTM




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




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

MC46GT1GEN 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 "Extraction of Generic Document Information for GTM" 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_MC46GT1GEN TYPE MC46GT1GEN.

The MC46GT1GEN table consists of various fields, each holding specific information or linking keys about Extraction of Generic Document Information for GTM data available in SAP. These include DOCUMENT (Assoc. Mngt: General Document), DOC_CURR (SD Document Currency), DOC_TYPE (Document Type), EXCH_RATE (Exchange Rate For Converting Contract to Local Currency).. 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: Can be enhanced (character-type or numeric)


SAP MC46GT1GEN 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
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
DOC_CURRSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
EXCH_RATEExchange Rate For Converting Contract to Local Currency TKRATEDEC9(5) EXCRTKURRF
EXP_FREIGHTGTM Freight Expenses WB2_EXP_FREIGHTCURR15(2) WERTV8
EXP_INSURANCEGTM - Insurance Expenses WB2_EXP_INSURCURR15(2) WERTV8
EXP_NRPGTM - Non-Recoverable Purchasing Expenses WB2_EXP_NRPCURR15(2) WERTV8
EXP_NRSGTM - Non-Recoverable Sales Expenses WB2_EXP_NRSCURR15(2) WERTV8
EXP_OTHERSOther GTM Expenses WB2_EXP_OTHERSCURR15(2) WERTV8
EXP_OTHERS_RECGTM Additional Non-Recoverable Expenses WB2_EXP_OTPCURR15(2) WERTV8
EXP_PLANNEDPlanned Expenses WB2_EXP_PLCURR15(2) WERTV8
EXP_RPRecoverable Purchasing Expenses WB2_EXP_RPCURR15(2) WERTV8
EXP_RSGTM Recoverable Sales Expenses WB2_EXP_RSCURR15(2) WERTV8
ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
ITEM_BUOMAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
ITEM_QUANAssoc. Mngt: Quantity in Current Document WB2_QUANTITY_DOCQUAN15(3) MENGV15
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LOCAL_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
NETPRNet price NETPRCURR11(2) WERTV6
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
PRED_DOCUMENTAssoc. Mngt: General Document WB2_DOCUMENTCHAR18WB2_LINKED_NUMBER
PRED_DOC_TYPEDocument Type WB2_DOC_TYPECHAR2WB2_DOC_TYPE
PRED_ITEMAssoc. Mngt: Item Number in a General Document WB2_N2M_ITEMCHAR10WB2_LINKED_POSNR
PRED_SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
SIDESide WB2_SIDECHAR1WB2_SIDE
SUB_ITEMAssoc. Mngt: Sub-Item Number in a General Document WB2_N2M_SUB_ITEMNUMC6TPOSN
TAX_VALTax Amount for an Item WB2_TAX_VALCURR15(2) WERTV8
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
UMNDenominator: Conversion Factor WB2_UMNDEC5WB2_UMN
UMZNumerator: Conversion Factor WB2_UMZDEC5WB2_UMZ
UNIT_BUOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UNIT_DOCAssoc. Mngt: Unit of Measure in Current Document WB2_UNIT_DOCUNIT3Assigned to domainCUNITMEINS
VALUEItem Value WB2_VALUECURR15(2) WERTV8
VAL_TYPEValuation Category in BW WB2_VAL_TYPECHAR2WB2_VAL_TYPE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

As MC46GT1GEN 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 MC46GT1GEN as there is no data to select.

How to access SAP table MC46GT1GEN

Within an ECC or HANA version of SAP you can also view further information about MC46GT1GEN 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!