MS38OF22 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 MS38OF22 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMS38O' dynumb = subdynnr tables dynpfields = dynpfields.
RSAQSGN_SELECT_GROUP_NAME call function 'RSAQSGN_SELECT_GROUP_NAME' exporting sgn_with_numb = 'X' importing sgn_groupnumber = rs38q-dbsanumb tables sgn_dbsa = dbsa sgn_sgtext = sgtext.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMS38O' dynumb = subdynnr tables dynpfields = dynpfields.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMS38O' dynumb = '0068' tables dynpfields = f4_field_tab.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-883 text_question = text-884 importing answer = l_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = 'Sachgruppe enthält Felder'(216) textline2 = 'Trotzdem löschen?'(217) titel = 'Löschen einer Sachgruppe'(215) importing answer = p_answer.
RSAQ_RESET_INFOSET_REF_BUFFER call function 'RSAQ_RESET_INFOSET_REF_BUFFER'.
RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = dbfi-name i_buffered = p_buff importing o_is_used = l_used.
RSAQ_IS_FIELD_USED call function 'RSAQ_IS_FIELD_USED' exporting i_workspace = act_workspace i_infoset = headsg-clas i_field = l_textname i_buffered = p_buff importing o_is_used = l_used.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.