RPUPSTM0 SAP (Parameter for RPUPSTM0) Structure details

Dictionary Type: Structure
Description: Parameter for RPUPSTM0




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




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

RPUPSTM0 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 "Parameter for RPUPSTM0" 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_RPUPSTM0 TYPE RPUPSTM0.

The RPUPSTM0 table consists of various fields, each holding specific information or linking keys about Parameter for RPUPSTM0 data available in SAP. These include PRT_DET (Display details), IMP_PST (Indicator: Import only city and postal codes), UPD_6 (Create batch input data for updating infotype 6), UPD_9 (Create batch input data for updating infotype 9).. 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: Not classified


SAP RPUPSTM0 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
TESTIndicator: Execute in test mode P09_TESTCHAR1XFELD
PRT_DETDisplay details P09_PRTDETCHAR1XFELD
IMP_PSTIndicator: Import only city and postal codes P09_IMPPSTCHAR1XFELD
UPD_6Create batch input data for updating infotype 6 P09_UPD6CHAR1XFELD
UPD_9Create batch input data for updating infotype 9 P09_UPD9CHAR1XFELD
UPD_73Create batch input data for updating infotype 73 P09_UPD73CHAR1XFELD
UPD_521BCreate batch input data for updating table T521B P09_UPD521CHAR1XFELD
UPD_200Create batch input data for updating infotype 200 P09_UPD200CHAR1XFELD
GROUPBatch input session P09_GROUPCHAR12CHAR12
USERUser name P09_USERCHAR12CHAR12
KEEPKeep batch input session after processing P09_KEEPCHAR1XFELD
HOLDDATEEarliest processing date P09_HOLDDDATS8DATS
ONLYBTIIndicator: Only create batch input session P09_ONLYBTCHAR1XFELD
ONLINindicator: Process screen pictures online P09_ONLINECHAR1XFELD
AUTOMATCIndicator: Process session automatically (create job) P09_AUTOCHAR1XFELD
STARTDATJob start date P09_STARTDDATS8SYDATS
STARTTIMBatch job start time P09_STARTTTIMS6SYTIME
TRAPOutput under correction no. P09_TRAPCHAR1XFELD
BTIPRTDETIndicator: Display details using batch input session P09_BTIPRTCHAR1XFELD
ONLINEMODEExecution type for transactions in online mode P09_ONLMDCHAR1P09_ONLMD

Key field Non-key field



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

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

How to access SAP table RPUPSTM0

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