ROIRE_CH_PROC_INT_DISP SAP (Clearing house processing intermediate screen (for ALV)) Structure details

Dictionary Type: Structure
Description: Clearing house processing intermediate screen (for ALV)




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




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

ROIRE_CH_PROC_INT_DISP 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 "Clearing house processing intermediate screen (for ALV)" 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_ROIRE_CH_PROC_INT_DISP TYPE ROIRE_CH_PROC_INT_DISP.

The ROIRE_CH_PROC_INT_DISP table consists of various fields, each holding specific information or linking keys about Clearing house processing intermediate screen (for ALV) data available in SAP. These include SORTER (SSR PC: Internal field for sorting the document display), SETTIND (SSR PC: Settlement document type indicator for display), MANDT (Client), SETTLNR (SSR PC: CH settlement and/or transmission document number).. 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 ROIRE_CH_PROC_INT_DISP 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
CHECK1Single-Character Indicator CHAR1CHAR1CHAR1
SORTERSSR PC: Internal field for sorting the document display OIRE_SORTERCHAR10Assigned to domainALPHAOIRE_SETTLNR
SETTINDSSR PC: Settlement document type indicator for display OIRE_SETTINDCHAR1OIRE_SETTIND
MANDTClient MANDTCLNT3T000MANDT
SETTLNRSSR PC: CH settlement and/or transmission document number OIRE_SETTLNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
CHOBJSSR PC: Clearing house OIRE_CHOBJCHAR6Assigned to domainOIRE_CHOBJ
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SSR_CCINSSSR PC: Payment card type OIRE_CCINSCHAR4Assigned to domainOIRE_CCINSOIRE_CCINS
SETTLTYPSSR PC: Settlement types OIRE_SETTLTYPCHAR4Assigned to domainOIRE_SETTLTYP
STATUSSSR PC: CH processing status OIRE_STATUSCHAR1OIRE_STATUS
DOCTYPESSR PC: Indicate the doc type (settlement/transm./both) OIRE_DOCTYPECHAR1OIRE_DOCTYPE
COLDOCFLSSR PC: Indicates if this entry is a collective document OIRE_COLDOCFLCHAR1CHAR1
COLDOCNRSSR PC: Pointer to the collective document number OIRE_COLDOCNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BILLDOCSSR PC: Billing Document no. ref. from OIRESETT_ITEM OIRE_BILLDOCCHAR16OIRE_REFDOC
BILLDOC2SSR PC: Billing Document no. ref. from OIRESETT_ITEM OIRE_BILLDOCCHAR16OIRE_REFDOC
CODISTNSSR PC: CO Distribution no. ref. from OIRESETT_ITEM OIRE_CODISTNCHAR16OIRE_REFDOC
FIDOCSSR PC: FI Document no. ref. from OIRESETT_ITEM OIRE_FIDOCCHAR16OIRE_REFDOC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TRANSMSSR PC: Transmission no. ref. from OIRESETT_ITEM OIRE_TRANSMCHAR16OIRE_REFDOC
REVBILLDOCSSR PC: Reversed Billing Doc no. ref. from OIRESETT_ITEM OIRE_REVBILLDOCCHAR16OIRE_REFDOC
REVBILLDOC2SSR PC: Reversed Billing Doc no. ref. from OIRESETT_ITEM OIRE_REVBILLDOCCHAR16OIRE_REFDOC
REVCODISTNSSR PC: Reversed CO Dist'n No. ref. from OIRESETT_ITEM OIRE_REVCODISTNCHAR16OIRE_REFDOC
REVFIDOCSSR PC: Reversed FI Document No. ref. from OIRESETT_ITEM OIRE_REVFIDOCCHAR16OIRE_REFDOC

Key field Non-key field



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

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

How to access SAP table ROIRE_CH_PROC_INT_DISP

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