EHPRCS_REQR_SET_STATUS_PARAM SAP (Set requierement revision status parameters) Structure details

Dictionary Type: Structure
Description: Set requierement revision status parameters




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




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

EHPRCS_REQR_SET_STATUS_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 "Set requierement revision status parameters" 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_EHPRCS_REQR_SET_STATUS_PARAM TYPE EHPRCS_REQR_SET_STATUS_PARAM.

The EHPRCS_REQR_SET_STATUS_PARAM table consists of various fields, each holding specific information or linking keys about Set requierement revision status parameters data available in SAP. These include REASSESS_DATE (Compliance Data Revision Reassess Date), REMARK (Requirement Revision Remark), VALID_TO_DATE (Compliance Data revision valid to date), REQ_DESC (Description of Check).. 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)


SAP EHPRCS_REQR_SET_STATUS_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
RELEASED_DATECompliance Data Revision Released Date EHPRC_COD_REV_RELEASED_DATEDATS8DATS
REASSESS_DATECompliance Data Revision Reassess Date EHPRC_COD_REV_REASSESS_DATEDATS8DATS
REMARKRequirement Revision Remark EHPRC_COD_REMARKCHAR255EHFND_DESCRIPTION_XL
VALID_TO_DATECompliance Data revision valid to date EHPRC_COD_REV_VALID_TO_DATEDATS8DATS
REQ_DESCDescription of Check EHPRC_CHECKDCHAR40TEXT40
SUPP_COLL_COMPLETE_INDComplete any ongoing Supplier Collaboration EHPRC_SUPP_COLL_COMPLETE_INDCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table EHPRCS_REQR_SET_STATUS_PARAM

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