FINB_TR_TEST_CLIENTCOPY 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 FINB_TR_TEST_CLIENTCOPY 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.
Selection Text: P_ADATA = With the Trans. Data
Selection Text: P_ANA = Analysis Phase Source Client
Selection Text: P_APPL = Copy Transaction Data
Selection Text: P_COPY = Copy Analysis Tables
Selection Text: P_DEL = Simulation Delete TargetClient
Selection Text: P_DIA = Dialog Exit for RFC Dest.
Selection Text: P_EXEC = Post-Processing Target Client
Selection Text: P_LIST = List Output
Selection Text: P_LOG = Write Application Log
Selection Text: P_MSG = Print output
Selection Text: P_SOURCE = Source Client
Selection Text: P_TEST = Test Mode
Title: FINB TR: Test Client Copy Exits
Text Symbol: 001 = Execution Options
Text Symbol: 003 = Exceptions
Text Symbol: 004 = Objects
Text Symbol: 005 = Name of Virtual Request
Text Symbol: 006 = Source client
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FINB_TR_CC_EXIT_DIALOG CALL FUNCTION 'FINB_TR_CC_EXIT_DIALOG' EXPORTING appl = p_adata clii = space modus = 'C' srccli = p_source logsys = space rfcdes = space IMPORTING rcod = l_subrc.
FINB_TR_CC_DELETE_CLIENT CALL FUNCTION 'FINB_TR_CC_DELETE_CLIENT' EXPORTING i_log = space i_test = 'X' "always test mode IMPORTING * E_SUBRC = eo_msg = lo_msg_tmp * ET_MSG = et_deleted_tables = lt_tabname .
FINB_TR_CC_TEST_ANALYSE CALL FUNCTION 'FINB_TR_CC_TEST_ANALYSE' EXPORTING i_source_client = p_source i_appl = p_adata "with application data io_msg = lo_msg i_test = p_test i_list = p_list i_log = p_log IMPORTING e_trkorr = l_trkorr.
FINB_TR_GET_RFC_DEST CALL FUNCTION 'FINB_TR_GET_RFC_DEST' EXPORTING * I_SYSID = SY-SYSID i_mandt = p_source IMPORTING e_rfcdest = l_rfcdest EXCEPTIONS not_found = 1 OTHERS = 2 .
FINB_TR_CC_REQUEST_CREATE CALL FUNCTION 'FINB_TR_CC_REQUEST_CREATE' DESTINATION l_rfcdest EXPORTING i_create_trkorr = ' ' i_trkorr = space IMPORTING * E_TRKORR = et_e071 = lt_e071 et_e071k = lt_e071k EXCEPTIONS piecelist_empty = 1 request_error = 2 OTHERS = 3 .
FINB_TR_CC_REQUEST_COPY CALL FUNCTION 'FINB_TR_CC_REQUEST_COPY' EXPORTING i_source_client = p_source * I_TRKORR = ' ' i_direct_copy = 'X' i_test = p_test io_msg = lo_msg i_log = p_log it_e071 = lt_e071 it_e071k = lt_e071k EXCEPTIONS failed = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FINB_TR_TEST_CLIENTCOPY - FINB TR: Test Client Copy Exits FINB_TR_TEST_CLIENTCOPY - FINB TR: Test Client Copy Exits FINB_TR_SCHEMES - FINBTRSCHEMES FINB_TR_LOG - Display Transport Tool Logs (Error Analysis) FINB_TR_LOG - Display Transport Tool Logs (Error Analysis) FINB_TR_EXECUTE_METHODS - FINB Transport: Execution of Transport Methods