SAP Reports / Programs

SAPMS38V SAP ABAP dialog Program - Table TVARV: Maintenance Using SM31 or Directly Using STVARV







SAPMS38V is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMS38V into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

STVARV - Selection variable maint. (TVARVC)
STVARVC - Maintain TVARVC in Client '000'


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPMS38V. "Basic submit
SUBMIT SAPMS38V AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMS38V VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SEL_VAL = Value for selection criteria
Selection Text: PAR_VAL = Parameter Value
Selection Text: NO_INTCH = No interval check
Selection Text: CAPITAL = Upper/lower case
Title: Table TVARV: Maintenance Using SM31 or Directly Using STVARV
Text Symbol: 630 = Multiple selection for
Text Symbol: 622 = Confirm. prompt
Text Symbol: 621 = Save data?
Text Symbol: 620 = Data was changed.
Text Symbol: 606 = No check for valid range
Text Symbol: 605 = Case-Sensitive
Text Symbol: 602 = Variant variable values
Text Symbol: 601 = Settings
Text Symbol: 130 = Save variant variables
Text Symbol: 121 = for selection criteria
Text Symbol: 120 = No selections
Text Symbol: 114 = Save empty
Text Symbol: 113 = Delete
Text Symbol: 111 = Delete or save empty?
Text Symbol: 110 = Parameter contents are empty
Text Symbol: 045 = TVARV
Text Symbol: 044 = Maint.
Text Symbol: 043 = Display
Text Symbol: 040 = &1 of table &2: Variables in selections
Text Symbol: 032 = Update prompt
Text Symbol: 031 = Continue anyway?
Text Symbol: 030 = Variable not saved
Text Symbol: 025 = Should variable &1 be deleted?
Text Symbol: 022 = Delete Selection Variable
Text Symbol: 021 = Delete?
Text Symbol: 020 = Variable
Text Symbol: 007 = Selection Criterion
Text Symbol: 006 = Parameter
Text Symbol: 005 = Options
Text Symbol: 004 = Upper Limit
Text Symbol: 003 = Lower Limit
Text Symbol: 002 = Variable type
Text Symbol: 001 = Variable Name





INCLUDES used within this REPORT SAPMS38V

INCLUDE MS38VF50. " FORM ROUTINEN KATALOG MIT TABSTRIP
INCLUDE MS38VF60. " FORM ROUTINEN KATALOG MIT TABSTRIP


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMS38V or its description.