RMPS_TRF_IMPORT_SPREADSHEET SAP (ALV Structure for PSRM Import Stacks) Structure details

Dictionary Type: Structure
Description: ALV Structure for PSRM Import Stacks




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




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

RMPS_TRF_IMPORT_SPREADSHEET 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 "ALV Structure for PSRM Import Stacks" 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_RMPS_TRF_IMPORT_SPREADSHEET TYPE RMPS_TRF_IMPORT_SPREADSHEET.

The RMPS_TRF_IMPORT_SPREADSHEET table consists of various fields, each holding specific information or linking keys about ALV Structure for PSRM Import Stacks data available in SAP. These include OBJ_KEY (Object Key), ID (POID ID), NAME (Name), REL_TYPE (POID - POID Relation Type for Areas).. 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: Cannot Be Enhanced


SAP RMPS_TRF_IMPORT_SPREADSHEET 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
FILE_IDFile ID RMPS_TRF_FILE_IDRAW16
OBJ_KEYObject Key RMPS_TRF_OBJ_KEYRAW16
IDPOID ID SRMPOIDIDCHAR32SRMID
NAMEName RMPS_TRF_NAMECHAR80
REL_TYPEPOID - POID Relation Type for Areas SRMPPRETYPCHAR2SRMPPRETYP
REL_OBJ_KEYObject Key RMPS_TRF_OBJ_KEYRAW16
STATUSImport Status RMPS_TRF_IM_STATUSCHAR2RMPS_TRF_STATUS
STATUS_ICONComment CHAR50CHAR50TEXT50
STATUS_HIStatus of Hierarchy Creation During Import RMPS_TRF_HI_STATUSCHAR2RMPS_TRF_STATUS
STATUS_HI_ICONComment CHAR50CHAR50TEXT50
STATUS_RLRelation Creation Status During Import RMPS_TRF_RL_STATUSCHAR2RMPS_TRF_STATUS
STATUS_RL_ICONComment CHAR50CHAR50TEXT50
TYPEElement Type RMPS_SPS_TYPECHAR1CHAR1
TYPE_ICONComment CHAR50CHAR50TEXT50
EXEC_BYExecuted By RMPS_TRF_EXECUSRCHAR12USERNAME
EXEC_ATChar 20 CHAR20CHAR20CHAR20
TRANSName of an XSLT Program CXSLTDESCCHAR40XSLTNAMEO2XSLTNAME
FILE_NAMEFile Path Name with Fixed Length RMPS_TRF_FILE_NAME_FIXEDLENGHTCHAR200RMPSCHAR200L
LOGApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
EXT_IDLong text - line width 72 CHAR72CHAR72CHAR72
PROC_IGNOREGeneric Flag for RMPS Transfer RMPS_TRF_FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RMPS_TRF_IMPORT_SPREADSHEET

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