REEX_GUI_DOC_ITEM_L SAP (Transfer Structure: FMFINCODE Key Fields) Structure details

Dictionary Type: Structure
Description: Transfer Structure: FMFINCODE Key Fields




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




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

REEX_GUI_DOC_ITEM_L 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 "Transfer Structure: FMFINCODE Key Fields" 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_REEX_GUI_DOC_ITEM_L TYPE REEX_GUI_DOC_ITEM_L.

The REEX_GUI_DOC_ITEM_L table consists of various fields, each holding specific information or linking keys about Transfer Structure: FMFINCODE Key Fields data available in SAP. These include ITEMNO_ACC (Accounting Document Line Item Number), SP_GL_IND (Special G/L Indicator), AMT_DOCCUR (Amount in Transaction Currency), CURRENCY (Currency Key).. 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 REEX_GUI_DOC_ITEM_L 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
DOCGUIDGUID: Unique Internal Key for RE Document RERADOCGUIDRAW16RECAGUID
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
SP_GL_INDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
AMT_DOCCURAmount in Transaction Currency RERAAMOUNTCURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CTLCAMOUNTAmount in Local Currency RECACTLCAMOUNTCURR15(2) RECACURR
CTLCCURRKEYLocal Currency RECACTLCCURRKEYCUKY5Assigned to domainWAERS
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
XITEMItem Text SGTXTCHAR50TEXT50
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ACCTYPEAccount Type RERAACCTYPECHAR1RERAACCTYPE
ACCOUNTIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
XACCOUNTIDENTG/L Account/Customer/Vendor REEXXLACCOUNTIDENTCHAR60RECAXLDESCRIPTION
FLOW_TYPEFlow Type RECDFLOWTYPECHAR4Assigned to domainALPHARECDFLOWTYPE
REF_DATEReference Date for Settlement DABRBEZDATS8DDAT
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
XOBJIDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
CLEAREDINDIndicator: Cleared Item REEXCLEAREDINDCHAR1CHAR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
ZSCHLPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
MSCHLDunning key MSCHLCHAR1Assigned to domainMSCHL
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
MADATLast dunned on MADATDATS8DATUM
MANSTDunning level MAHNS_DNUMC1MAHNS
MABERDunning Area MABERCHAR2Assigned to domainMABER
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FKBER_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
REFGUIDReference GUID RERAREFGUIDRAW16RECAGUID
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
DATEOFSERVICEDate of Service REITTCDATEOFSERVICEDATS8RECADATE
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
SEPAMNDIDSEPA Mandate: Unique Reference to Mandate per Vendor RETMSEPAMNDIDCHAR35RETMSEPAMNDID
SEPARECCRDIDSEPA Mandate: Creditor ID RETMSEPARECCRDIDCHAR35RETMSEPACRDID
MAPREFGUIDReference GUID RERAREFGUIDRAW16RECAGUID

Key field Non-key field



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

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

How to access SAP table REEX_GUI_DOC_ITEM_L

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