REIS_PF_COND_ALL SAP (Maximum Possible Set of Conditions for Reporting) Structure details

Dictionary Type: Structure
Description: Maximum Possible Set of Conditions for Reporting




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




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

REIS_PF_COND_ALL 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 "Maximum Possible Set of Conditions for Reporting" 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_REIS_PF_COND_ALL TYPE REIS_PF_COND_ALL.

The REIS_PF_COND_ALL table consists of various fields, each holding specific information or linking keys about Maximum Possible Set of Conditions for Reporting data available in SAP. These include CONDVALUE01 (Condition item currency amount), CONDCURR01 (Currency of condition item), FREQUENCY01 (Name of Unit for Posting Frequency), CONDVALIDFROM01 (Date from when condition is valid).. 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 REIS_PF_COND_ALL 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
CONDVALUE01Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR01Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY01Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM01Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO01Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE01Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-02 0
CONDVALUE02Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR02Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY02Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM02Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO02Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE02Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-03 0
CONDVALUE03Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR03Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY03Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM03Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO03Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE03Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-04 0
CONDVALUE04Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR04Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY04Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM04Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO04Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE04Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-05 0
CONDVALUE05Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR05Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY05Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM05Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO05Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE05Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-06 0
CONDVALUE06Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR06Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY06Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM06Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO06Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE06Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-07 0
CONDVALUE07Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR07Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY07Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM07Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO07Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE07Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
.INCLU-08 0
CONDVALUE08Condition item currency amount RECDCONDVALUECURR15(2) RECACURR
CONDCURR08Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
FREQUENCY08Name of Unit for Posting Frequency REISFREQUENCYCHAR12
CONDVALIDFROM08Date from when condition is valid RECDVALIDFROMDATS8RECADATE
CONDVALIDTO08Date up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
UNITPRICE08Unit Price RECDUNITPRICEDEC19(6) RECDUNITPRICE
CONDISVALIDFROMDisplayed Row Is Valid From REISRECVALIDFROMDATS8RECADATE
CONDISVALIDTODisplayed Row Is Valid Until REISRECVALIDTODATS8RECADATE

Key field Non-key field



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

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

How to access SAP table REIS_PF_COND_ALL

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