BANK_PACKMAN_HD SAP (Header Data for Package Administrator) Table details

Dictionary Type: Table
Description: Header Data for Package Administrator




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




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

BANK_PACKMAN_HD is a standard SAP Table which is used to store Header Data for Package Administrator data and is available within R/3 SAP systems depending on the version and release level.

The BANK_PACKMAN_HD table consists of various fields, each holding specific information or linking keys about Header Data for Package Administrator data available in SAP. These include PACKMANID (ID of a Package Administrator Object), PACKMANID_EXT (External ID of a Package Administrator Object), X_STANDARD (Ind.:Package Adminstrator is Standard Package Administrator), APPLCATG (Application Type in Parallel Processing).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BANK_PACKMAN_HD 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
PACKMANIDID of a Package Administrator Object BANK_PACKMANIDRAW16SYSUUID
PACKMANID_EXTExternal ID of a Package Administrator Object BANK_DTE_PP_PMID_EXTCHAR30BANK_PACKMANIDTBANK_SEARCH_PACKMANID_EXT
X_STANDARDInd.:Package Adminstrator is Standard Package Administrator BANK_DTE_PP_X_STANDARD_PMCHAR1XFELD
APPLCATGApplication Type in Parallel Processing BANK_DTE_PP_PAAPPLCATGCHAR10TBANK_PP_PPAPPLBANK_PP_PAAPPLCATGBANK_SEARCH_APPLCATG
CREATOR_CLASSAbsolute Category Name of a Data Object BANK_DTE_PP_ABSTYPENAMECHAR200
PACKDEFCATGPackage Definition Category BANK_DTE_PP_PACKDEFCATGCHAR1BANK_PP_PACKDEFCATG
CNT_PACKAGESNumber of Packages BANK_DTE_PP_CNT_PACKAGESINT410INT4
PACK_PARAM_TYPEAbsolute Category Name of Package-Related Parameters BANK_DTE_PP_PACK_PARAM_TYPECHAR200
FLG_PACKSCREATEDIndicator: Package Formation Completed BANK_DTE_PP_PACKSCREATEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BANK_PACKMAN_HD
INTO CORRESPONDING FIELDS OF WA_BANK_PACKMAN_HD
WHERE...

How to access SAP table BANK_PACKMAN_HD

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