OPS_SE_COUNTERPRTTEST_STF01 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 OPS_SE_COUNTERPRTTEST_STF01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include OPS_SE_COUNTERPRTTEST_STF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'OPS_SE_COUNTERPRTTEST_START' "#EC NOTEXT dynumb = '1000' "#EC NOTEXT TABLES dynpfields = lt_dynpread.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'OPS_SE_TESTCASE_ID' "#EC NOTEXT fieldname = space searchhelp = 'OPS_SE_TESTCASE' "#EC NOTEXT TABLES return_tab = lt_return.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_bapiret2-id msgty = ls_bapiret2-type msgv1 = ls_bapiret2-message_v1 msgv2 = ls_bapiret2-message_v2 msgv3 = ls_bapiret2-message_v3 msgv4 = ls_bapiret2-message_v4 txtnr = ls_bapiret2-number EXCEPTIONS OTHERS = 0.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS OTHERS = 0.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = lc_title show_linno = ' ' EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = space text_question = text-con text_button_1 = text-yes text_button_2 = text-no_ display_cancel_button = space IMPORTING answer = lv_answer.
SEO_CLASS_GET CALL FUNCTION 'SEO_CLASS_GET' EXPORTING clskey = lv_szenro_testclass IMPORTING superclass = ls_superclass EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OPS_SE_COUNTERPRTTEST_STF01 - Include OPS_SE_COUNTERPRTTEST_STF01 OPS_SE_COUNTERPRTTEST_START - Report OPS_SE_COUNTERPRTTEST_START OPS_SE_COUNTERPRTTEST_START - Report OPS_SE_COUNTERPRTTEST_START OPS_SE_COUNTERPRTTEST_SEL - Include OPS_SE_COUNTERPRTTEST_SEL OPS_SE_COUNTERPRTTEST_DATA - Include OPS_SE_COUNTERPRTTEST_DATA OPS_COMPARE_SERVICE_INTERFACES - OPSCOMPARESERVICEINTERFACES