SAP Reports / Programs | Basis Components | Basis Components | CATT Computer Aided Test Tool(BC-TWB-TST-CAT) SAP BC

MSCATF50 SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE MSCATF50_INIT_ITABS . " INIT_ITABS
INCLUDE MSCATF50_FILL_REF_TAB . " FILL_REF_TAB
INCLUDE MSCATF50_CHECK_REFS . " CHECK_REFS
INCLUDE MSCATF50_TOGGLE_SHOW . " TOGGLE_SHOW
INCLUDE MSCATF50_GET_DATAR . " GET_DATAR
INCLUDE MSCATF50_GET_SHOW . " GET_SHOW
INCLUDE MSCATF50_SET_SHOW . " SET_SHOW
INCLUDE MSCATF50_SET_CATAG . " SET_CATAG
INCLUDE MSCATF50_GET_CATAG . " GET_CATAG
INCLUDE MSCATF50_SET_805CATF . " SET_805CATF
INCLUDE MSCATF50_GET_805CATF . " GET_805CATF
INCLUDE MSCATF50_BUILD_SP_DYNPRO . " BUILD_SP_DYNPRO
INCLUDE MSCATF50_IMPORT_DYNPRO . " IMPORT_DYNPRO
INCLUDE MSCATF50_BUILD_FELD_TAB . " BUILD_FELD_TAB
INCLUDE MSCATF50_READ_SUBSCREEN . " READ_SUBSCREEN
INCLUDE MSCATF50_DELETE_SUBSCREEN . " DELETE_SUBSCREEN
INCLUDE MSCATF50_WRITE_FELD_TAB . " WRITE_FELD_TAB
INCLUDE MSCATF50_WRITE_XY . " WRITE_XY
INCLUDE MSCATF50_SCROLL . " SCROLL
INCLUDE MSCATF50_SHOW_DYNPRO . " SHOW_DYNPRO
INCLUDE MSCATF50_WRITE_DYNPRO . " WRITE_DYNPRO
INCLUDE MSCATF50_READ_SCRN_VAL . " READ_SCRN_VAL
INCLUDE MSCATF50_UPDATE_TESTF . " UPDATE_TESTF
INCLUDE MSCATF50_CALL_WINDOW_FOR_FELD_ . " CALL_WINDOW_FOR_FELD_TAB
INCLUDE MSCATF50_CALL_WINDOW_FOR_SUBSC . " CALL_WINDOW_FOR_SUBSCR
INCLUDE MSCATF50_GET_SUBSCREEN_FIELDS . " GET_SUBSCREEN_FIELDS
INCLUDE MSCATF50_BLOW_LOOP . " BLOW_LOOP
INCLUDE MSCATF50_RELOCATE_TABLECONTROL . " RELOCATE_TABLECONTROL
INCLUDE MSCATF50_FILTER_TABLECONTROL . " FILTER_TABLECONTROL
INCLUDE MSCATF50_MAINTAIN_TABLE_CONTRO . " MAINTAIN_TABLE_CONTROL
INCLUDE MSCATF50_VARS_UPPER . " VARS_UPPER


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:

No SAP FUNCTION MODULES are executed within this report code!



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