SAP BWPS_S_OBJNR_ATTR PS Report Object's Attributes Table data and field list

BWPS_S_OBJNR_ATTR 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 "PS Report Object's Attributes" 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_BWPS_S_OBJNR_ATTR TYPE BWPS_S_OBJNR_ATTR.

The BWPS_S_OBJNR_ATTR table consists of various fields, each holding specific information or linking keys about PS Report Object's Attributes data available in SAP. These include MATNR (Material Number), OBJNR (Object number), VSNMR (Number or description of a version), VSGRUPPE (Group for a project version)... 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. .

BWPS_S_OBJNR_ATTR structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BWPS_S_OBJNR_ATTR 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 BWPS_S_OBJNR_ATTR 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
PROF_DBProfile for logical database PSJ PS_PROF_DBCHAR12Assigned to domainPS_PROF_DBPDB
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
VSGRUPPEGroup for a project version VSGRUPPECHAR20TEXT20
ARNMRArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
VERSIONInternal version key for logical DB PSJ PSJ_VERSNUMC3NUM03
PLNALAlternative PS_PLNALCHAR2ALPHAALTNR
PROJ_INTProject definition (internal) PS_INTNRNUMC8Assigned to domainKONPDPS_PSPNR
PRPS_INTWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFNR_EXTOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
OBTYPNode type SEU_TYPECHAR4SEU_TYPE
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBTYPSD document category VBTYPCHAR1VBTYP
VBAP_NRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VBEP_NRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
KTEXTDescription AUFTEXTCHAR40TEXT40
MEMORYGeneral Flag FLAGCHAR1FLAG
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
WAERSCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
TRGKZObject indicator BP_TRGKZCHAR1BP_TRGKZ
AUTYPOrder category AUFTYPNUMC2AUFTYP
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
SUMNRNode number of the superior operation SUMKNTNRNUMC8KNTNR
RST_INDEXInternal: Node ID SEU_IDNUMC6SEU_ID
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
COREPObject not relevant in commercial evaluation DB_COR_NACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BWPS_S_OBJNR_ATTR

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

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