SAP Reports / Programs

RS_TRANSLATION_REMOTE_COPY_PPB SAP ABAP Report - Proposal Pool Transport







RS_TRANSLATION_REMOTE_COPY_PPB 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_TRANSLATION_REMOTE_COPY_PPB 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_TRANSLATION_REMOTE_COPY_PPB. "Basic submit
SUBMIT RS_TRANSLATION_REMOTE_COPY_PPB AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_REMOTE_COPY_PPB 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: ADD_BEST = Add Best Proposal
Selection Text: CHECK_ST = Check Language Definition
Selection Text: COMMENT = Comment
Selection Text: DESTINAT = RFC Destination
Selection Text: MAPPING = Mapping Definition
Selection Text: NO_UPDTE = Do Not Overwrite
Selection Text: OBJLIST = Object List
Selection Text: S_LANG = Source Language
Selection Text: T_LANG = Target Language
Title: Proposal Pool Transport
Text Symbol: 001 = Number of Copy Attempts:
Text Symbol: 002 = Number of Copy Actions:
Text Symbol: 003 = Source Language:
Text Symbol: 004 = Target Language:
Text Symbol: 005 = Object List:
Text Symbol: 006 = RFC Connection:
Text Symbol: 007 = Proposals already exist:


INCLUDES used within this REPORT RS_TRANSLATION_REMOTE_COPY_PPB

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_GRAPH_LANG_PAIRS_SELECT CALL FUNCTION 'LXE_GRAPH_LANG_PAIRS_SELECT' EXPORTING subselect = 'X' TABLES ex_lang_pair = lt_lang_pair.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = s_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = t_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_COLOB_COLOB_SELECT CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' EXPORTING objlist = objlist IMPORTING pstatus = lv_pstatus TABLES ex_colob = lt_colob2.

LXE_LANG_GET_OBJTYPES CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' EXPORTING language = lt_lang_pair-t_lang TABLES ex_attob = lt_attob.

LXE_ATTOB_OBJECT_TYPES_GET CALL FUNCTION 'LXE_ATTOB_OBJECT_TYPES_GET' TABLES ex_attob = lt_attob EXCEPTIONS no_type_found = 1 OTHERS = 2.

LXE_ATTOB_ATTS_OBJECT_READ CALL FUNCTION 'LXE_ATTOB_ATTS_OBJECT_READ' EXPORTING obj_type = lt_attob-obj_type IMPORTING type_attr = lv_typeatt.

LXE_OBJ_CONVERT_OL_WLB CALL FUNCTION 'LXE_OBJ_CONVERT_OL_WLB' EXPORTING in_custmnr = lt_colob2-custmnr in_objtype = lt_colob2-objtype in_objname = lt_colob2-objname IMPORTING custmnr = ls_wrkob-custmnr objtype = ls_wrkob-objtype objname = ls_wrkob-objname.

LXE_OBJ_SLEX_IB CALL FUNCTION 'LXE_OBJ_SLEX_IB' EXPORTING t_lang = lt_lang_pair-t_lang custmnr = ls_wrkob-custmnr objtype = ls_wrkob-objtype objname = ls_wrkob-objname EXCEPTIONS not_to_be_translated = 1 OTHERS = 2.

LXE_OBJ_SLEX_IIB CALL FUNCTION 'LXE_OBJ_SLEX_IIB' EXPORTING t_lang = lt_lang_pair-t_lang custmnr = ls_wrkob-custmnr objtype = ls_wrkob-objtype objname = ls_wrkob-objname EXCEPTIONS not_to_be_translated = 1 OTHERS = 2.

LXE_WRK_CHECK_COLL_ATTRIBUTES CALL FUNCTION 'LXE_WRK_CHECK_COLL_ATTRIBUTES' EXPORTING t_lang = lt_lang_pair-t_lang o_lang = lt_colob2-orig_lang custmnr = ls_wrkob-custmnr colltyp = lt_colob2-colltyp collnam = lt_colob2-collnam s_lang = lt_lang_pair-s_lang IMPORTING graph = lv_graph.

LXE_OBJ_CONVERT_OL_WLB CALL FUNCTION 'LXE_OBJ_CONVERT_OL_WLB' EXPORTING in_custmnr = lt_colob-custmnr in_objtype = lt_colob-objtype in_objname = lt_colob-objname IMPORTING custmnr = ls_wrkob-custmnr objtype = ls_wrkob-objtype objname = ls_wrkob-objname.

LXE_OBJ_TEXT_PAIR_READ CALL FUNCTION 'LXE_OBJ_TEXT_PAIR_READ' EXPORTING t_lang = lt_lang_pair-t_lang s_lang = lt_lang_pair-s_lang custmnr = ls_wrkob-custmnr objtype = ls_wrkob-objtype objname = ls_wrkob-objname read_only = abap_true IMPORTING domatyp = lv_domatyp domanam = lv_domanam pstatus = lv_pstatus TABLES lt_pcx_s1 = lt_pcx_s1.

LXE_PP_REMOTE_COPY_CLIENT CALL FUNCTION 'LXE_PP_REMOTE_COPY_CLIENT' EXPORTING t_lang = lt_lang_pair-t_lang s_lang = lt_lang_pair-s_lang domatyp = lv_domatyp domanam = lv_domanam s_text = lt_pcx_s1-s_text t_text = lt_pcx_s1-t_text unitmlt = lt_pcx_s1-unitmlt add_best = add_best destination = destinat remo_typ = lt_pp_map-remo_typ remo_nam = lt_pp_map-remo_nam sys_typ = lt_pp_map-sys_typ sys_nam = lt_pp_map-sys_nam no_update = no_updte IMPORTING e_exists = lv_exists e_created = lv_created.

LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' EXPORTING flag_plus = 'X' IMPORTING language = s_lang EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' IMPORTING language = t_lang EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

LXE_COLOB_OBJL_SELECT CALL FUNCTION 'LXE_COLOB_OBJL_SELECT' EXPORTING non_deleted = 'X' IMPORTING objlist = objlist EXCEPTIONS no_selection = 1 OTHERS = 2.

LXE_PP1_PP_MAP_SELECT CALL FUNCTION 'LXE_PP1_PP_MAP_SELECT' EXPORTING new = '' empty = '' IMPORTING num = mapping EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.



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