APB_LPD_SHOW_TEXT_KEYS 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 APB_LPD_SHOW_TEXT_KEYS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: CUS_TXTS = Texts created by Customer
Selection Text: INSTANCE = Instance
Selection Text: ROLE = Role
Selection Text: SAP_TXTS = Texts delivered by SAP
Title: Display Launchpad Text Keys
Text Symbol: 001 = Text
Text Symbol: 002 = Text Key
Text Symbol: 003 = Translate Short Texts
Text Symbol: 004 = Customer Texts
Text Symbol: 005 = SAP delivered Texts
Text Symbol: 006 = Customer Long Texts
Text Symbol: 007 = SAP delivered Long Texts
Text Symbol: 008 = Translate
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_SE63_TRANSLATION_PREFS_GET CALL FUNCTION 'LXE_SE63_TRANSLATION_PREFS_GET' EXPORTING uname = sy-uname CHANGING preferences_worklist = ls_preferences_worklist * PREFERENCES_SC = PREFERENCES_SC EXCEPTIONS * NO_DEFAULT_PRESET_FOUND = 1 OTHERS = 1.
LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = ls_preferences_worklist-sourlang IMPORTING o_r3_lang = gd_trans_source_lang.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'APB_LPD_S_OTR_TEXTS' CHANGING ct_fieldcat = lt_fcat.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SE63' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
LXE_OBJ_DOKU_GET_XSTRING CALL FUNCTION 'LXE_OBJ_DOKU_GET_XSTRING' EXPORTING lang = gd_trans_source_lang objtype = lv_text_type objname = lv_text_key IMPORTING * header = content = lv_xstring * itf = * k_sink = .
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SE63' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
APB_LPD_SHOW_TEXT_KEYS - Display Launchpad Text Keys APB_LPD_SHOW_TEXT_KEYS - Display Launchpad Text Keys APB_LPD_SET_LPD_EMBEDDED_FLAG - Program APB_LPD_ADD_LPD_LIGHT_FLAG APB_LPD_SET_LPD_EMBEDDED_FLAG - Program APB_LPD_ADD_LPD_LIGHT_FLAG APB_LPD_SCREEN_MACROS - Include APB_LPD_SCREEN_MACROS APB_LPD_RRMXP_REMOTE - Program APB_LPD_RRMXP_REMOTE