OIRCT685 SAP (SSR Pricing - Condition type definition) Table details

Dictionary Type: Table
Description: SSR Pricing - Condition type definition




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




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

OIRCT685 is a standard SAP Table which is used to store SSR Pricing - Condition type definition data and is available within R/3 SAP systems depending on the version and release level.

The OIRCT685 table consists of various fields, each holding specific information or linking keys about SSR Pricing - Condition type definition data available in SAP. These include KALVG (SSR Pricing - Margins procedure assigned to business type), KALKS (SSR Pricing - Margins procedure assigned to this location), KSCHL (Condition Type), KONWA (Rate unit (currency or percentage)).. 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 OIRCT685 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 MANDTCLNT3Assigned to domainMANDT
KALVGSSR Pricing - Margins procedure assigned to business type OIRC_KALVGCHAR1OIRCT683VOIRC_KALVG
KALKSSSR Pricing - Margins procedure assigned to this location OIRC_KALKSCHAR1OIRCT683VOIRC_KALKS
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
KONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3T006CUNITMEINS
CALENFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
PERIODSSR Pricing - Period definition methods OIRC_PD_BADICHAR20OIRC_PD_VALOIRC_PD_BADI

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRCT685
INTO CORRESPONDING FIELDS OF WA_OIRCT685
WHERE...

How to access SAP table OIRCT685

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