DB6PMSA_APPL_INFO SAP (DB6: application info snapshot part of DB6PMSA) Structure details

Dictionary Type: Structure
Description: DB6: application info snapshot part of DB6PMSA




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




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

DB6PMSA_APPL_INFO 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 "DB6: application info snapshot part of DB6PMSA" 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_DB6PMSA_APPL_INFO TYPE DB6PMSA_APPL_INFO.

The DB6PMSA_APPL_INFO table consists of various fields, each holding specific information or linking keys about DB6: application info snapshot part of DB6PMSA data available in SAP. These include AGENT_ID (), AP_STATUS (application status), CODEPG_ID (codepage ID), NUM_ASS_AG (number of associated agents).. 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 DB6PMSA_APPL_INFO 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
PARTITN dbpartitionnum0
AGENT_ID 0
AP_STATUS application status0
CODEPG_ID codepage ID0
NUM_ASS_AG number of associated agents0
CRD_NODE coordinator node number0
AUTHORITY_LEVEL 0
CLI_PID client pid0
CRD_AG_PID coordinator agent pid0
STAT_CHGTMDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
CLI_PLATFO client_platform: Platform of Client Application0
CLI_PRTC client_protocol: Communications Protocol of Client0
COUNTRY_CD territory code0
APPL_NAME 0
APPL_ID 0
SEQU_NO 0
AUTH_ID primary auth. ID0
SESSION_AUTH_ID session auth. ID0
CLI_NAME client_nname0
CLI_PRDID client_prdID0
IN_DB_ALIA input DB alias0
CLI_DBALIA client DB alias0
DB_NAME 0
DB_PATH 0
EXEC_ID execution ID0
CORR_TOKEN 0
TPMON_ACC_STR 0
TPMON_CLIENT_APP 0
TPMON_CLIENT_UID 0
TPMON_CLIENT_WKS 0
WORKLOAD_ID 0
IS_SYSTEM_APPL 0

Key field Non-key field



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

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

How to access SAP table DB6PMSA_APPL_INFO

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