T7BG01P SAP (Personnel Area/Subarea Groupings for Bulgaria) Table details

Dictionary Type: Table
Description: Personnel Area/Subarea Groupings for Bulgaria




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




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

T7BG01P is a standard SAP Table which is used to store Personnel Area/Subarea Groupings for Bulgaria data and is available within R/3 SAP systems depending on the version and release level.

The T7BG01P table consists of various fields, each holding specific information or linking keys about Personnel Area/Subarea Groupings for Bulgaria data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), BSTAT (BULSTAT-EIK - Company ID), BSTAA (Adress key of BULSTAT).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T7BG01P table 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
MANDTClient MANDTCLNT3T000MANDT
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4T001PBTRTL
BSTATBULSTAT-EIK - Company ID PBG_BSTATCHAR15Assigned to domainPBG_BSTAT
BSTAAAdress key of BULSTAT PBG_BSTAACHAR8VARGA
ACTTYActivity type PBG_ACTTYNUMC4T7BGC3NUMC4
STPRFSubtype of 1051 infotype for profession code PBG_STPRFCHAR4Assigned to domainSUBTYP
SENGPPersonnel grouping for seniority PBG_SENGPCHAR2CHAR2
QTYGPPersonnel grouping for quota PBG_QTYGPCHAR2CHAR2
FALGPPersonnel grouping for meals allowance PBG_FALGPCHAR2CHAR2
SIPGPPersonnel grouping for social insurance payments PBG_SIPGPCHAR2CHAR2
TXPGPPersonnel grouping for tax payments PBG_TXPGPCHAR2CHAR2

Key field Non-key field



How do I retrieve data from SAP table T7BG01P using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7BG01P to SELECT all data from the table
DATA: WA_T7BG01P TYPE T7BG01P.

SELECT SINGLE *
FROM T7BG01P
INTO CORRESPONDING FIELDS OF WA_T7BG01P
WHERE...

How to access SAP table T7BG01P

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