EHFNDS_EHS_BAPI1077PR SAP (EHS: BAPI Structure for Val. Assgnmt Data (Char. Val. Ass.)) Structure details

Dictionary Type: Structure
Description: EHS: BAPI Structure for Val. Assgnmt Data (Char. Val. Ass.)




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




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

EHFNDS_EHS_BAPI1077PR 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 "EHS: BAPI Structure for Val. Assgnmt Data (Char. Val. Ass.)" 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_EHFNDS_EHS_BAPI1077PR TYPE EHFNDS_EHS_BAPI1077PR.

The EHFNDS_EHS_BAPI1077PR table consists of various fields, each holding specific information or linking keys about EHS: BAPI Structure for Val. Assgnmt Data (Char. Val. Ass.) data available in SAP. These include LOGLOCKMOD (Logical Lock Mode), EXTINFO (External Information), PRIMARYKEY (Artificial Primary Key for Specification Tables in BAPIs), FOREIGNKEY (Artificial Foreign Key in Specification Tables for BAPIs).. 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 EHFNDS_EHS_BAPI1077PR 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
FUNCTIONFunction EHFND_EHS_MSGFNCHAR3MSGFN
LOGLOCKMODLogical Lock Mode EHFND_EHS_ESELGLCKMDCHAR1CHAR1
EXTINFOExternal Information EHFND_EHS_ESEEXTINFOCHAR10CHAR10
PRIMARYKEYArtificial Primary Key for Specification Tables in BAPIs EHFND_EHS_ESEPKEYNUMC20ESDPKEY
FOREIGNKEYArtificial Foreign Key in Specification Tables for BAPIs EHFND_EHS_ESEFKEYNUMC20ESDPKEY
FLGPRIMKEYData Record Created with Artificial Primary Key EHFND_EHS_ESEFLGPKEYCHAR1ESDFLAG
FLGFRGNKEYNew Parent Record Was Created EHFND_EHS_ESEFLGFKEYCHAR1ESDFLAG
OBJ_TYPEName of database table for object EHFND_EHS_TABELLECHAR30Assigned to domainOBJEKTTAB
OBJ_KEYKey of object to be classified EHFND_EHS_OBJNUMCHAR50OBJEKT
INT_CHARInternal characteristic EHFND_EHS_ATINNNUMC10Assigned to domainATINNATINN
NAME_CHARCharacteristic Name EHFND_EHS_ATNAMCHAR30ATNAM
DESCR_CHARCharacteristic description EHFND_EHS_ATBEZCHAR30TEXT30
COUNTERInt counter EHFND_EHS_ATZHLNUMC4ATZHL
CHAR_VALUECharacteristic Value EHFND_EHS_ATWRTCHAR30ATWRT
DESCR_CVALCharacteristic value description EHFND_EHS_ATWTBCHAR30TEXT30
NUM_VAL_FMInternal floating point from EHFND_EHS_ATFLVFLTP16(16) FLTP
MEAS_UNIT1Unit of Measurement EHFND_EHS_MSEHIUNIT3Assigned to domainCUNITMEINS
ISOCODE1ISO code for unit of measurement EHFND_EHS_ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
NUM_VAL_TOInternal floating point value to EHFND_EHS_ATFLBFLTP16(16) FLTP
MEAS_UNIT2Unit of Measurement EHFND_EHS_MSEHIUNIT3Assigned to domainCUNITMEINS
ISOCODE2ISO code for unit of measurement EHFND_EHS_ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VAL_RELATNCode for value dependency EHFND_EHS_ATCODCHAR1ATCOD
TOLER_FROMTolerance from EHFND_EHS_ATTLVFLTP16(16) FLTP
TOLER_TOTolerance to EHFND_EHS_ATTLBFLTP16(16) FLTP
PERCENTAGEIndicator: Tolerance Shown as a Percentage EHFND_EHS_ATPRZCHAR1ATXFE
OPER_INCIncrement Within a Specified Interval EHFND_EHS_ATINCFLTP16(16) FLTP
ALLOC_NONumber of Object with Assigned Dependencies EHFND_EHS_KNOBJNUMC18KNOBJ
DOC_TYPEDocument Type EHFND_EHS_DOKARCHAR3Assigned to domainDOKAR
DOC_NUMBERDocument number EHFND_EHS_DOKNRCHAR25Assigned to domainALPHADOKNR
DOC_VERDocument Version EHFND_EHS_DOKVRCHAR2DOKVR
DOC_PARTDocument Part EHFND_EHS_DOKTL_DCHAR3DOKTL
SUB_VALUESIndicator that Subordinate Values Exist EHFND_EHS_ATWHICHAR1XFELD
SORT_FIELDSort field for AUSP char. values EHFND_EHS_ESEATSRTNUMC4NUMC04
RECNO_ROOTSequential Number of Data Record EHFND_EHS_ESERECNNUMC20ALPHAESDRECN
REF_RECNRHReference to Reference Specification Header EHFND_EHS_ESERECNREFNUMC20ALPHAESDRECN
FLAGGeneral Flag EHFND_EHS_FLAGCHAR1FLAG
REF_RECNPHReference to Phrase Header EHFND_EHS_ESERECNTPHNUMC20ALPHAESDRECN
FLG_VALFIX_DESCRGeneral Flag EHFND_EHS_FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table EHFNDS_EHS_BAPI1077PR

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