OIRA_PC_PARAMETERS SAP (Process Control Parameter structure (IS-OIL SSR)) Structure details

Dictionary Type: Structure
Description: Process Control Parameter structure (IS-OIL SSR)




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




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

OIRA_PC_PARAMETERS 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 "Process Control Parameter structure (IS-OIL SSR)" 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_OIRA_PC_PARAMETERS TYPE OIRA_PC_PARAMETERS.

The OIRA_PC_PARAMETERS table consists of various fields, each holding specific information or linking keys about Process Control Parameter structure (IS-OIL SSR) data available in SAP. These include PCGROUP (Process control group), RNBT (Business type), EXECUTION_DATE (Process execution date), OBJECT_TYPE (SSR object type).. 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 OIRA_PC_PARAMETERS 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
PROCESSProcess ID OIRA_PROCCHAR4Assigned to domainOIRA_PROC
PCGROUPProcess control group OIRA_PCGCHAR10Assigned to domainOIRA_PCG
RNBTBusiness type OIRA_RNBTCHAR4Assigned to domainOIRA_RNBTOIRA_0
EXECUTION_DATEProcess execution date OIRA_PCDATEDATS8DATE
OBJECT_TYPESSR object type OIRA_OBJECT_TYPECHAR4OIRA_OBJECT_TYPE
OBJECTSSR process control object OIRA_PCOBJECTCHAR100OIRA_PCOBJECT
BAL_INITGeneral Flag FLAGCHAR1FLAG
BAL_HEADER_FILLEDGeneral Flag FLAGCHAR1FLAG
CHECK_DATEProcess execution date OIRA_PCDATEDATS8DATE
BAL_MSG_EXISTSGeneral Flag FLAGCHAR1FLAG
SKIP_ST_UPDSSR: Indicator to cancel process status update OIRA_SKIP_ST_UPDCHAR1XFELD
RWRT_ST_UPDSSR: Indicator to force process status update OIRA_RWRT_ST_UPDCHAR1XFELD
LOC_REJECTEDRejection indicator for location OIRA_LOC_REJECTEDCHAR1OIRA_LOC_REJECTED
MAIN_PROCESS_STATUSProcess control status OIRA_PCSTATCHAR2Assigned to domainOIRA_PCSTAT
DYN_PROCESSINGGeneral Flag FLAGCHAR1FLAG
NO_SCHEDULE_CHECKGeneral Flag FLAGCHAR1FLAG
NO_LOC_STATUS_CHECKGeneral Flag FLAGCHAR1FLAG
NO_PROC_EXE_CHECKGeneral Flag FLAGCHAR1FLAG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SUMMARY_INFOGeneral Flag FLAGCHAR1FLAG
SHOW_DOCUMENTSGeneral Flag FLAGCHAR1FLAG
OBJECT_COUNTNumber of Rows in Internal Tables SYTFILLINT410SYST_LONG
ERROR_FLAGGeneral Flag FLAGCHAR1FLAG
NO_PREREQ_CHECKGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table OIRA_PC_PARAMETERS

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