SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

RS_LXE_COPY_PCTEXTS_RFC SAP ABAP Report - Copy PC texts (RFC)







RS_LXE_COPY_PCTEXTS_RFC 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 RS_LXE_COPY_PCTEXTS_RFC 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 RS_LXE_COPY_PCTEXTS_RFC. "Basic submit
SUBMIT RS_LXE_COPY_PCTEXTS_RFC AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_COPY_PCTEXTS_RFC 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_ORIG = Copy Master Language
Selection Text: P_REFCOL = Refresh Collections
Selection Text: TARGET = Target System
Selection Text: TGT_CUST = Target Translation Area
Title: Copy PC texts (RFC)
Text Symbol: 000 = No collections selected
Text Symbol: 001 = No authorization
Text Symbol: 002 = Error getting languages:
Text Symbol: 003 = Export error:
Text Symbol: 004 = No objects found
Text Symbol: 005 = Collections refreshed
Text Symbol: 006 = Error refreshing collections:
Text Symbol: 007 = Import error:
Text Symbol: 008 = Total objects imported:
Text Symbol: 009 = Total language objects imported:
Text Symbol: F01 = Select collections
Text Symbol: T01 = collection(s) selected


INCLUDES used within this REPORT RS_LXE_COPY_PCTEXTS_RFC

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:

LXE_PC1_OBJNAMES_GET_2 CALL FUNCTION 'LXE_PC1_OBJNAMES_GET_2' TABLES in_colls = gt_colls ex_pc_hd = gt_pc_hd.

LXE_PC1_GET_TRANS_LANGS CALL FUNCTION 'LXE_PC1_GET_TRANS_LANGS' EXPORTING custmnr = -custmnr objname = -objname IMPORTING statprc = pstatus TABLES lt_language = gt_langs.

LXE_PC1_XML_RFC_EXPORT CALL FUNCTION 'LXE_PC1_XML_RFC_EXPORT' EXPORTING language = lng-language custmnr = -custmnr objname = -objname * CODING = 'UTF-8' * STD_OUTPUT = '' * EXPORT_TYPE = 'S' use_simple_lang = '' * NO_EMPTY = '' IMPORTING xml_xstring = xml_xstring pstatus = pstatus err_mess = err_mess ex_pc_ad = gs_pc_ad TABLES ex_pcz = gt_pcz.

LXE_PC1_XML_RFC_IMPORT CALL FUNCTION 'LXE_PC1_XML_RFC_IMPORT' DESTINATION target EXPORTING custmnr = tgt_cust language = lng-language xml_xstring = xml_xstring * SAVE_TO_DB = 'X' * COLLTYP = '' * COLLNAM = '' * DOMATYP = 'X' * OBJNAME = '' in_pc_ad = gs_pc_ad IMPORTING pstatus = pstatus err_mess = err_mess * IMP_LANG = IMP_LANG * IMP_NAME = IMP_NAME TABLES lt_pcz = gt_pcz EXCEPTIONS communication_failure = 1 MESSAGE rfc_err system_failure = 2 MESSAGE rfc_err OTHERS = 3.

LXE_COLL_BUILD_COLLX_RFC CALL FUNCTION 'LXE_COLL_BUILD_COLLX_RFC' DESTINATION target EXPORTING custmnr = tgt_cust IMPORTING pstatus = pstatus err_mess = err_mess EXCEPTIONS communication_failure = 1 MESSAGE rfc_err system_failure = 2 MESSAGE rfc_err OTHERS = 3.

LXE_CUSTMNR_SELECT * CALL FUNCTION 'LXE_CUSTMNR_SELECT' * IMPORTING * custmnr = tgt_cust * EXCEPTIONS * no_selection = 1 * db_problem = 2 * OTHERS = 3.

LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING t_lang = '****' show_only = '' IMPORTING sel_done = sel_done TABLES ex_colls = lt_colls.



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