SAP PCA_BAPI0015_ALLX X-Bar Transfer Fields for BAPI0015_* Structures with X-Bar Table data and field list

PCA_BAPI0015_ALLX 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 "X-Bar Transfer Fields for BAPI0015_* Structures with X-Bar" 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_PCA_BAPI0015_ALLX TYPE PCA_BAPI0015_ALLX.

The PCA_BAPI0015_ALLX table consists of various fields, each holding specific information or linking keys about X-Bar Transfer Fields for BAPI0015_* Structures with X-Bar data available in SAP. These include LONG_TEXT (Updated information in related user data field), IN_CHARGE (Updated information in related user data field), DEPARTMENT (Updated information in related user data field), PRCTR_HIER_GRP (Updated information in related user data field)... 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. .

PCA_BAPI0015_ALLX structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PCA_BAPI0015_ALLX structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PCA_BAPI0015_ALLX table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PRCTR_NAMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LONG_TEXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IN_CHARGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DEPARTMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRCTR_HIER_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOGSYSTEMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FORMOFADDRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NAMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NAME_2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NAME_3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NAME_4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STREETUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DISTRICTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TAXJURCODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PO_BOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POSTL_CODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POBX_PCDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REGIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELEPHONEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELEPHONE2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LANGUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FAX_NUMBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELEXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELETEXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELEBOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATA_LINEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRINTERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCK_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VALID_FROMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TEMPLATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SEGMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IN_CHARGE_USERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table PCA_BAPI0015_ALLX

Within an ECC or HANA version of SAP you can also view further information about PCA_BAPI0015_ALLX and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).