SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPE_SYNC_LONG_SHORT_TEXTS SAP ABAP Report - Synchronization of Long and Short Texts for iPPE Objects







PPE_SYNC_LONG_SHORT_TEXTS 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 PPE_SYNC_LONG_SHORT_TEXTS 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 PPE_SYNC_LONG_SHORT_TEXTS. "Basic submit
SUBMIT PPE_SYNC_LONG_SHORT_TEXTS AND RETURN. "Return to original report after report execution complete
SUBMIT PPE_SYNC_LONG_SHORT_TEXTS 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: LT_DATE = Long text last changed
Selection Text: L_DELETE = Delete long texts
Selection Text: L_LANGU = D Language Key from SAP Reg.
Selection Text: L_LIST = Output list
Selection Text: L_PNAL = Alternative Texts
Selection Text: L_PNOD = Node Texts
Selection Text: L_POSV = Texts for Variants
Title: Synchronization of Long and Short Texts for iPPE Objects
Text Symbol: 001 = Old Short Text
Text Symbol: 002 = New Short Text
Text Symbol: 003 = Data records to check
Text Symbol: 004 = Alternative
Text Symbol: 005 = Node
Text Symbol: 006 = Checked:
Text Symbol: 007 = Corrected:
Text Symbol: 008 = Variant
Text Symbol: 009 = Long text for
Text Symbol: 010 = deleted
Text Symbol: 011 = For Language
Text Symbol: 012 = Change Status


INCLUDES used within this REPORT PPE_SYNC_LONG_SHORT_TEXTS

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = lv_percentage TEXT = lv_text.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = lv_tdid INLINE_COUNT = '1' LANGUAGE = im_langu NAME = lv_tdname OBJECT = PPET_TDOBJECT IMPORTING HEADER = ls_thead TABLES INLINES = lt_inline LINES = lt_lines EXCEPTIONS OTHERS = 0.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = lv_tdid INLINE_COUNT = '1' LANGUAGE = im_langu NAME = lv_tdname OBJECT = PPET_TDOBJECT IMPORTING HEADER = ls_thead TABLES INLINES = lt_inline LINES = lt_lines EXCEPTIONS OTHERS = 0.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = lv_tdid INLINE_COUNT = '1' LANGUAGE = im_langu NAME = lv_tdname OBJECT = PPET_TDOBJECT IMPORTING HEADER = ls_thead TABLES INLINES = lt_inline LINES = lt_lines EXCEPTIONS OTHERS = 0.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = lv_tdid INLINE_COUNT = '1' LANGUAGE = im_langu NAME = lv_tdname OBJECT = PPET_TDOBJECT IMPORTING HEADER = ls_thead TABLES INLINES = lt_inline LINES = lt_lines EXCEPTIONS OTHERS = 0.

SCP_LANGUAGES_IN_INSTANCE_CP CALL FUNCTION 'SCP_LANGUAGES_IN_INSTANCE_CP' IMPORTING languages = code_page_langs.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING client = sy-mandt id = im_tdid language = im_langu name = im_tdname object = ppet_tdobject savemode_direct = ppet_true EXCEPTIONS others = 1.



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