EHPRCS_VDM_CH4DETAIL SAP (Dynpro Structure for Chapter 4 Data) Structure details

Dictionary Type: Structure
Description: Dynpro Structure for Chapter 4 Data




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




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

EHPRCS_VDM_CH4DETAIL 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 "Dynpro Structure for Chapter 4 Data" 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_VDM_CH4DETAIL TYPE EHPRCS_VDM_CH4DETAIL.

The EHPRCS_VDM_CH4DETAIL table consists of various fields, each holding specific information or linking keys about Dynpro Structure for Chapter 4 Data data available in SAP. These include REC_ORG_NAME (Recipient Name), COMPANY_ID (Company ID / Organization ID), PART_NO (Recipient Part Number), PART_NAME (Description of Recipient Part, Item, or Material).. 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 EHPRCS_VDM_CH4DETAIL 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
REC_STATUSRecipient Status Description EHPRC_REC_STATUS_TEXTCHAR32TEXT32
REC_ORG_NAMERecipient Name EHPRC_REC_NAMECHAR132TEXT132
COMPANY_IDCompany ID / Organization ID EHPRC_COMPANY_IDCHAR9Assigned to domainEHPRC_ORGIDEHPRC_ELM_ORGIDS
PART_NORecipient Part Number EHPRC_REC_PARTNOCHAR50TEXT50
PART_NAMEDescription of Recipient Part, Item, or Material EHPRC_REC_PARTNAMECHAR250TEXT_250
DRAWING_NODrawing Number EHPRC_DRAWING_NOCHAR20TEXT20
DRAWING_DATEDDrawing Dated EHPRC_DRAWING_DATECHAR20TEXT20
DRAWING_CHG_NODrawing Change Level EHPRC_DRAWING_CHG_NOCHAR20TEXT20
SAMPLE_NOSample Report Number EHPRC_SAMPLE_NOCHAR20TEXT20
SAMPLE_DATEReport Date EHPRC_SAMPLE_DATEDATS8DATE
ORDER_NOPurchase Order Number EHPRC_ORDERNOCHAR20EHPRC_ORDNO
DELIVERY_SLIP_NODelivery Number EHPRC_DELIVERYSLIPNOCHAR30
SUPPLIER_CODESupplier Code EHPRC_SUPP_CODECHAR20TEXT20
TRANS_CHCK_DATETransmission / Check Date EHPRC_TRANSCHECKDATEDATS8DATE
FORWARD_ALLOWEDForwarding Allowed EHPRC_FORW_ALLOWEDCHAR1YESNO
REJ_REASON_ABRVMDS Rejection Reason EHPRC_REJECTION_REASONCHAR200TEXT200

Key field Non-key field



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

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

How to access SAP table EHPRCS_VDM_CH4DETAIL

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