BBPS_WLRA_SEARCH_CRIT_NO_CUF SAP (Search Criteria for Workload Reassignment) Structure details

Dictionary Type: Structure
Description: Search Criteria for Workload Reassignment




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




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

BBPS_WLRA_SEARCH_CRIT_NO_CUF 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 "Search Criteria for Workload Reassignment" 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_SEARCH_CRIT_NO_CUF TYPE BBPS_WLRA_SEARCH_CRIT_NO_CUF.

The BBPS_WLRA_SEARCH_CRIT_NO_CUF table consists of various fields, each holding specific information or linking keys about Search Criteria for Workload Reassignment data available in SAP. These include PURCHASE_ORDER (Flag for Purchase Order(s)), CONTRACT (Flag for Contracts), BID_INVITATION (Flag for Bid Invitation(s)), PURCH_ORG (Responsible Purchasing Organization Object ID).. 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 (Deep)


SAP BBPS_WLRA_SEARCH_CRIT_NO_CUF 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
REQUIREMENTFlag for Requirement(s) BBP_REQ_FLAGCHAR1XFELD
PURCHASE_ORDERFlag for Purchase Order(s) BBP_PO_FLAGCHAR1XFLAG
CONTRACTFlag for Contracts BBP_CON_FLAGCHAR1XFELD
BID_INVITATIONFlag for Bid Invitation(s) BBP_BID_FLAGCHAR1XFELD
PURCH_ORGResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
PURCH_ORG_NAMEObject Name STEXTCHAR40TEXT40
PURCH_GRPResponsible Purchasing Group Object ID BBP_PROC_GROUP_IDCHAR12HROBJID_12
PURCH_GRP_NAMEObject Name STEXTCHAR40TEXT40
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
PRODUCTProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PRODUCT_GUIDGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
CATEGORYProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
CATEGORY_GUIDGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
VENDORBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VENDOR_NAMEName 1 AD_NAME1CHAR40TEXT40
VENDOR_GUIDPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
STATUSProcessing Status for Workload Reassignment BBP_WLRA_STATUSCHAR1BBP_WLRA_STATUS
DATE_FROMField of type DATS DATSDATS8DATS
DATE_TOField of type DATS DATSDATS8DATS
WITH_HIERARCHYGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table BBPS_WLRA_SEARCH_CRIT_NO_CUF

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