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

MSSCHF06 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = text-t20 text_question = text-q20 text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) default_button = '1' display_cancel_button = true * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = l_answer exceptions others = 1.

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_CHANGE_BITMAP_ATT call function 'SAPSCRIPT_CHANGE_BITMAP_ATT' exporting dots_per_inch = g_techinfo-resolution auto_height = g_techinfo-autoheight resident = g_techinfo-resident read_only = false header = l_header importing cur_dots_per_inch = g_techinfo-resolution cur_auto_height = g_techinfo-autoheight cur_resident = g_techinfo-resident tables lines = l_lines exceptions others = 1.

SAVE_TEXT call function 'SAVE_TEXT' exporting header = l_header tables lines = l_lines exceptions id = 1 language = 1 name = 1 object = 1 others = 2.

SAPSCRIPT_ATTRIB_GRAPHIC_BDS call function 'SAPSCRIPT_ATTRIB_GRAPHIC_BDS' exporting i_object = g_stxbitmaps-tdobject i_name = g_stxbitmaps-tdname i_id = g_stxbitmaps-tdid i_btype = g_stxbitmaps-tdbtype read_only = false i_description = g_bds_properties-description i_resident = g_stxbitmaps-resident i_autoheight = g_stxbitmaps-autoheight exceptions enqueue_failed = 1 bds_info_failed = 2 update_failed = 3 not_found = 4 others = 5.



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