EHPRCS_XML_DOC_INFORMATION SAP (DocumentInformation structure type) Structure details

Dictionary Type: Structure
Description: DocumentInformation structure type




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




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

EHPRCS_XML_DOC_INFORMATION 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 "DocumentInformation structure type" 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_XML_DOC_INFORMATION TYPE EHPRCS_XML_DOC_INFORMATION.

The EHPRCS_XML_DOC_INFORMATION table consists of various fields, each holding specific information or linking keys about DocumentInformation structure type data available in SAP. These include ISO_LANGUAGE (Language of the generated PRC XML), CREATION_DATE (Creation date of the generated PRC XML), PURPOSE (), DETAIL_DATA ().. 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 (Deep)


SAP EHPRCS_XML_DOC_INFORMATION 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
SCHEMA_VERSIONSchema version of the generated PRC XML EHPRC_XML_DOC_INF_SCHEMA_VERCHAR10EHPRC_XML_CHAR10
ISO_LANGUAGELanguage of the generated PRC XML EHPRC_XML_DOC_INF_ISO_LANGCHAR2EHPRC_XML_LANG_CODE
CREATION_DATECreation date of the generated PRC XML EHPRC_XML_DOC_INF_CREAT_DATECHAR20EHPRC_XML_TIMESTAMP
PURPOSE 0
DETAIL_DATA 0
DETAIL_DATA 0
DETAIL_DATA_TYPEType of the generated PRC XML in the DetailData of Purpose EHPRC_XML_PURP_DET_DATA_TYPECHAR12EHPRC_XML_PURPOSE_TYPE
DETAIL_DATA_LEVELType of the DetailData in Purpose element of the PRC XML EHPRC_XML_PURP_DET_DATA_LEVELCHAR20EHPRC_XML_PURPOSE_LEVEL
PDM_DATA To be changed when PDMData structure is created (choice)0
DOCUMENT_RESPONDER 0
CONTACT 0
ID_AT_PARTNERID at partner field of Contact type EHPRC_XML_CONT_ID_AT_PARTNERCHAR10
UNIQUE_ID 0
IDUnique ID of the Contact type EHPRC_XML_CONT_UNIQ_IDCHAR9
AUTHORITYUnique ID authority of the Contact type EHPRC_XML_CONT_UNIQ_AUTHORITYSTRG0
COMPANY_NAMECompany name field of the Contact type EHPRC_XML_CONT_COMPANY_NAMECHAR40EHPRC_XML_CHAR40
CONTACT_NAMEContact name of the Contact type EHPRC_XML_CONT_NAMECHAR30EHPRC_XML_CHAR30
CONTACT_TITLEContact title field of the Contact type EHPRC_XML_CONT_TITLECHAR30EHPRC_XML_CHAR30
CONTACT_PHONEContact phone field of the Contact structure EHPRC_XML_CONT_PHONECHAR30EHPRC_XML_CHAR30
CONTACT_EMAILContact e-mail field of the Contact type EHPRC_XML_CONT_EMAILCHAR240EHPRC_XML_CHAR240
TYPEType of DocumentResponder in DocumentInformation element EHPRC_XML_DOC_RESPONDER_TYPECHAR12EHPRC_XML_DOC_RESPONDER_TYPE
DOCUMENT_RESPONSE 0
EXPIRATION_DATEExpiration data specified in Document message EHPRC_XML_DOC_EXPIRATION_DATECHAR20EHPRC_XML_TIMESTAMP
CERTIFY_TITLECertify title in Document message EHPRC_XML_DOC_CERTIFY_TITLECHAR30EHPRC_XML_CHAR30
CERTIFY_NAMECertify name in Document message EHPRC_XML_DOC_CERTIFY_NAMECHAR30EHPRC_XML_CHAR30
CERTIFY_PHONECertify phone in Document message EHPRC_XML_DOC_CERTIFY_PHONECHAR30EHPRC_XML_CHAR30
CERTIFY_EMAILCertify e-mail in Document message EHPRC_XML_DOC_CERTIFY_EMAILCHAR240EHPRC_XML_CHAR240
CERTIFY_DATECertify date in Document message EHPRC_XML_DOC_CERTIFY_DATECHAR20EHPRC_XML_TIMESTAMP
DOCUMENT_SOURCE 0
TYPEType of DocumentSource in DocumentInformation EHPRC_XML_DOC_INF_DS_TYPECHAR40EHPRC_XML_CHAR40
VERSIONVersion of DocumentSource in DocumentInformation EHPRC_XML_DOC_INF_DS_VERSIONCHAR10EHPRC_XML_CHAR10
NAMEName of DocumentSource in DocumentInformation EHPRC_XML_DOC_INF_DS_NAMECHAR20EHPRC_XML_CHAR20
DOCUMENT_REQUESTOR 0
CONTACT 0
ID_AT_PARTNERID at partner field of Contact type EHPRC_XML_CONT_ID_AT_PARTNERCHAR10
UNIQUE_ID 0
IDUnique ID of the Contact type EHPRC_XML_CONT_UNIQ_IDCHAR9
AUTHORITYUnique ID authority of the Contact type EHPRC_XML_CONT_UNIQ_AUTHORITYSTRG0
COMPANY_NAMECompany name field of the Contact type EHPRC_XML_CONT_COMPANY_NAMECHAR40EHPRC_XML_CHAR40
CONTACT_NAMEContact name of the Contact type EHPRC_XML_CONT_NAMECHAR30EHPRC_XML_CHAR30
CONTACT_TITLEContact title field of the Contact type EHPRC_XML_CONT_TITLECHAR30EHPRC_XML_CHAR30
CONTACT_PHONEContact phone field of the Contact structure EHPRC_XML_CONT_PHONECHAR30EHPRC_XML_CHAR30
CONTACT_EMAILContact e-mail field of the Contact type EHPRC_XML_CONT_EMAILCHAR240EHPRC_XML_CHAR240

Key field Non-key field



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

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

How to access SAP table EHPRCS_XML_DOC_INFORMATION

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