REPR_ALV_OI SAP () Structure details

Dictionary Type: Structure
Description:




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




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

REPR_ALV_OI 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 "" 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_REPR_ALV_OI TYPE REPR_ALV_OI.

The REPR_ALV_OI table consists of various fields, each holding specific information or linking keys about data available in SAP. These include COL_ASS (Group Color of Assigned Items), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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 REPR_ALV_OI 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
ASSIGNEDCheckbox XFELDCHAR1XFELD
COL_ASSGroup Color of Assigned Items COL_ASSCHAR4
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SGTXTItem Text SGTXTCHAR50TEXT50
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4Assigned to domainSBEWART
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
KOARTAccount Type KOARTCHAR1KOART
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ZUONRAssignment Number DZUONRCHAR18ZUONR
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
MSCHLDunning key MSCHLCHAR1Assigned to domainMSCHL
MADATLast dunned on MADATDATS8DATUM
MANSTDunning level MAHNS_DNUMC1MAHNS
MABERDunning Area MABERCHAR2Assigned to domainMABER
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
MONATFiscal Period MONATNUMC2MONAT
XREF3Reference key for line item XREF3CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table REPR_ALV_OI

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