RM63A_SEL SAP (Inst/Dism. of equipment: object selection) Structure details

Dictionary Type: Structure
Description: Inst/Dism. of equipment: object selection




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




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

RM63A_SEL 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 "Inst/Dism. of equipment: object selection" 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_RM63A_SEL TYPE RM63A_SEL.

The RM63A_SEL table consists of various fields, each holding specific information or linking keys about Inst/Dism. of equipment: object selection data available in SAP. These include EQFNR (Sort field), PPSID (Work center), GSBER (Business Area), DAUFN (Standing order number).. 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)


SAP RM63A_SEL 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
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
EQFNRSort field EQFNRCHAR30CHAR30
PPSIDWork center ARBPLCHAR8ARBPLAGR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
WERGWPlant associated with main work center WERGWCHAR4Assigned to domainWERKS
GEWRKMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
MSGRPRoom RAUMNRCHAR8CHAR8
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROIDWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
SL1Selection flag SELKZCHAR1SELKZ
SL2Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL3Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL4Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL5Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL6Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL7Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL8Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL9Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL10Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL11Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL12Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL13Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL14Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL15Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ
SL16Indicator for relevance of field contents for selection OBJ_SELKZCHAR1SELKZ

Key field Non-key field



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

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

How to access SAP table RM63A_SEL

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