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

MSCATF60 SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE MSCATF60_INTERNAL_ENTRY . " INTERNAL_ENTRY
INCLUDE MSCATF60_EXTERNAL_ENTRY . " EXTERNAL_ENTRY
INCLUDE MSCATF60_DELETE_TEST . " DELETE_TEST
INCLUDE MSCATF60_DELETE_TEST_ALL . " DELETE_TEST_ALL
INCLUDE MSCATF60_DELETE_TEST_CHECK . " DELETE_TEST_CHECK
INCLUDE MSCATF60_DELETE_TEST_MES . " DELETE_TEST_MES
INCLUDE MSCATF60_FILL_TESTD_CATF . " FILL_TESTD_CATF
INCLUDE MSCATF60_FILL_TESTF_CATF . " FILL_TESTF_CATF
INCLUDE MSCATF60_FILL_TESTR_CATF . " FILL_TESTR_CATF
INCLUDE MSCATF60_FILL_TESTT_CATF . " FILL_TESTT_CATF
INCLUDE MSCATF60_FILL_TESTU_CATF . " FILL_TESTU_CATF
INCLUDE MSCATF60_LAENGE_FELD . " LAENGE_FELD
INCLUDE MSCATF60_MESSAGE_VB . " MESSAGE_VB
INCLUDE MSCATF60_NEW_LNR_FOR_TESTA . " NEW_LNR_FOR_TESTA
INCLUDE MSCATF60_READ_ABLAUF . " READ_ABLAUF
INCLUDE MSCATF60_READ_CATF . " READ_CATF
INCLUDE MSCATF60_SET_END . " SET_END
INCLUDE MSCATF60_SET_INIT . " SET_INIT
INCLUDE MSCATF60_SET_NAM_INH_CATF . " SET_NAM_INH_CATF
INCLUDE MSCATF60_GET_CATF_INH . " GET_CATF_INH
INCLUDE MSCATF60_CUT_VALUE . " CUT_VALUE
INCLUDE MSCATF60_TRANSFORM_TO_CATF . " TRANSFORM_TO_CATF
INCLUDE MSCATF60_FILL_CMDREF . " FILL_CMDREF
INCLUDE MSCATF60_TRANSLATE_FCODE . " TRANSLATE_FCODE
INCLUDE MSCATF60_UEBERTRAGEN . " UEBERTRAGEN
INCLUDE MSCATF60_BUCHEN . " BUCHEN
INCLUDE MSCATF60_UPDATE . " UPDATE
INCLUDE MSCATF60_NEW_ABLNR . " NEW_ABLNR
INCLUDE MSCATF60_OLD_ABLNR . " OLD_ABLNR
INCLUDE MSCATF60_UPDATE_CATV . " UPDATE_CATV
INCLUDE MSCATF60_UPDATE_CATF . " UPDATE_CATF
INCLUDE MSCATF60_VARIABLEN_ZUWEISUNG . " VARIABLEN_ZUWEISUNG
INCLUDE MSCATF60_NEW_FUNCTION . " NEW_FUNCTION
INCLUDE MSCATF60_SAVE_VARIANT . " SAVE_VARIANT
INCLUDE MSCATF60_ADAPT_PARAMETER . " ADAPT_PARAMETER
INCLUDE MSCATF60_READ_FUN_COMPTAB_FROM . " READ_FUN_COMPTAB_FROM_CATP
INCLUDE MSCATF60_WRITE_FUN_COMPTAB_INT . " WRITE_FUN_COMPTAB_INTO_CAT
INCLUDE MSCATF60_FORM_OK_814 . " FORM_OK_814
INCLUDE MSCATF60_FORM_OK_814 . " FORM_OK_814






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:

ETT_CAT_GET_INFO CALL FUNCTION 'ETT_CAT_GET_INFO' * tables * icatx = icatx CHANGING iett_ocx = ett_ocx * IETT_INIT = * IETT_COMPANY_CODE = * IETT_CLSID = EXCEPTIONS no_ett_company_defined = 1 no_ett_type_defined = 2 wrong_ett_type = 3 ett_ocx_not_initialized = 4 OTHERS = 5.

ETT_CAT_GETDATA CALL FUNCTION 'ETT_CAT_GETDATA' TABLES icatx = iicatx icatfi = iicatfi CHANGING ett_name = ett_name EXCEPTIONS activex_not_responding = 1 no_test_param = 2 OTHERS = 3.



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