OIRECCTYP SAP (SSR PC: Company code / credit card types) Table details

Dictionary Type: Table
Description: SSR PC: Company code / credit card types




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




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

OIRECCTYP is a standard SAP Table which is used to store SSR PC: Company code / credit card types data and is available within R/3 SAP systems depending on the version and release level.

The OIRECCTYP table consists of various fields, each holding specific information or linking keys about SSR PC: Company code / credit card types data available in SAP. These include BUKRS (Company Code), SSR_CCINS (SSR PC: Payment card type), MRESTR (SSR PC: Material restriction indicator), BLCHK (SSR PC: Black list check amount).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIRECCTYP table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SSR_CCINSSSR PC: Payment card type OIRE_CCINSCHAR4OIREPCTYPOIRE_CCINSOIRE_CCINS
MRESTRSSR PC: Material restriction indicator OIRE_MRESTRCHAR2OIRE_MRESTR
BLCHKSSR PC: Black list check amount OIRE_BLCHKCURR15(2) OIRE_BLCHK
CHCHKSSR PC: Clearing house check amount OIRE_CHCHKCURR15(2) OIRE_CHCHK
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SPLITSSR PC: Splitting indicator OIRESPLITINDCHAR2OIRESPLITOIRESPLITIND
SETTLIDFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
TRANSIDSSR PC: ID for data transmission calendar OIRE_TRANSIDCHAR2CHAR2
REASONSSR PC: Block reason OIRE_REASONNUMC3OIREBROIRE_REASON
NUMRIID for Internal Number Range OIF_NUMRICHAR2CHAR2
NUMREID for External Number Range OIF_NUMRECHAR2CHAR2
SETTLTYPSSR PC: Clearing House Processing Type OIRE_PROCTYPECHAR4OIRE_PROCTYPE
POSTTYPSSR PC: Posting type OIRE_POSTTYPCHAR4OIREPOSTTYPOIRE_POSSTYP
COMPSTRCompletion strategy for document base table OIRA_COMPSTRCHAR3OIRADBTCOMPSTROIRA_COMPSTR
COMPRESSSR PC: Complaint result OIRE_COMPRESCHAR3OIRECOMPRESOIRE_COMPRES
PCFNCSSR PC: Check function for the different payment card types OIRE_PCFNCCHAR30TFDIRFUNCNAME
DATABPayment cards: Valid from DATAB_CCDATS8DATUM
DATBIPayment Cards: Valid To DATBI_CCDATS8DATUM
SSR_STGPCSSR PC: Statistical group OIRE_STGPCCHAR1OIRE_STGPC
KSCHL1Condition Type KSCHLCHAR4T685KSCHLVKS
KSCHL2Condition Type KSCHLCHAR4T685KSCHLVKS
KSCHL3Condition Type KSCHLCHAR4T685KSCHLVKS
KSCHL4Condition Type KSCHLCHAR4T685KSCHLVKS
KSCHL5Condition Type KSCHLCHAR4T685KSCHLVKS
KSCHL6Condition Type KSCHLCHAR4T685KSCHLVKS
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
KALVGDocument procedure (for determining pricing procedure) KALVGCHAR1TVKVKALVG
KALVG_CH_DISDocument procedure (for determining pricing procedure) KALVGCHAR1TVKVKALVG
CHSCALSSR PC: Calendar for executing clearing house settlement OIRE_CHSCALCHAR2TFACDWFCID
CHTCALSSR PC: Calendar for executing clearing house transmission OIRE_CHTCALCHAR2TFACDWFCID
CALBADISSR PC: Calendar BADI to execute cl house processing/recon. OIRE_CHCAL_BADICHAR20OIRE_CHCAL_VALOIRE_CHCAL_BADI
SETTL_SRCESSR PC Recon - Indicator for Data to be used for Settlment OIRE_SETTL_SRCECHAR1OIRE_SETTL_SRCE
DEFEE_FLGIndicator for participation fee calculation OIRE_DEFEE_FLGCHAR1CHAR1
OCFEE_FLGIndicator for clearing house disagio calculation OIRE_OCFEE_FLGCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table OIRECCTYP using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIRECCTYP to SELECT all data from the table
DATA: WA_OIRECCTYP TYPE OIRECCTYP.

SELECT SINGLE *
FROM OIRECCTYP
INTO CORRESPONDING FIELDS OF WA_OIRECCTYP
WHERE...

How to access SAP table OIRECCTYP

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