HRECM00BW_IS_SVMARKETDATA SAP (BW Extract for Survey Market Data) Structure details

Dictionary Type: Structure
Description: BW Extract for Survey Market Data




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




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

HRECM00BW_IS_SVMARKETDATA 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 "BW Extract for Survey Market 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_HRECM00BW_IS_SVMARKETDATA TYPE HRECM00BW_IS_SVMARKETDATA.

The HRECM00BW_IS_SVMARKETDATA table consists of various fields, each holding specific information or linking keys about BW Extract for Survey Market Data data available in SAP. These include JOBCODE (Job Code), JOBLEVEL (Job Level), SURVEY (Survey Code), CALDAY (Survey Date).. 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 HRECM00BW_IS_SVMARKETDATA 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
PROVIDERSurvey Provider Code ECM_PROVIDERCHAR4Assigned to domainECM_PROVIDER
JOBCODEJob Code ECM_JOBCODECHAR8Assigned to domainECM_JOBCODE
JOBLEVELJob Level ECM_JOBLEVELCHAR2CHAR2
SURVEYSurvey Code ECM_SURVEYCHAR4Assigned to domainECM_SURVEY
CALDAYSurvey Date ECM_SURVEYDATEDATS8DATUM
AGEDATEAge Date ECM_AGEDATEDATS8DATUM
AGEFACSurvey Age Factor in Percent ECM_AGEFACDEC5(2) DEC3_2
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FREQUUnit of Time ECM_FREQUNUMC2PFREQ
FLSASTATJob Status according to FLSA ECM_FLSASTATCHAR1CHAR1
JMATCHPCJob Matching Percentage ECM_JMATCHPCTDEC5(2) DEC3_2
RANGEMINSalary Range Minimum ECM_RANGEMINCURR15(2) P_AMT08
RANGEMIDSalary Range Midpoint ECM_RANGEMIDCURR15(2) P_AMT08
RANGEMAXSalary Range Maximum ECM_RANGEMAXCURR15(2) P_AMT08
PAYCATPay Category ECM_STATSTYPECHAR2Assigned to domainECM_STATSTYPE
COUNTRYCountry ISO code INTCACHAR2INTCAF4_INTCA
INDUSTRYSurvey Industry Code ECM_INDUSTRYCHAR4Assigned to domainECM_INDUSTRY
REGIONSurvey Region Code ECM_REGIONCHAR4Assigned to domainECM_REGION
REVSIZESurvey Revenue Size Code ECM_REVSIZECHAR4Assigned to domainECM_REVSIZE
COMSIZESurvey Company Size Code ECM_COMSIZECHAR4Assigned to domainECM_COMSIZE
COMTYPESurvey Company Type Code ECM_COMTYPECHAR4Assigned to domainECM_COMTYPE
SERVICELength of Service Code ECM_SERVICECHAR4Assigned to domainECM_SERVICE
NUMINCSNumber of Incumbents Contributing to Survey Data ECM_NUMINCUMBENTSDEC7DEC7
NUMCOSNumber of Companies Contributing to Survey Data ECM_NUMCOMPANIESDEC7DEC7
NUMEMPLNumber of Employees Contributing to Survey Data ECM_NUMEMPLOYEESDEC7DEC7
AVERAGEAverage ECM_AVERAGECURR15(2) P_AMT08
PERC_1010th Percentile (10% of Employees are below value) ECM_PERCENTILE10CURR15(2) P_AMT08
PERC_2525th Percentile (25% of Employees are below value) ECM_PERCENTILE25CURR15(2) P_AMT08
PERC_5050th Percentile (50% of Employees are below value) ECM_PERCENTILE50CURR15(2) P_AMT08
PERC_6060th Percentile (60% of Employees are below value) ECM_PERCENTILE60CURR15(2) P_AMT08
PERC_7575th Percentile (75% of Employees are below value) ECM_PERCENTILE75CURR15(2) P_AMT08
PERC_9090th Percentile (90% of Employees are below value) ECM_PERCENTILE90CURR15(2) P_AMT08

Key field Non-key field



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

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

How to access SAP table HRECM00BW_IS_SVMARKETDATA

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