MS38OF21 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 MS38OF21 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!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text textline2 = 'Tabelle trotzdem löschen?'(201) titel = 'Löschen einer Tabelle'(202) importing answer = antwort.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = 'Bedingung wurde bereits spezifiziert'(205) textline2 = 'Bedingung trotzdem löschen?'(206) titel = 'Löschen einer Bedingung'(207) importing answer = antwort.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Vorschläge gewünscht?'(261) titel = 'Verknüpfung'(260) importing answer = antwort.
DD_TBFK_GET call function 'DD_TBFK_GET' exporting tabl_name = tabname "#EC DOM_EQUAL importing got_state = state tables dd05m_tab_a = fkey dd05m_tab_n = fdum dd08v_tab_a = head dd08v_tab_n = hdum exceptions others = 1.
DD_TBFK_GET call function 'DD_TBFK_GET' exporting tabl_name = tabname "#EC DOM_EQUAL importing got_state = state tables dd05m_tab_a = fkey dd05m_tab_n = fdum dd08v_tab_a = head dd08v_tab_n = hdum exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Der Join enthält nur eine Tabelle'(211) textline2 = 'Bearbeitung fortsetzen?'(212) titel = 'Tabellen-Join'(210) importing answer = antwort.
RSAQWFD_SHOW_FIELD_DOCU call function 'RSAQWFD_SHOW_FIELD_DOCU' exporting wfd_fieldname = feldname wfd_type = ltab-itype wfd_out_length = oleng wfd_decimals = dec wfd_curry_flag = curry wfd_domname = ltab-dom wfd_ddic_type = ltab-dtype wfd_byte_length = bleng wfd_lenght = cleng tables wfd_dban = dban wfd_dbsg = dbsg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.