SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

MSSCHF04 SAP ABAP INCLUDE - documentation and ABAP source code







MSSCHF04 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 MSSCHF04 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 MSSCHF04. "Basic submit
SUBMIT MSSCHF04 AND RETURN. "Return to original report after report execution complete
SUBMIT MSSCHF04 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 MSSCHF04

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:

SAPSCRIPT_IMPORT_GRAPHIC call function 'SAPSCRIPT_IMPORT_GRAPHIC' exporting i_object = c_graphics i_name = g_stxh-tdname i_id = g_stxh-tdid i_language = g_stxh-tdspras importing e_name = l_tdname e_id = l_tdid exceptions canceled = 1 others = 2.

SAPSCRIPT_IMPORT_GRAPHIC_BDS call function 'SAPSCRIPT_IMPORT_GRAPHIC_BDS' exporting i_object = g_stxbitmaps-tdobject i_name = g_stxbitmaps-tdname i_id = g_stxbitmaps-tdid i_btype = g_stxbitmaps-tdbtype * i_resident = g_stxbitmaps-resident * i_autoheight = g_stxbitmaps-autoheight importing e_name = l_tdname e_btype = l_tdbtype e_resolution = l_resolution e_resident = l_resident e_autoheight = l_autoheight exceptions enqueue_failed = 1 conversion_failed = 1 canceled = 2 others = 3.

CHECK_TEXT_AUTHORITY call function 'CHECK_TEXT_AUTHORITY' exporting activity = 'EDIT' id = g_stxh-tdid language = g_stxh-tdspras name = g_stxh-tdname object = c_stdtext exceptions others = 1.

SELECT_TEXT call function 'SELECT_TEXT' exporting id = g_stxh-tdid language = g_stxh-tdspras name = g_stxh-tdname object = g_stxh-tdobject importing entries = l_entries exceptions wrong_access_to_archive = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = l_title text_question = l_question text_button_1 = 'Ja'(001) icon_button_1 = ' ' text_button_2 = 'Nein'(002) icon_button_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = l_answer exceptions others = 1.

DELETE_TEXT call function 'DELETE_TEXT' exporting id = g_stxh-tdid language = g_stxh-tdspras name = g_stxh-tdname object = g_stxh-tdobject exceptions not_found = 1 others = 2.

SAPSCRIPT_DELETE_GRAPHIC_BDS call function 'SAPSCRIPT_DELETE_GRAPHIC_BDS' exporting i_object = g_stxbitmaps-tdobject i_name = g_stxbitmaps-tdname i_id = g_stxbitmaps-tdid i_btype = g_stxbitmaps-tdbtype dialog = 'X' exceptions delete_failed = 1 not_found = 2 canceled = 3 others = 4 .

READ_TEXT call function 'READ_TEXT' exporting id = g_stxh-tdid language = g_stxh-tdspras name = g_stxh-tdname object = g_stxh-tdobject importing header = l_header tables lines = l_lines exceptions id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 others = 8.

SAPSCRIPT_MESSAGE call function 'SAPSCRIPT_MESSAGE'.

PRINT_TEXT call function 'PRINT_TEXT' exporting dialog = true header = l_header options = l_options importing result = l_result tables lines = l_lines exceptions others = 1.

SAPSCRIPT_CONVERT_BITMAP call function 'SAPSCRIPT_CONVERT_BITMAP' exporting itf_header = l_header old_format = 'ITF' new_format = 'BMP' importing bitmap_file_bytecount = graphic_size tables itf_lines = l_lines bitmap_file = graphic_table exceptions no_bitmap_file = 1 format_not_supported = 2 bitmap_file_not_type_x = 3 others = 4 .

DP_CREATE_URL call function 'DP_CREATE_URL' exporting type = 'image' "#EC NOTEXT subtype = cndp_sap_tab_unknown size = graphic_size lifetime = cndp_lifetime_transaction tables data = graphic_table changing url = graphic_url exceptions * DP_INVALID_PARAMETER = 1 * DP_ERROR_PUT_TABLE = 2 * DP_ERROR_GENERAL = 3 others = 4 .

SAPSCRIPT_GENERATE_BMP_COMMAND call function 'SAPSCRIPT_GENERATE_BMP_COMMAND' exporting bm_name = g_stxbitmaps-tdname bm_object = g_stxbitmaps-tdobject bm_id = g_stxbitmaps-tdid bm_type = g_stxbitmaps-tdbtype * BM_XPOS = * BM_XPOS_UNIT = 'MM' bm_dpi = g_stxbitmaps-resolution importing bm_command = l_lines.

PRINT_TEXT call function 'PRINT_TEXT' exporting device = 'PRINTER' dialog = 'X' header = l_header options = l_options importing result = l_result tables lines = l_lines exceptions others = 1.

DP_CREATE_URL call function 'DP_CREATE_URL' exporting type = 'image' "#EC NOTEXT subtype = cndp_sap_tab_unknown " 'X-UNKNOWN' size = graphic_size lifetime = cndp_lifetime_transaction " 'T' tables data = graphic_table changing url = graphic_url exceptions * DP_INVALID_PARAMETER = 1 * DP_ERROR_PUT_TABLE = 2 * DP_ERROR_GENERAL = 3 others = 4 .



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