RMSCH SAP (Help fields in screens) Structure details

Dictionary Type: Structure
Description: Help fields in screens




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




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

RMSCH 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 "Help fields in screens" 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_RMSCH TYPE RMSCH.

The RMSCH table consists of various fields, each holding specific information or linking keys about Help fields in screens data available in SAP. These include TATYP (Tax category (sales tax, federal sales tax,...)), TAXKM (Tax classification material), LFPEO (Stocks: current period), VPERI (Previous period).. 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 or numeric)


SAP RMSCH 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
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3T005LAND1VAL
TATYPTax category (sales tax, federal sales tax,...) TATYPCHAR4Assigned to domainKSCHL
TAXKMTax classification material TAXKMCHAR1Assigned to domainTAXKM
LFPEOStocks: current period LFPEOCHAR30CHAR30
VPERIPrevious period VPERICHAR25CHAR25
VORLACopy from... VORLACHAR30CHAR30
STRICHCharacter field length 79 CHAR79CHAR79CHAR79
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RLGORRef. Storage Location w/ Collective Entry of Stor. Locations RLGORCHAR4Assigned to domainLGORT
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
LMINBReorder point for storage location MRP LMINBQUAN13(3) MENG13
LBSTFReplenishment quantity for storage location MRP LBSTFQUAN13(3) MENG13
LGPBEStorage Bin LGPBECHAR10CHAR10
PROFTProfiles (heading) PROFTCHAR10CHAR10
VTLAGIndicator: distribution warehouse VTLAGCHAR1XFELD
KALKZIndicator: Standard cost estimate for the period KALKZCHAR1XFELD
PPRDZPeriod to which the cost estimate relates PPRDZNUMC3POPER
PDATZFiscal Year of the Respective Cost Estimate YYYY PDATZNUMC4GJAHRGJAHR
BWVARValuation variant for the respective standard cost estimate BWVARCHAR3Assigned to domainCK_BWVAR
VERSICosting version for the standard cost estimate VERSXNUMC2CK_VERSIONVSN
ZPLPXStandard price for the standard cost estimate PLPRXCURR11(2) WERT11
PLAN1Detailed planning SA_PLAN1CHAR2CHAR2
PLAN2Rate-based planning SA_PLAN2CHAR2CHAR2
PLAN3Rough-Cut Planning SA_PLAN3CHAR2CHAR2
VERW_NEUFBIndicator: Set up administrative data completely VERW_NEUFBCHAR1XFELD
VERW_COMMPortion size for COMMIT sections VERW_COMMNUMC10NUMC10
VER_NOMSTAIndicator: MSTA not updated VER_NOMSTACHAR1XFELD
VER_SPERRIndicator: lock complete MARA VER_SPERRCHAR1XFELD
VER_BATCHRun job in the background VER_BATCHCHAR1XFELD
RAHMENT1Frame text 'Other data' RAHMENT1CHAR14CHAR14
RAHMENT2Frame text 'General data' RAHMENT2CHAR16CHAR16
PLPRSPlanned price PLPRSCURR11(2) WERT11
MLFDNRSequence number LFDN3NUMC3NUMC3
FEINPLANTask list group for detailed planning FEINPLANCHAR8ALPHAPLNNRPLNPLKS
RATENPLANTask list group for rate-based planning RATENPLANCHAR8ALPHAPLNNRPLNPLKS
GROBPLANTask list group for rough-cut planning GROBPLANCHAR8ALPHAPLNNRPLNPLKS

Key field Non-key field



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

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

How to access SAP table RMSCH

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