SAP Reports / Programs

RS_TESTFRAME_FUNC_JAVA_ABAP SAP ABAP Report - Program RS_TESTFRAME_FUNC_JAVA_ABAP







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


Text pool values


Title: Program RS_TESTFRAME_FUNC_JAVA_ABAP
Text Symbol: 001 = JAVA Function Module
Text Symbol: 002 = ABAP Function Module
Text Symbol: 004 = Proc. Type
Text Symbol: 005 = Function is in JAVA
Text Symbol: 006 = Call Options
Text Symbol: 007 = Function is in ABAP
Text Symbol: 008 = Can be called by ABAP (TFDIR-FMODE = J)
Text Symbol: 009 = Remote-Enabled Module (TFDIR-FMODE = K)
Text Symbol: 010 = Can be called by JAVA (TFDIR-FMODE = L)


INCLUDES used within this REPORT RS_TESTFRAME_FUNC_JAVA_ABAP

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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemedit = systemedit sys_cliinddep_edit = sys_cliinddep_edit EXCEPTIONS others = 1.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = funcname IMPORTING * group = group include = include EXCEPTIONS function_not_exist = 1 others = 2.

RS_OBJECT_IN_WORKING_AREA CALL FUNCTION 'RS_OBJECT_IN_WORKING_AREA' EXPORTING object = 'FUNC' obj_name = obj_name mode = 'U' IMPORTING object_is_work_item = wa_object_is_work_item object_inactive_version = wa_object_inactive_version EXCEPTIONS others = 1.

FUNCTION_SELECT_TFDIR CALL FUNCTION 'FUNCTION_SELECT_TFDIR' EXPORTING im_complete_area = fb_header-area IMPORTING ex_fbinfo_remote = tab_funcs EXCEPTIONS include_not_found_trdir = 1 report_source_not_found = 2 others = 3.

FUNCTION_SELECT_INACTIVE CALL FUNCTION 'FUNCTION_SELECT_INACTIVE' EXPORTING im_complete_area = fb_header-area IMPORTING ex_fbinfo_remote = tab_funcs_inact EXCEPTIONS include_not_found_trdir = 1 report_source_not_found = 2 others = 3.

CLM_CWB_FUNC_GENER_INTERFACE CALL FUNCTION 'CLM_CWB_FUNC_GENER_INTERFACE' EXPORTING funcname = funcname global = rs38l-global exception_class = rs38l-exception_class TABLES ifupararef = it_fupararef[] isource = it_sourced[] EXCEPTIONS function_name_missing = 1 others = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'TH_ADD_JAVA_DELEGATION' EXCEPTIONS function_not_exist = 1 others = 2.

TH_ADD_JAVA_DELEGATION CALL FUNCTION 'TH_ADD_JAVA_DELEGATION' EXPORTING name = funcname EXCEPTIONS others = 1.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'TH_ADD_JAVA_DELEGATION' EXCEPTIONS function_not_exist = 1 others = 2.

TH_ADD_JAVA_DELEGATION CALL FUNCTION 'TH_ADD_JAVA_DELEGATION' EXPORTING name = funcname EXCEPTIONS others = 1.

RS_HELP_HANDLING CALL FUNCTION 'RS_HELP_HANDLING' EXPORTING dynpfield = field dynpname = sy-dynnr object = 'FB' progname = 'RS_TESTFRAME_FUNC_JAVA_ABAP' suppress_selection_screen = 'X'.



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