HRDESV_BD_S_STAT_LOG SAP (Log for Status for Reporting for Company Data Maintenance) Structure details

Dictionary Type: Structure
Description: Log for Status for Reporting for Company Data Maintenance




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




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

HRDESV_BD_S_STAT_LOG 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 "Log for Status for Reporting for Company Data Maintenance" 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_HRDESV_BD_S_STAT_LOG TYPE HRDESV_BD_S_STAT_LOG.

The HRDESV_BD_S_STAT_LOG table consists of various fields, each holding specific information or linking keys about Log for Status for Reporting for Company Data Maintenance data available in SAP. These include BTRTL (Sender or Recipient of Notification (Personnel Subarea)), BTRNR (Company Number of Sender), WERKSBS (Personnel Area of Data for a Place of Work), BTRTLBS (Personnel Subarea of Data for a Place of Work).. 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: Cannot Be Enhanced


SAP HRDESV_BD_S_STAT_LOG 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
WERKSSender or Recipient of Notification (Personnel Area) P01_SVWERKSCHAR4Assigned to domainPERSA
BTRTLSender or Recipient of Notification (Personnel Subarea) P01_SVBTRTLCHAR4Assigned to domainBTRTL
BTRNRCompany Number of Sender P01_BD_BTRNR_ABSCHAR15D3BBNR
WERKSBSPersonnel Area of Data for a Place of Work P01_BD_WERKSBSCHAR4Assigned to domainPERSA
BTRTLBSPersonnel Subarea of Data for a Place of Work P01_BD_BTRTLBSCHAR4Assigned to domainBTRTL
BTRNRBSCompany Number of Place of Work P01_BD_BBNRBSCHAR15D3BBNR
TYPType in Registration Procedue for Business Data Maint. P01_BD_TYPCHAR1P01_BD_TYP
TYP_BEZName of Notification Type P01_BD_TYP_BEZCHAR30TEXT30
STATUSStatus Indicator of Notif. for Business Data Maintenance P01_BD_STATUSCHAR2P01_BD_STATUS
STATUS_BEZName of Notification Status P01_BD_STATUS_BEZCHAR30TEXT30
DATUMCreation/Change Date of Notification P01_SVDATUMDATS8DATUM
UZEITCreation/Change Time of a Notification P01_SVUZEITTIMS6P01_SVUZEIT
EUSERUser Name P01_SVUNAMECHAR12CHAR12
ADATUMDate of Evaluation P01_SVADATUMDATS8DATUM

Key field Non-key field



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

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

How to access SAP table HRDESV_BD_S_STAT_LOG

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