T52BW SAP (Input/Output Parameter) Table details

Dictionary Type: Table
Description: Input/Output Parameter




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




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

T52BW is a standard SAP Table which is used to store Input/Output Parameter data and is available within R/3 SAP systems depending on the version and release level.

The T52BW table consists of various fields, each holding specific information or linking keys about Input/Output Parameter data available in SAP. These include PROCL (Program class), FUNCO (Function name), MOLGA (Country grouping), PARM1 (First parameter).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T52BW 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
CUSTFlag: Customer entry or SAP entry CUSTCHAR1CUSTMCUST
PROCLProgram class PROCLCHAR1PROCL
FUNCOFunction name FUNCOCHAR5T52A0P990_OBJNA
MOLGACountry grouping OPCNTCHAR2Assigned to domainP990_OPCNT
PARM1First parameter PARM1CHAR4PARMS
PARM2Second parameter PARM2CHAR4PARMS
PARM3Third parameter PARM3CHAR4PARMS
PARM4Fourth parameter PARM4CHAR4PARMS
INPOUTIndicator: Input or Output Parameter INPOUTCHAR1INPOUT
SEQNRNumerical field of length 3 SNUMC3NUMC3NUMC3
TABNAName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
SHOW_ALLDisplay All Records SHOW_ALLCHAR1CHAR1
RELCSTable Relevant for CE or SE PCCE_RELCSCHAR1PCCE_RELCS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52BW
INTO CORRESPONDING FIELDS OF WA_T52BW
WHERE...

How to access SAP table T52BW

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