PB2AMGR SAP (HR-B2A: Application Data) Table details

Dictionary Type: Table
Description: HR-B2A: Application Data




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




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

PB2AMGR is a standard SAP Table which is used to store HR-B2A: Application Data data and is available within R/3 SAP systems depending on the version and release level.

The PB2AMGR table consists of various fields, each holding specific information or linking keys about HR-B2A: Application Data data available in SAP. These include MOLGA (Country Grouping), GLBID (HR B2A: Global Object ID), SAGRP (Area), DOCTY (HR-B2A: Document Class).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PB2AMGR 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
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
GLBIDHR B2A: Global Object ID PC_B2A_GLBIDCHAR32CHAR32
SAGRPArea PCAL_SAGRPCHAR4T5961PCAL_SAGRP
DOCTYHR-B2A: Document Class PC_B2A_DOCTYCHAR4T50BACHAR4
B2AIDB2A Identifier PC_B2A_B2AIDCHAR32CHAR32
SENDRHR-B2A: Logical Sender PC_B2A_SENDRCHAR10Assigned to domainALPHAAD_ADDRNUM
SENTXHR-B2A: Log. Sender Text PC_B2A_SENTXCHAR70TEXT70
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
ADRESHR-B2A: Recipient PC_B2A_ADRESCHAR10Assigned to domainALPHAAD_ADDRNUM
ADRTXHR-B2A: Recipient Text PC_B2A_ADRTXCHAR70TEXT70
VARTXHR-B2A: Variable Text Field PC_B2A_VARTXCHAR70TEXT70
TESTDHR-B2A: Test Data PC_B2A_TESTDCHAR1TEXT1
SEND2HR-B2A: Physical Sender PC_B2A_SEND2CHAR10Assigned to domainALPHAAD_ADDRNUM
SENT2HR-B2A: Phy. Sender Text PC_B2A_SENT2CHAR70TEXT70
PBREAKBreak in Process Flow PC_B2A_PBREAKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PB2AMGR
INTO CORRESPONDING FIELDS OF WA_PB2AMGR
WHERE...

How to access SAP table PB2AMGR

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