TBANK_PP_HOST SAP (Server Used for Parallel Processing) Table details

Dictionary Type: Table
Description: Server Used for Parallel Processing




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




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

TBANK_PP_HOST is a standard SAP Table which is used to store Server Used for Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The TBANK_PP_HOST table consists of various fields, each holding specific information or linking keys about Server Used for Parallel Processing data available in SAP. These include APPLCATG (Application Type in Parallel Processing), HOST (Server name), RFC_GROUP (Logon/Server Group Name), JOBNO (Number of Tasks or Jobs Running in Parallel on the Server).. 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: Not classified


SAP TBANK_PP_HOST 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 MANDTCLNT3Assigned to domainMANDT
APPLCATGApplication Type in Parallel Processing BANK_DTE_PP_PAAPPLCATGCHAR10BANK_PP_PAAPPLCATGBANK_SEARCH_APPLCATG
HOSTServer name BTCSRVNAMECHAR20TEXT20
RFC_GROUPLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
JOBNONumber of Tasks or Jobs Running in Parallel on the Server BANK_DTE_PP_TASKNOINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBANK_PP_HOST
INTO CORRESPONDING FIELDS OF WA_TBANK_PP_HOST
WHERE...

How to access SAP table TBANK_PP_HOST

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