SAP Reports / Programs

FIAA_HELP_TAMLAY_CLIENT_COPY SAP ABAP Report - Copy TAMLAY Layouts from Another Client







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


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 FIAA_HELP_TAMLAY_CLIENT_COPY. "Basic submit
SUBMIT FIAA_HELP_TAMLAY_CLIENT_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT FIAA_HELP_TAMLAY_CLIENT_COPY 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: 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?


INCLUDES used within this REPORT FIAA_HELP_TAMLAY_CLIENT_COPY

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:

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.



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