SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

MS38RF20 SAP ABAP INCLUDE - Maintain Queries: Functions for Defining Basic Lists







MS38RF20 is a standard ABAP INCLUDE 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 MS38RF20 into the relevant SAP transactions such as SE38 or SE80


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 MS38RF20. "Basic submit
SUBMIT MS38RF20 AND RETURN. "Return to original report after report execution complete
SUBMIT MS38RF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain Queries: Functions for Defining Basic Lists


INCLUDES used within this REPORT MS38RF20

No INCLUDES are used within this REPORT code!


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:

RSAQ_QUICK_VIEW_USER_GROUP call function 'RSAQ_QUICK_VIEW_USER_GROUP' EXPORTING i_workspace = ws_standard i_user = bname i_read_only = c_true IMPORTING o_user_group = rs38r-prefx EXCEPTIONS illegal_workspace = 1 illegal_user = 2 number_catalog_locked = 3 usergroup_catalog_locked = 4 no_user_group = 5 others = 6.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING titel = titel defaultoption = 'N' text_before = textbef objectvalue = feldtext text_after = textaft IMPORTING answer = loeschen EXCEPTIONS text_too_long = 1.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING titel = titel defaultoption = 'N' text_before = textbef objectvalue = feldtext(20) text_after = textaft IMPORTING answer = loeschen.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING titel = 'Löschen eines lokalen Feldes'(450) defaultoption = 'N' text_before = text-460 objectvalue = feldtext text_after = text-470 IMPORTING answer = loeschen EXCEPTIONS text_too_long = 1.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING titel = 'Löschen eines lokalen Feldes'(450) defaultoption = 'N' text_before = text-460 objectvalue = feldtext(20) text_after = text-470 IMPORTING answer = loeschen.

RSAQWNR_SHOW_NAME_REFERENCE call function 'RSAQWNR_SHOW_NAME_REFERENCE' EXPORTING wnr_shortname = dbsn-kname TABLES wnr_dbsn = dbsn wnr_dbfr = dbfr.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' titel = 'Löschen der Grundliste'(230) textline1 = space textline2 = 'Grundliste löschen?'(231) IMPORTING answer = lflag.

RSAQCAS_CONV_ATT_STEXT call function 'RSAQCAS_CONV_ATT_STEXT' EXPORTING cas_intensified = dbli-summary cas_color = dbli-color IMPORTING cas_stext = rs38r-lilcolor cas_subrc = subrc.

RSAQCSA_CONV_STEXT_ATT call function 'RSAQCSA_CONV_STEXT_ATT' EXPORTING csa_stext = rs38r-lilcolor IMPORTING csa_intensified = xdbli-summary csa_color = xdbli-color csa_subrc = subrc.

RSAQSCO_SELECT_COLOR call function 'RSAQSCO_SELECT_COLOR' EXPORTING sco_linecolor_flag = 'X' IMPORTING sco_returnflag = pf3flag sco_colortext = rs38r-lilcolor.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMS38R' dynumb = actdynnr TABLES dynpfields = f4_field_tab.

RSAQCAS_CONV_ATT_STEXT call function 'RSAQCAS_CONV_ATT_STEXT' EXPORTING cas_intensified = dbff-summary cas_color = dbff-color IMPORTING cas_stext = rs38r-fflcolor cas_subrc = subrc.

RSAQCSA_CONV_STEXT_ATT call function 'RSAQCSA_CONV_STEXT_ATT' EXPORTING csa_stext = rs38r-fflcolor IMPORTING csa_intensified = dbff-summary csa_color = dbff-color csa_subrc = subrc.

RSAQSCO_SELECT_COLOR call function 'RSAQSCO_SELECT_COLOR' EXPORTING sco_linecolor_flag = ' ' IMPORTING sco_returnflag = pf3flag sco_colortext = rs38r-fflcolor.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMS38R' dynumb = actdynnr TABLES dynpfields = f4_field_tab.



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 MS38RF20 or its description.