OIRI_INVINFO SAP (SSR Invoicing information) Structure details

Dictionary Type: Structure
Description: SSR Invoicing information




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




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

OIRI_INVINFO 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 "SSR Invoicing information" 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_OIRI_INVINFO TYPE OIRI_INVINFO.

The OIRI_INVINFO table consists of various fields, each holding specific information or linking keys about SSR Invoicing information data available in SAP. These include SUBOBJECT (Document creation sub-object), DOCKEY (New document key), INVDOC (SSR invoicing - invoicing document type), INVCAL (SSR Invoicing - invoicing calendar).. 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)


SAP OIRI_INVINFO 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
OBJECTDocument creation object OIRA_DOCOBJCHAR30OIRA_DOCOBJ
SUBOBJECTDocument creation sub-object OIRA_DOCSUBOBJCHAR255OIRA_DOCSUBOBJ
DOCKEYNew document key OIRA_DOCKEYCHAR255OIRA_DOCKEY
INVDOCSSR invoicing - invoicing document type OIRI_INVDOCCHAR3OIRI_INVDOCOIRI_INVDOC
INVCALSSR Invoicing - invoicing calendar OIRI_INVCALCHAR2Assigned to domainWFCID
INVMETHInvoicing method for SSR Invoicing OIRI_INVMETHCHAR3Assigned to domainOIRI_INVMETH
EOMCALSSR Invoicing - calendar ID OIRI_EOMCALCHAR2Assigned to domainWFCID
COMMCALCalendar for monthly commission recalculation OIRI_COMMCALCHAR2Assigned to domainWFCID
ZLSCHPayment method OIRI_ZLSCHCHAR1Assigned to domainZLSCH
BVTYPPartner bank type for invoicing items OIRI_BVTYPCHAR4BVTYP
DMYNRDummy document number OIRA_DMYNRCHAR10Assigned to domainALPHAVBELN
HKONT_VSSR PC: Receivables account for payment card transactions OIRE_HKONT_VCHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DCLAIMDaily claim document OIRI_DCLAIMCHAR1OIRI_DCLAIM
SSR_CCINSSSR PC: Payment card type OIRE_CCINSCHAR4Assigned to domainOIRE_CCINSOIRE_CCINS
MATHANDGRPMaterial handling group (IS-Oil SSR) OIRA_MATHANDGRPCHAR2Assigned to domainOIRA_MATHANDGRP
AGGPROCAggregation procedure OIRA_AGGPROCCHAR6OIRA_AGGPROC
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
RNBTBusiness type OIRA_RNBTCHAR4Assigned to domainOIRA_RNBTOIRA_0
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN

Key field Non-key field



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

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

How to access SAP table OIRI_INVINFO

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