SAP BBPS_ES_PERSONCACHE_MYS Cache for Persons Table data and field list

BBPS_ES_PERSONCACHE_MYS 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 "Cache for Persons" 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_BBPS_ES_PERSONCACHE_MYS TYPE BBPS_ES_PERSONCACHE_MYS.

The BBPS_ES_PERSONCACHE_MYS table consists of various fields, each holding specific information or linking keys about Cache for Persons data available in SAP. These include LAST_READ_ACCESS (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), LAST_WRITE_ACCESS (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), USERACCOUNT_CHECKED (New Input Values), HAS_USERACCOUNT (New Input Values)... 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. .

BBPS_ES_PERSONCACHE_MYS structure Technical Details:

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


SAP BBPS_ES_PERSONCACHE_MYS 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 BBPS_ES_PERSONCACHE_MYS 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
PERSONGUIDGlobally Unique Identifier GUIDRAW16
LAST_READ_ACCESSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LAST_WRITE_ACCESSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
USERACCOUNT_CHECKEDNew Input Values XFLAGCHAR1XFLAG
HAS_USERACCOUNTNew Input Values XFLAGCHAR1XFLAG
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
DBPERSON_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_DBPERSONNew Input Values XFLAGCHAR1XFLAG
DBPERSON 0
PERSON_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_PERSONNew Input Values XFLAGCHAR1XFLAG
PERSON 0
PROFESSIONAL_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_PROFESSIONALNew Input Values XFLAGCHAR1XFLAG
PROFESSIONAL 0
EMPLOYEE_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_EMPLOYEENew Input Values XFLAGCHAR1XFLAG
EMPLOYEE 0
MANAGER_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_MANAGERNew Input Values XFLAGCHAR1XFLAG
MANAGER 0
PURCHASER_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_PURCHASERNew Input Values XFLAGCHAR1XFLAG
PURCHASER 0
CONTACT_PERSON_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_CONTACT_PERSONNew Input Values XFLAGCHAR1XFLAG
CONTACT_PERSON 0
HAS_A_WORKPLACE_ADDRESSNew Input Values XFLAGCHAR1XFLAG
WORKPLACE_ADDRESS_CHECKEDNew Input Values XFLAGCHAR1XFLAG
FORMER_EMPLOYEE_CHECKEDNew Input Values XFLAGCHAR1XFLAG
IS_FORMER_EMPLOYEENew Input Values XFLAGCHAR1XFLAG
FORMER_EMPLOYEE 0

Key field Non-key field



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

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

How to access SAP table BBPS_ES_PERSONCACHE_MYS

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

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