FIAA_HELP_TAMLAY_CLIENT_COPY 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 FIAA_HELP_TAMLAY_CLIENT_COPY 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: PA_APNEW = New Application
Selection Text: PA_APOLD = Old Application
Selection Text: PA_LONEW = New Layout
Selection Text: PA_LOOLD = Old Layout
Selection Text: PA_SCRCL = Source Client
Selection Text: PA_DEST = D .
Title: Copy TAMLAY Layouts from Another Client
Text Symbol: BT1 = Yes
Text Symbol: BT2 = No
Text Symbol: HTI = Error when transport interface was called
Text Symbol: TQI = Do you want to save the data without a transport connection?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AA_TOOLS_TAMLAY_GET_REMOTE CALL FUNCTION 'AA_TOOLS_TAMLAY_GET_REMOTE' * DESTINATION NONE EXPORTING i_client = pa_scrcl i_appl = pa_apold i_layout = pa_loold TABLES et_tamlay0 = lt_tamlay0[] et_tamlay1 = lt_tamlay1[] et_tamlay1t = lt_tamlay1t[] et_tamlay2 = lt_tamlay2[] et_tamlaya = lt_tamlaya[] et_tamlayb = lt_tamlayb[] et_tamlayat = lt_tamlayat[] et_tamlaybt = lt_tamlaybt[].
AA_TOOLS_TAMLAY_GET_REMOTE CALL FUNCTION 'AA_TOOLS_TAMLAY_GET_REMOTE' DESTINATION pa_dest EXPORTING i_client = space i_appl = pa_apold i_layout = pa_loold TABLES et_tamlay0 = lt_tamlay0[] et_tamlay1 = lt_tamlay1[] et_tamlay1t = lt_tamlay1t[] et_tamlay2 = lt_tamlay2[] et_tamlaya = lt_tamlaya[] et_tamlayb = lt_tamlayb[] et_tamlayat = lt_tamlayat[] et_tamlaybt = lt_tamlaybt[].
AA_CUS_LOCAL_TOTAL_TO_TOTAL CALL FUNCTION 'AA_CUS_LOCAL_TOTAL_TO_TOTAL' EXPORTING i_ls_total =
CHANGING e_total = ls_transport_container-line.
FAAWZSRV_TRANSPORT_INTERFACE CALL FUNCTION 'FAAWZSRV_TRANSPORT_INTERFACE' EXPORTING it_transport_data = lt_transport_container EXCEPTIONS error_occured = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-hti diagnose_object = 'FAA_WZ_OADB_SEQUENCE' text_question = text-tq1 text_button_1 = text-bt1 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-bt2 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 0.
AA_CUS_LOCAL_TOTAL_TO_TOTAL CALL FUNCTION 'AA_CUS_LOCAL_TOTAL_TO_TOTAL' EXPORTING i_ls_total =
CHANGING e_total = ls_transport_container-line.
FAAWZSRV_TRANSPORT_INTERFACE CALL FUNCTION 'FAAWZSRV_TRANSPORT_INTERFACE' EXPORTING it_transport_data = lt_transport_container EXCEPTIONS error_occured = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-hti diagnose_object = 'FAA_WZ_OADB_SEQUENCE' text_question = text-tq1 text_button_1 = text-bt1 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-bt2 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FIAA_HELP_TAMLAY_CLIENT_COPY - Copy TAMLAY Layouts from Another Client FIAA_HELP_TAMLAY_CLIENT_COPY - Copy TAMLAY Layouts from Another Client FIAA_HELP_SCAN_PROG_FOR_STRING - Where-Used List for String (Jump to Program Code F08) FIAA_HELP_SCAN_PROG_FOR_STRING - Where-Used List for String (Jump to Program Code F08) FIAA_HELP_PC_RENUM_SUBPROCESS - FIAAHELPPCRENUMSUBPROCESS FIAA_HELP_PC_RENUM_SUBPROCESS - FIAAHELPPCRENUMSUBPROCESS