ROIRE_DTF_HDR_POINTERS SAP (Pointers) Structure details

Dictionary Type: Structure
Description: Pointers




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




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

ROIRE_DTF_HDR_POINTERS 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 "Pointers" 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_DTF_HDR_POINTERS TYPE ROIRE_DTF_HDR_POINTERS.

The ROIRE_DTF_HDR_POINTERS table consists of various fields, each holding specific information or linking keys about Pointers data available in SAP. These include LINKNR (Link number), SETTLDAT (SSR PC: Settlement date to the clearing house), SETTLNR (SSR PC: CH settlement and/or transmission document number), SETTITEM (SSR PC: Settlement document item 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)


SAP ROIRE_DTF_HDR_POINTERS 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
LINKYEARDocument link number year OIRA_JAHRNUMC4GJAHRGJAHR
LINKNRLink number OIRA_LINKNRNUMC10NUMC10
SETTLDATSSR PC: Settlement date to the clearing house OIRE_SETTLDATDATS8DATS
SETTLNRSSR PC: CH settlement and/or transmission document number OIRE_SETTLNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
SETTITEMSSR PC: Settlement document item number OIRE_SETTITEMNUMC6Assigned to domainPOSNR
TRNSMNRSSR PC: Transmission number OIRE_TRNSMNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
DTFNRSSR PC: Preceding DTF doc. number in case of a reversal OIRE_VBELNCHAR14CHAR14
CHOBJSSR PC: Clearing house OIRE_CHOBJCHAR6OIRECHOIRE_CHOBJ
RECON_NOReconciliation run number OIRE_RECON_NOCHAR10Assigned to domainALPHAOIRE_RECON_NO
RECON_DATReconciliation run date OIRE_RECON_DATDATS8DATS

Key field Non-key field



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

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

How to access SAP table ROIRE_DTF_HDR_POINTERS

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