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

MS38A_HTMLRAWTMPL SAP ABAP INCLUDE - MS38AHTMLRAWTMPL







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

INCLUDE MS38A_EDITABLETEXT.


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:

RS_CORR_CHECK call function 'RS_CORR_CHECK' exporting global_lock = 'X' mode = mode object = tmpid object_class = 'AQHT' * SUPPRESS_DIALOG = ' ' importing devclass = rs_devclass * error_info = master_language = rs_master_language korrnum = rs_korrnum * TRANSPORT_KEY = * TADIRE = exceptions cancelled = 1 permission_failure = 2 * UNKNOWN_OBJECTCLASS = 3 * OTHERS = 4 .

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = tmpid object_class = 'AQHT' mode = mode global_lock = 'X' devclass = rs_devclass korrnum = rs_korrnum * AUTHOR = ' ' master_language = sy-langu * GENFLAG = ' ' * PROGRAM = ' ' * EXTEND = ' ' * IMPORTING * DEVCLASS = * KORRNUM = * NEW_CORR_ENTRY = * AUTHOR = * TRANSPORT_KEY = exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4 .

RS_CORR_CHECK call function 'RS_CORR_CHECK' exporting global_lock = 'X' mode = mode object = tmpid object_class = 'AQTR' * SUPPRESS_DIALOG = ' ' importing devclass = rs_devclass * error_info = * MASTER_LANGUAGE = RS_MASTER_LANGUAGE korrnum = rs_korrnum * TRANSPORT_KEY = * TADIRE = exceptions cancelled = 1 permission_failure = 2 * UNKNOWN_OBJECTCLASS = 3 * OTHERS = 4 .

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = tmpid object_class = 'AQTR' mode = mode global_lock = 'X' devclass = rs_devclass korrnum = rs_korrnum * AUTHOR = ' ' * MASTER_LANGUAGE = sy-langu * GENFLAG = ' ' * PROGRAM = ' ' * EXTEND = ' ' * IMPORTING * DEVCLASS = * KORRNUM = * NEW_CORR_ENTRY = * AUTHOR = * TRANSPORT_KEY = exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4 .

SCP_GET_CODEPAGE_NUMBER call function 'SCP_GET_CODEPAGE_NUMBER' EXPORTING DATABASE_ALSO = ' ' IMPORTING * START_APPL_CODEPAGE = * APPL_CODEPAGE = GUI_CODEPAGE = L_gui_cp EXCEPTIONS internal_error = 1 OTHERS = 2.

SCP_CODEPAGE_INFO CALL FUNCTION 'SCP_CODEPAGE_INFO' EXPORTING codepage = l_gui_cp IMPORTING mime_name = l_mime_name EXCEPTIONS OTHERS = 0.



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