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

MS38OF15 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MS38OF15

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Beenden Bearbeitung Sachgebiet'(115) DIAGNOSE_OBJECT = 'BC_SRV_QUE_TXT_AENDERUNG_GV' TEXT_QUESTION = 'Sachgebiet vorher sichern?'(116) * DEFAULT_BUTTON = ' ' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = 'ICON_MESSAGE_WARNING' IMPORTING ANSWER = antwort.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Beenden Bearbeitung Sachgebiet'(115) * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = 'Sachgebiet vorher generieren?'(117) * DEFAULT_BUTTON = ' ' DISPLAY_CANCEL_BUTTON = 'X' * POPUP_TYPE = 'ICON_MESSAGE_WARNING' IMPORTING ANSWER = antwort.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = 'Sachgebiet nicht aktuell'(800) defaultoption = 'N' cancel_display = space diagnosetext1 = text-810 "Durch Änderungen im Data Dictionary sind manche Felder des InfoSets' diagnosetext2 = text-811 "unterschiedlich zum Data Dictionary. Über die Funktion "Abgleichen"

RSAQ_GENERATE_SG_FROM_TABLES CALL FUNCTION 'RSAQ_GENERATE_SG_FROM_TABLES' EXPORTING UPDATE = 'X' show_progress = l_show_progress text_ident = iref_txt appl_log = 'X' workspace = act_workspace IMPORTING errors_found = l_errors_found structure_changed = l_structure_changed fields_cancelled = l_fields_cancelled sg_cannot_be_changed = l_sg_cannot_be_changed error_count = l_error_cnt deltab = l_deltab info_message = l_info_message TABLES clogsg_input = clogsg dbsg_input = dbsg dbsf_input = dbsf dbzt_input = dbzt dbzc_input = dbzc dbzl_input = dbzl dbdp_input = dbdp dbsa_input = dbsa dbjt_input = dbjt dbjc_input = dbjc dban_input = dban dbpa_input = dbpa dbwr_input = dbwr dbar_input = dbar dbft_input = dbft dbob_input = dbob dbos_input = dbos dbif_input = dbif sgtext_input = sgtext error = l_errortext CHANGING headsg_input = headsg maxsg_tindx_input = maxsg_tindx EXCEPTIONS not_ldb_type_t = 1 no_ddic_table = 2 ldb_not_existent = 3 OTHERS = 4.

RSAQ_CHECK_CODING CALL FUNCTION 'RSAQ_CHECK_CODING' EXPORTING name = key_data * TABLE = IMPORTING * ERROR_COUNT = error_found = l_error_found * ERROR_MESS = * ERROR_LINE = * ERROR_WORD = TABLES clogsg_input = clogsg dbsg_input = dbsg dbsf_input = dbsf dbzt_input = dbzt dbzc_input = dbzc dbzl_input = dbzl dbdp_input = dbdp dbsa_input = dbsa dbjt_input = dbjt dbjc_input = dbjc dban_input = dban dbpa_input = dbpa dbwr_input = dbwr dbar_input = dbar dbft_input = dbft dbob_input = dbob dbos_input = dbos dbif_input = dbif sgtext_input = sgtext CHANGING headsg_input = headsg maxsg_tindx_input = maxsg_tindx.

RSAQ_CHECK_CODING CALL FUNCTION 'RSAQ_CHECK_CODING' EXPORTING name = key_data * TABLE = IMPORTING * ERROR_COUNT = error_found = l_error_found * ERROR_MESS = * ERROR_LINE = * ERROR_WORD = TABLES clogsg_input = clogsg dbsg_input = dbsg dbsf_input = dbsf dbzt_input = dbzt dbzc_input = dbzc dbzl_input = dbzl_local dbdp_input = dbdp dbsa_input = dbsa dbjt_input = dbjt dbjc_input = dbjc dban_input = dban dbpa_input = dbpa dbwr_input = dbwr dbar_input = dbar dbft_input = dbft dbob_input = dbob dbos_input = dbos dbif_input = dbif sgtext_input = sgtext CHANGING headsg_input = headsg maxsg_tindx_input = maxsg_tindx.



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