EHPRCS_QUERY_SUB_ADV_SUB SAP (Query structure for advanced search with sub criteria) Structure details

Dictionary Type: Structure
Description: Query structure for advanced search with sub criteria




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




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

EHPRCS_QUERY_SUB_ADV_SUB 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 with sub criteria" 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_ADV_SUB TYPE EHPRCS_QUERY_SUB_ADV_SUB.

The EHPRCS_QUERY_SUB_ADV_SUB table consists of various fields, each holding specific information or linking keys about Query structure for advanced search with sub criteria data available in SAP. These include ID_TYPE (Combined Identifier Type and Category Name), ID_VALUE (Identifier), LEAD_LE (Leading Legal Entity), REGDEC (Registration Decision).. 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_ADV_SUB 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

Key field Non-key field



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

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

How to access SAP table EHPRCS_QUERY_SUB_ADV_SUB

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