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

RS_TRANSLATION_PC2_DELETE SAP ABAP Report - Deletion of External Texts According to Collection







RS_TRANSLATION_PC2_DELETE 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_PC2_DELETE 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_PC2_DELETE. "Basic submit
SUBMIT RS_TRANSLATION_PC2_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_PC2_DELETE 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: CUSTMNR = Translation Area
Selection Text: DATE_LIM = End Date
Title: Deletion of External Texts According to Collection
Text Symbol: 001 = Deletions
Text Symbol: 003 = Do you want to delete the collections?
Text Symbol: E00 = Error when deleting object:
Text Symbol: I00 = No objects found
Text Symbol: I01 = Objects Deleted:


INCLUDES used within this REPORT RS_TRANSLATION_PC2_DELETE

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_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' * LANGUAGE = T_LANG * AUTHORITY = 'COSE' * VALUE = '01' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' * EXPORTING * TITEL = '' * NEW = '' * CUSTTYPE = '*' * SHOW_ONLY = '' * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' IMPORTING custmnr = lv_custmnr * CUSTKTXT = * LS_LXE_CUSTMNR = EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.

LXE_COLL_COLLS_GET_ALL CALL FUNCTION 'LXE_COLL_COLLS_GET_ALL' EXPORTING custmnr = lv_custmnr * GEN_COLLNAM = '*' TABLES ex_colls = lt_collb EXCEPTIONS error = 1 OTHERS = 2.

LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING t_lang = '' show_only = '' marked_only = 'X' * START_X = '1' * START_Y = '1' * END_X = '75' * END_Y = '23' IMPORTING sel_done = lv_seldone TABLES ex_colls = lt_coll mark_colls = lt_collb.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * DIAGNOSE_OBJECT = text_question = lv_text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

LXE_CUSTMNR_GET_ATTRIBUTES CALL FUNCTION 'LXE_CUSTMNR_GET_ATTRIBUTES' EXPORTING custmnr = lv_custmnr * BYPASSING_BUFFER = 'X' IMPORTING custtype = lv_custtype.

LXE_PC2_DELETE CALL FUNCTION 'LXE_PC2_DELETE' EXPORTING custmnr = lt_pc2_hd-custmnr objname = lt_pc2_hd-objname * OBJNAME_X = '' IMPORTING pstatus = lv_pstatus err_mess = lv_err_mess.

LXE_PC2_DELETE CALL FUNCTION 'LXE_PC2_DELETE' EXPORTING custmnr = lt_pc2_hd-custmnr objname = lt_pc2_hd-objname * OBJNAME_X = '' IMPORTING pstatus = lv_pstatus err_mess = lv_err_mess.

LXE_XT_DELETE_OBJECT CALL FUNCTION 'LXE_XT_DELETE_OBJECT' EXPORTING trl_area = -custmnr objname = -objname EXCEPTIONS db_error = 1 OTHERS = 2.

LXE_PC1_DELETE CALL FUNCTION 'LXE_PC1_DELETE' EXPORTING * LANGUAGE = '' custmnr = lt_pc_hd-custmnr * OBJTYPE = '' objname = lt_pc_hd-objname IMPORTING pstatus = lv_pstatus.

LXE_PC2_DELETE CALL FUNCTION 'LXE_PC2_DELETE' EXPORTING custmnr = lt_pc2_hd-custmnr objname = lt_pc2_hd-objname * OBJNAME_X = '' IMPORTING pstatus = lv_pstatus err_mess = lv_err_mess.

LXE_PC2_DELETE CALL FUNCTION 'LXE_PC2_DELETE' EXPORTING custmnr = lt_pc2_hd-custmnr objname = lt_pc2_hd-objname * OBJNAME_X = '' IMPORTING pstatus = lv_pstatus err_mess = lv_err_mess.

LXE_PC1_DELETE CALL FUNCTION 'LXE_PC1_DELETE' EXPORTING * LANGUAGE = '' custmnr = lt_pc_hd-custmnr * OBJTYPE = '' objname = lt_pc_hd-objname IMPORTING pstatus = lv_pstatus.

LXE_COLL_BUILD_COLLX_XLIFF CALL FUNCTION 'LXE_COLL_BUILD_COLLX_XLIFF' EXPORTING trl_area = lv_custmnr.

LXE_PC2_DELETE CALL FUNCTION 'LXE_PC2_DELETE' EXPORTING custmnr = lt_pc2_hd-custmnr objname = lt_pc2_hd-objname * OBJNAME_X = '' IMPORTING pstatus = lv_pstatus err_mess = lv_err_mess.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' * EXPORTING * TITEL = '' * NEW = '' * CUSTTYPE = 'N' * SHOW_ONLY = '' * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' IMPORTING custmnr = custmnr * CUSTKTXT = * LS_LXE_CUSTMNR = 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_PC2_DELETE or its description.