TBANK_PP_LOCKR SAP (Locking Reasons for Applications in Parallel Processing) Table details

Dictionary Type: Table
Description: Locking Reasons for Applications in Parallel Processing




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




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

TBANK_PP_LOCKR is a standard SAP Table which is used to store Locking Reasons for Applications in Parallel Processing data and is available within R/3 SAP systems depending on the version and release level.

The TBANK_PP_LOCKR table consists of various fields, each holding specific information or linking keys about Locking Reasons for Applications in Parallel Processing data available in SAP. These include LOCKREASON (Locking Reason for Object 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TBANK_PP_LOCKRT


SAP TBANK_PP_LOCKR 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
APPLCATGApplication Type in Parallel Processing BANK_DTE_PP_PAAPPLCATGCHAR10TBANK_PP_PPAPPLBANK_PP_PAAPPLCATGBANK_SEARCH_APPLCATG
LOCKREASONLocking Reason for Object in Parallel Processing BANK_DTE_PP_LOCKREASONCHAR4ALPHABANK_PP_LOCKREASON

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBANK_PP_LOCKR
INTO CORRESPONDING FIELDS OF WA_TBANK_PP_LOCKR
WHERE...

How to access SAP table TBANK_PP_LOCKR

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