SAP Reports / Programs | Financials | Financials Basis(FIN-FB) SAP FIN

FINB_TR_TEST_CLIENTCOPY SAP ABAP Report - FINB TR: Test Client Copy Exits







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


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


Text pool values


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


INCLUDES used within this REPORT FINB_TR_TEST_CLIENTCOPY

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:

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 .



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