BBPS_WLRA_OBJECT SAP (Workload for Processing Object) Structure details

Dictionary Type: Structure
Description: Workload for Processing Object




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




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

BBPS_WLRA_OBJECT 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 "Workload for Processing Object" 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_WLRA_OBJECT TYPE BBPS_WLRA_OBJECT.

The BBPS_WLRA_OBJECT table consists of various fields, each holding specific information or linking keys about Workload for Processing Object data available in SAP. These include OBJECT_TYPE (Business Trans. Cat.), OBJECT_TYPE_NAME (Object Name), HEADER (Globally Unique Identifier in 32-Character Display), PARENT (Globally Unique Identifier in 32-Character Display).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPS_WLRA_OBJECT structure 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
SELECTEDIndicator: If Item is Selected on UI BBP_SELECTEDCHAR1CHAR1
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
OBJECT_TYPE_NAMEObject Name STEXTCHAR40TEXT40
HEADERGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
PARENTGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
ITEMGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
ITEM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
PURCH_GRPResponsible Purchasing Group Object ID BBP_PROC_GROUP_IDCHAR12HROBJID_12
PURCH_GRP_TEXTObject Name STEXTCHAR40TEXT40
PURCH_ORGResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
PURCH_ORG_TEXTObject Name STEXTCHAR40TEXT40
DEST_PURCH_GRPResponsible Purchasing Group Object ID BBP_PROC_GROUP_IDCHAR12HROBJID_12
DEST_PURCH_GRP_TEXTObject Name STEXTCHAR40TEXT40
DEST_PURCH_ORGResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
DEST_PURCH_ORG_TEXTObject Name STEXTCHAR40TEXT40
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
CT_CATEGORY_IDCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
CTR_GUIDGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
CTR_ITEM_NUMBERNumber of Contract Item BBP_CTR_ITEMNUMC10CRM_ITEM_NO
CTR_HDR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
EXT_DEM_POSIDExternal Requirement Tracking Number BBP_EXT_DEM_POSIDCHAR32CHAR32
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
INCOMPLETEIncomplete Flag BBP_INCOMPLETECHAR1XFELD
STATUSObject Name STEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BBPS_WLRA_OBJECT

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