EHPRCS_QUERY_SUB_ADVANCED SAP (Query structure for advanced search) Structure details

Dictionary Type: Structure
Description: Query structure for advanced search




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




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

EHPRCS_QUERY_SUB_ADVANCED 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 "Query structure for advanced search" 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_QUERY_SUB_ADVANCED TYPE EHPRCS_QUERY_SUB_ADVANCED.

The EHPRCS_QUERY_SUB_ADVANCED table consists of various fields, each holding specific information or linking keys about Query structure for advanced search data available in SAP. These include SUBID (Substance ID of Pure Substance), ID_TYPE (Combined Identifier Type and Category Name), ID_VALUE (Identifier), LEAD_LE (Leading Legal Entity).. 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_QUERY_SUB_ADVANCED 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
SUBIDSubstance ID of Pure Substance EHPRC_SUBID_PURECHAR12SPEC1ESDSUBID
ID_TYPECombined Identifier Type and Category Name EHPRC_SUB_ID_TYPE_CAT_COMBCHAR80EHFND_DESCRIPTION_MEHPRC_SUB_IDTYPE_IDCAT_COMB
ID_VALUEIdentifier ESEIDENTCHAR132TEXT132ES5
LEAD_LELeading Legal Entity EHPRC_SUBGEN_LEADINGLEGENTCHAR4Assigned to domainBUKRSEHPRC_ELM_LEGENT_SRC
REGDECRegistration Decision EHPRC_SUBGEN_REGDECISIONCHAR2EHPRC_COM_REGDECISION_CODE
MAXTOBNDMaximum Tonnage Band EHPRC_SUBGEN_MAXTOBANDCHAR2Assigned to domainEHPRC_TOBAND
REG_DDLNRegistration Deadline EHPRC_SUBGEN_REGDEADLINEDATS8DATS
BUS_PRIOBusiness Priority EHPRC_SUBGEN_BUSINESSPRIOCHAR30EHFND_CHAR30
EXEMPTYExemption Type EHPRC_SUBEXM_EXEMPTYPECHAR30EHFND_CHAR30
SVHCTYPESVHC Type EHPRC_SUBGEN_SVHCTYPECHAR30EHFND_CHAR30
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AUTH_GRPAuthorization Group ESEAUTHGRPCHAR10Assigned to domainESDAUTHGRPES2
SUB_TYPEREACH Substance Type EHPRC_SUBGEN_SUBTYPECHAR30EHFND_CHAR30
PHASEINPhase-In EHPRC_SUBGEN_PHASEINCHAR30EHFND_CHAR30
LEAD_ORGLeading Organizational Unit EHPRC_SUBGEN_LEADINGORGUNITCHAR29EHPRC_CODEEHPRC_ELM_ORGUNITCODE
ORGUNITOrganizational Unit Code EHPRC_ORGUNIT_CODECHAR29EHPRC_CODEEHPRC_ELM_ORGUNITCODE
LEGENTLegal Entity EHPRC_LEGENT_ADV_SEARCHCHAR4Assigned to domainBUKRS
PREGSTATPreregistration Status EHPRC_SUB_LEGPRE_STATUSCHAR30TEXT30EHPRC_ELM_PREREG_STATUS
REG_NORegistration Number EHPRC_REG_REGNOCHAR29TEXT29
REG_STATRegistration Project Status EHPRC_REG_STATUSCHAR2EHPRC_REG_STATUS
TOBANDTonnage Band EHPRC_TOBANDCHAR2Assigned to domainEHPRC_TOBAND
INT_DDLNInternal Deadline EHPRC_REG_INTDEADLINEDATS8DATS
SUB_NAMESubstance Name in Legal Entity EHPRC_REG_LEGENT_SUBNAMECHAR132EHFND_DESCRIPTION_L
INT_TYPERole Type EHPRC_REG_LEGINT_ROLETYPECHAR30EHFND_CHAR30
INT_CTRLStrictly Controlled EHPRC_REG_LEGINT_ISSCNTRLCHAR1EHPRC_TRISTATE
EEW_EHPRC_ADV_SEARCHDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_QUERY_SUB_ADVANCED

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