FINB_TR_CLIENTCOPY_EXEC_AI 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_CLIENTCOPY_EXEC_AI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FINB_TR_EXEC_AI - Postprocessing of Client Copy
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_CHECK = Check for Postprocessing
Selection Text: P_EXEC = Run Post-Processing
Selection Text: P_LOCA = Ignore Exception Table
Selection Text: P_MSG = Post Messages Online
Selection Text: SO_KEY = Table Keys
Selection Text: SO_OBJ = D Object Type
Selection Text: SO_OBJN = D Object Name
Title: Post-Processing of Client Copy
Text Symbol: 001 = Analysis Phase in the Source Client
Text Symbol: 002 = Post-Processing in the Target Client
Text Symbol: 003 = Exclusive Post-Processing for Individual Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FINB_TR_CC_INFO_GET CALL FUNCTION 'FINB_TR_CC_INFO_GET' IMPORTING * ES_CCM = e_cli_protect = l_cliprot EXCEPTIONS no_record = 1 OTHERS = 2 .
VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING * TRANSP_STATE = * CLIINDEP_STATE = client_state = l_client_state.
FINB_TR_CC_EXIT_AFTER_COPY CALL FUNCTION 'FINB_TR_CC_EXIT_AFTER_COPY' EXPORTING test = space clii = space appl = space modus = 'C' gt_e071 = gt_e071 gt_e071k = gt_e071k offline = 'X' precheck = 'X' no_local_attributes = p_loca io_msg = o_msg * IMPORTING * RCOD = * ET_MSG = .
FINB_TR_CONTEXT_SET CALL FUNCTION 'FINB_TR_CONTEXT_SET' EXPORTING if_clear = 'X' if_write_memory = 'X'.
FINB_TR_CC_EXIT_AFTER_COPY CALL FUNCTION 'FINB_TR_CC_EXIT_AFTER_COPY' EXPORTING test = space clii = space appl = space modus = 'C' gt_e071 = gt_e071 gt_e071k = gt_e071k offline = 'X' precheck = space no_local_attributes = p_loca io_msg = o_msg * IMPORTING * RCOD = * ET_MSG = .
FINB_TR_CONTEXT_SET CALL FUNCTION 'FINB_TR_CONTEXT_SET' EXPORTING if_write_memory = 'X' is_context = ls_context.
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_CLIENTCOPY_EXEC_AI - Post-Processing of Client Copy FINB_TR_CLIENTCOPY_EXEC_AI - Post-Processing of Client Copy FINB_TR_CC_COPY_DATA - Client Copy: Copy Transaction Data FINB_TR_CC_COPY_DATA - Client Copy: Copy Transaction Data FINB_TRANSP_STATE - FINBTRANSPSTATE FINB_TRANSPORT_TESTS2 - FINBTRANSPORTTESTS2