SAP Reports / Programs | Materials Management(MM) SAP MM

OPS_SE_COUNTERPRTTEST_STF01 SAP ABAP INCLUDE - Include OPS_SE_COUNTERPRTTEST_STF01







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


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 OPS_SE_COUNTERPRTTEST_STF01. "Basic submit
SUBMIT OPS_SE_COUNTERPRTTEST_STF01 AND RETURN. "Return to original report after report execution complete
SUBMIT OPS_SE_COUNTERPRTTEST_STF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include OPS_SE_COUNTERPRTTEST_STF01


INCLUDES used within this REPORT OPS_SE_COUNTERPRTTEST_STF01

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:

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.



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