REOR_OO_COND_S SAP (Conditions (REOR_OO_COND) and Additional Fields for Output) Structure details

Dictionary Type: Structure
Description: Conditions (REOR_OO_COND) and Additional Fields for Output




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




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

REOR_OO_COND_S 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 "Conditions (REOR_OO_COND) and Additional Fields for Output" 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_REOR_OO_COND_S TYPE REOR_OO_COND_S.

The REOR_OO_COND_S table consists of various fields, each holding specific information or linking keys about Conditions (REOR_OO_COND) and Additional Fields for Output data available in SAP. These include CDGROUP01 (Condition Group), CDTYPE01 (Condition Type), CDVALUE01 (Condition Amount), CDCURR01 (Currency of condition item).. 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 REOR_OO_COND_S 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
.INCLU-01 0
CDGROUP01Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE01Condition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
CDVALUE01Condition Amount REORCDVALUECURR15(2) RECACURR
CDCURR01Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDBASE01Payment Frequency REORCDBASECHAR1REORCDBASE
XMCONDGROUP01Name of Condition Group of Default Conditions RECDXMCONDGROUPCHAR30RECAXMDESCRIPTION
XSMEAS01Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
MEASUNIT01Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
APPARENT01Show Values in Dialog REORAPPARENTCHAR1RECABOOL
XCDCALCRULE01Calculation Formula of Condition REORXCDCALCRULECHAR60RECAXLDESCRIPTION
.INCLU-02 0
CDGROUP02Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE02Condition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
CDVALUE02Condition Amount REORCDVALUECURR15(2) RECACURR
CDCURR02Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDBASE02Payment Frequency REORCDBASECHAR1REORCDBASE
XMCONDGROUP02Name of Condition Group of Default Conditions RECDXMCONDGROUPCHAR30RECAXMDESCRIPTION
XSMEAS02Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
MEASUNIT02Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
APPARENT02Show Values in Dialog REORAPPARENTCHAR1RECABOOL
XCDCALCRULE02Calculation Formula of Condition REORXCDCALCRULECHAR60RECAXLDESCRIPTION
.INCLU-03 0
CDGROUP03Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE03Condition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
CDVALUE03Condition Amount REORCDVALUECURR15(2) RECACURR
CDCURR03Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDBASE03Payment Frequency REORCDBASECHAR1REORCDBASE
XMCONDGROUP03Name of Condition Group of Default Conditions RECDXMCONDGROUPCHAR30RECAXMDESCRIPTION
XSMEAS03Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
MEASUNIT03Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
APPARENT03Show Values in Dialog REORAPPARENTCHAR1RECABOOL
XCDCALCRULE03Calculation Formula of Condition REORXCDCALCRULECHAR60RECAXLDESCRIPTION
.INCLU-04 0
CDGROUP04Condition Group RECDCONDGROUPCHAR4TIVCDCONDGROUPALPHARECDCONDGROUP
CDTYPE04Condition Type RECDCONDTYPECHAR4Assigned to domainALPHARECDCONDTYPE
CDVALUE04Condition Amount REORCDVALUECURR15(2) RECACURR
CDCURR04Currency of condition item RECDCONDCURRCUKY5TCURCWAERS
CDBASE04Payment Frequency REORCDBASECHAR1REORCDBASE
XMCONDGROUP04Name of Condition Group of Default Conditions RECDXMCONDGROUPCHAR30RECAXMDESCRIPTION
XSMEAS04Name of Measurement Type - Short REBDXSMEASCHAR15RECAXSDESCRIPTION
MEASUNIT04Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
APPARENT04Show Values in Dialog REORAPPARENTCHAR1RECABOOL
XCDCALCRULE04Calculation Formula of Condition REORXCDCALCRULECHAR60RECAXLDESCRIPTION

Key field Non-key field



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

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

How to access SAP table REOR_OO_COND_S

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