REAJ_STEP_PARAM SAP (Parameter for All Adjustment Steps) Structure details

Dictionary Type: Structure
Description: Parameter for All Adjustment Steps




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




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

REAJ_STEP_PARAM 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 "Parameter for All Adjustment Steps" 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_REAJ_STEP_PARAM TYPE REAJ_STEP_PARAM.

The REAJ_STEP_PARAM table consists of various fields, each holding specific information or linking keys about Parameter for All Adjustment Steps data available in SAP. These include NEXTADJMFROM (Indicator: Next Possible Valid-from), CNSTATUS (Status of the Contracts), ADJMOCCUPYCN (Indicator: Occupancy Contracts), ADJMAPPROVALCN (Subject to Approval).. 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 REAJ_STEP_PARAM 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
ADJMVALIDFROMValid-From Date of New Condition Item REAJADJMVALIDFROMDATS8DATUM
NEXTADJMFROMIndicator: Next Possible Valid-from REAJNEXTADJMFROMCHAR1RECABOOL
CNSTATUSStatus of the Contracts REAJCNSTATUSCHAR1REAJCNSTATUS
ADJMOCCUPYCNIndicator: Occupancy Contracts REAJADJMOCCUPYCNCHAR1RECABOOL
ADJMAPPROVALCNSubject to Approval REAJADJMAPPROVALCHAR1REAJADJMAPPROVAL
ADJMNOOCCUPYCNIndicator: Non-Occupancy Contracts REAJADJMNOOCCUPYCNCHAR1RECABOOL
ADJMNOAPPROVCNSubject to Approval REAJADJMAPPROVALCHAR1REAJADJMAPPROVAL
ADJMOCCUPYROIndicator: Occupied Rental Objects REAJADJMOCCUPYROCHAR1RECABOOL
ADJMDEPOCCROAdjustment of Occupied Rental Objects REAJADJMDEPOCCROCHAR1REAJADJMDEPOCCRO
ADJMNOOCCUPYROIndicator: Empty Rental Object REAJADJMNOOCCUPYROCHAR1RECABOOL
ADJMDEPNOCCROAdjustment of Vacant Rental Objects REAJADJMDEPNOCCROCHAR1REAJADJMDEPNOCCRO
ADJMAPPROVALTODate Up to Which the Approval Must Occur REAJADJMAPPROVALTODATS8DATUM
ADJMDIRECTACTIIndicator: Activate Adjustment Directly REAJADJMDIRECTACTICHAR1RECABOOL
ADJMDIRECTAPPRApprove Adjustment Directly REAJADJMDIRECTAPPRCHAR1RECABOOL
ADJMDIRECTDECLReject Adjustment Directly REAJADJMDIRECTDECLCHAR1RECABOOL
ADJMREVEALLReverse Complete Run REAJADJMREVEALLCHAR1RECABOOL
ADJMCONDNEWNew Condition on Target REAJNEWCONDCHAR1RECABOOL
ADJMNOOCCUPYRODATEDate DATUMDATS8DATUM
DUEDATEUPDue Date for Follow-Up Postings RECDDUEDATEUPDATS8DATS
ADJMAPPROVALDATEApproval On REAJADJMAPPROVALDATEDATS8DATUM
ADJMDECLINEDATERejected On REAJADJMDECLINEDATEDATS8DATUM
APPRDIRECTPRINTPrint Correspondence Directly REAJADJMDIRECTPRINTCHAR1RECABOOL
DOCUDIRECTPRINTPrint Correspondence Directly REAJADJMDIRECTPRINTCHAR1RECABOOL
ADJMREASONAdjustment Reason REAJADJMREASONCHAR10TIVAJREASONALPHAREAJADJMREASON
ADJMRULEDEFAULTAlternative Adjustment Rule REAJADJMRULEDEFAULTCHAR10TIVAJRULEALPHAREAJADJMRULEREAJRULE
ADJMANNOUNCETODate Reply to Notification Is Required REAJADJMANNOUNCETODATS8DATUM
ANNODIRECTPRINTPrint Correspondence Directly REAJADJMDIRECTPRINTCHAR1RECABOOL
ADJMDIRECTANNONotified Directly of Adjustment REAJADJMDIRECTANNOCHAR1RECABOOL
ADJMANNOUNCEDATENotification Date REAJADJMANNOUNCEDATEDATS8DATUM
ADJMZEROCONDAllow Zero Conditions REAJZEROCONDCHAR1RECABOOL
CNFOLLOWFollow-On Contracts REAJCNFOLLOWCHAR1RECABOOL
ROCONDPURPOSEEXTCondition Purpose for Adjustment on Rental Object REAJROCONDPURPOSEEXTCHAR4Assigned to domainRECDCONDPURPOSEEXT
ALVBATCHOutput List in Background REAJALVBATCHCHAR1RECABOOL
ADJMREVELASTSTEPReverse Last Adjustment Step REAJADJMREVELASTSTEPCHAR1RECABOOL
ADJMDEACTIDeactivate Active Adjustments REAJADJMDEACTICHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REAJ_STEP_PARAM

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