SAP Reports / Programs

QAM_MANAGE_JUMP SAP ABAP Report - QAMMANAGEJUMP







QAM_MANAGE_JUMP is a standard Executable ABAP Report 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 QAM_MANAGE_JUMP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

QAM_MANAGE_JUMP - QIM: Jump Manager


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

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:

SWO_QUERY_METHOD CALL FUNCTION 'SWO_QUERY_METHOD' DESTINATION rfcdest EXPORTING method = lc_meth_data_conv_ext2int1 "'DataConversionExt2Int1' objtype = lc_objtype_sap0001 "'SAP0001' IMPORTING info = ls_info return = ls_return EXCEPTIONS communication_failure = 1 system_failure = 2.

SWO_CREATE CALL FUNCTION 'SWO_CREATE' DESTINATION rfcdest EXPORTING objtype = lc_objtype_sap0001 "'SAP0001' objkey = ls_objkey_conv IMPORTING object = lv_object return = ls_return EXCEPTIONS communication_failure = 1 system_failure = 2.

SWC_TABLE_SET CALL FUNCTION 'SWC_TABLE_SET' "in local system EXPORTING element = ls_container-element TABLES container = lt_container table = lt_data EXCEPTIONS type_conflict = 1 OTHERS = 2.

SWO_INVOKE CALL FUNCTION 'SWO_INVOKE' DESTINATION rfcdest EXPORTING object = lv_object verb = lc_meth_data_conv_ext2int1 "'DataConversionExt2Int1' persistent = ' ' IMPORTING return = ls_return * verb = lv_verb TABLES container = lt_container.

SWC_TABLE_GET CALL FUNCTION 'SWC_TABLE_GET' "in local system EXPORTING element = ls_container-element TABLES container = lt_container table = lt_data EXCEPTIONS is_null = 1 not_found = 2 type_conflict = 3 OTHERS = 4.

SWO_FREE CALL FUNCTION 'SWO_FREE' DESTINATION rfcdest EXPORTING object = lv_object EXCEPTIONS communication_failure = 1 system_failure = 2.

SWO_QUERY_METHOD CALL FUNCTION 'SWO_QUERY_METHOD' DESTINATION rfcdest EXPORTING method = swo_meth objtype = objtype IMPORTING info = ls_info return = ls_return EXCEPTIONS communication_failure = 1 system_failure = 2.

SWO_CREATE CALL FUNCTION 'SWO_CREATE' DESTINATION rfcdest EXPORTING objtype = objtype objkey = lv_objkey IMPORTING object = lv_object return = ls_return EXCEPTIONS communication_failure = 1 system_failure = 2.

SWO_INVOKE CALL FUNCTION 'SWO_INVOKE' DESTINATION rfcdest EXPORTING object = lv_object verb = swo_meth persistent = 'X' IMPORTING return = ls_return TABLES container = lt_container "this is currently only a dummy here EXCEPTIONS communication_failure = 1 system_failure = 2.

SWO_FREE CALL FUNCTION 'SWO_FREE' DESTINATION rfcdest EXPORTING object = lv_object EXCEPTIONS communication_failure = 1 system_failure = 2.



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