RPM_BUPA_LOCAT SAP (Resource assignment to a location) Table details

Dictionary Type: Table
Description: Resource assignment to a location




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




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

RPM_BUPA_LOCAT is a standard SAP Table which is used to store Resource assignment to a location data and is available within R/3 SAP systems depending on the version and release level.

The RPM_BUPA_LOCAT table consists of various fields, each holding specific information or linking keys about Resource assignment to a location data available in SAP. These include PARTNER (Business Partner Number), LOCATION (Location), CATEGORY (Category), SUBCATEGORY (Subcategory).. 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_BUPA_LOCAT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
LOCATIONLocation DPR_TV_LOCATIONCHAR4DPR_LOCATIONDPR_LOCATION
CATEGORYCategory RPM_PROJECT_CATEGORYNUMC4RPM_PROJ_CATRPM_PROJECT_CATEGORY/RPM/CATEGORY
SUBCATEGORYSubcategory RPM_PROJ_SUBCATEGORYNUMC4RPM_PROJ_SUBCATRPM_SUBCATEGORY/RPM/CATEGORY_SUBCATEGORY
GLOBAL_ROLE_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
EXTERNAL_FLBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ORIGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXTEMPNOProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
ROLE_FUNCTION_IDID of Role Function DPR_TV_ROLE_FUNCTION_IDCHAR15DPR_ROLE_FUNCDPR_ROLE_FUNCTION_ID
PORTFOLIO_GUIDGuid for application objects /RPM/TV_GUIDRAW16
PORTFOLIO_IDBusiness Object ID /RPM/TV_EXTIDCHAR24
BUCKET_GUIDGuid for application objects /RPM/TV_GUIDRAW16
BUCKET_IDBusiness Object ID /RPM/TV_EXTIDCHAR24

Key field Non-key field



How do I retrieve data from SAP table RPM_BUPA_LOCAT using ABAP code

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

SELECT SINGLE *
FROM RPM_BUPA_LOCAT
INTO CORRESPONDING FIELDS OF WA_RPM_BUPA_LOCAT
WHERE...

How to access SAP table RPM_BUPA_LOCAT

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