P12BOWM_EE_DECL_1 SAP (Declaration on employee and revenue nature) Structure details

Dictionary Type: Structure
Description: Declaration on employee and revenue nature




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




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

P12BOWM_EE_DECL_1 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 "Declaration on employee and revenue nature" 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_P12BOWM_EE_DECL_1 TYPE P12BOWM_EE_DECL_1.

The P12BOWM_EE_DECL_1 table consists of various fields, each holding specific information or linking keys about Declaration on employee and revenue nature data available in SAP. These include NAME (Employee name), BMDIS (District), BMOFF (Office), RENBR (Employer national number ( Company ID )).. 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 P12BOWM_EE_DECL_1 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
NAMEEmployee name P12_BM_ENAMECHAR40
BMDISDistrict P12_BM_DISTRICTNUMC2
BMOFFOffice P12_BM_OFFICENUMC2
RENBREmployer national number ( Company ID ) P12_BTNUMNUMC11NUMC11
BMIYRRevenue year P12_BM_YEARNUMC4
BMPRDIncome period P12_BM_PERIODNUMC4P12_BMPRD
BMNATRevenue nature P12_BM_REVNATNUMC2P12_BM_REVNAT
BMTXRTaxable revenue P12_BM_TAXREVCHAR14
BMPPMPrepayment P12_BM_PREPAYCHAR14
BM325Year, forms 325 P12_BM_YEAR325NUMC2
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
VDSK1Organizational Key VDSK1CHAR14Assigned to domainVDSK1
SBMODAdministrator Group SBMODCHAR4CHAR4SGR
SACHPAdministrator for HR Master Data SACHPCHAR3SACHA
SACHZAdministrator for Time Recording SACHZCHAR3SACHA
SACHAPayroll Administrator SACHACHAR3SACHA
MSTBRSupervisor Area MSTBRCHAR8MSTBR
STAT2Employment Status STAT2CHAR1STATA
BMDNRDeclaration number P12_BM_DECLNRNUMC8

Key field Non-key field



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

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

How to access SAP table P12BOWM_EE_DECL_1

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