RMPSPRO_SELTYP SAP (Selection Type for Declaration) Table details

Dictionary Type: Table
Description: Selection Type for Declaration




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




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

RMPSPRO_SELTYP is a standard SAP Table which is used to store Selection Type for Declaration data and is available within R/3 SAP systems depending on the version and release level.

The RMPSPRO_SELTYP table consists of various fields, each holding specific information or linking keys about Selection Type for Declaration data available in SAP. These include TYPE_ID (Declaration Selection Type), ASSIGN_CASE (Boolean: Possible Values IF_SRM=>TRUE / FALSE), ASSIGN_RECORD (Boolean: Possible Values IF_SRM=>TRUE / FALSE), SEARCH_FPLAN (Type of Fileplan).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = RMPSPRO_SELTYP_T


SAP RMPSPRO_SELTYP 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
TYPE_IDDeclaration Selection Type RMPS_SEL_TYPECHAR2RMPS_SEL_TYPE
ASSIGN_CASEBoolean: Possible Values IF_SRM=>TRUE / FALSE SRMBOOLEANCHAR1SRMBOOLEAN
ASSIGN_RECORDBoolean: Possible Values IF_SRM=>TRUE / FALSE SRMBOOLEANCHAR1SRMBOOLEAN
SEARCH_FPLANType of Fileplan RMPSPROFPLANTYPECHAR1RMPSPROFPLANTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSPRO_SELTYP
INTO CORRESPONDING FIELDS OF WA_RMPSPRO_SELTYP
WHERE...

How to access SAP table RMPSPRO_SELTYP

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