/RPM/BUCKET_S SAP (Operational bucket service providers) Table details

Dictionary Type: Table
Description: Operational bucket service providers




ABAP Code to SELECT data from /RPM/BUCKET_S
Related tables to /RPM/BUCKET_S
Access table /RPM/BUCKET_S




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

/RPM/BUCKET_S is a standard SAP Table which is used to store Operational bucket service providers data and is available within R/3 SAP systems depending on the version and release level.

The /RPM/BUCKET_S table consists of various fields, each holding specific information or linking keys about Operational bucket service providers data available in SAP. These include GUID (Guid for application objects), OBJ_TYPE (Object Type), FIELD_NAME (Field Name), PROVIDER_ID (Attribute 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /RPM/BUCKET_S table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGuid for application objects /RPM/TV_GUIDRAW16
OBJ_TYPEObject Type /RPM/OBJECT_TYPECHAR15/RPM/OBJ_TYPE/RPM/OBJECT_TYPE
FIELD_NAMEField Name /RPM/TV_FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PROVIDER_IDAttribute Id /RPM/TV_ATTRIBUTE_IDCHAR15/RPM/TD_ATT_ID
SERVICE_IDService /RPM/TV_SERVICE_IDCHAR15Assigned to domain/RPM/TD_SERVICE
OBJ_LINKPortfolio Mgmt: Type of Linked Object RPM_TV_OBL_TYPECHAR15Assigned to domainDPR_OBL_TYPE
OBJ_LINK_FIELDField Name /RPM/TV_FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CURRENCYField Name /RPM/TV_FIELDNAMECHAR30Assigned to domainFDNAMEDFD
UNITField Name /RPM/TV_FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



How do I retrieve data from SAP table /RPM/BUCKET_S using ABAP code

The following ABAP code Example will allow you to do a basic selection on /RPM/BUCKET_S to SELECT all data from the table
DATA: WA_/RPM/BUCKET_S TYPE /RPM/BUCKET_S.

SELECT SINGLE *
FROM /RPM/BUCKET_S
INTO CORRESPONDING FIELDS OF WA_/RPM/BUCKET_S
WHERE...

How to access SAP table /RPM/BUCKET_S

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