SAP Reports / Programs | Basis Components | Musing Tools | Launchpad(BC-MUS-LP) SAP BC

APB_LPD_SHOW_TEXT_KEYS SAP ABAP Report - Display Launchpad Text Keys







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


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 APB_LPD_SHOW_TEXT_KEYS. "Basic submit
SUBMIT APB_LPD_SHOW_TEXT_KEYS AND RETURN. "Return to original report after report execution complete
SUBMIT APB_LPD_SHOW_TEXT_KEYS 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: 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


INCLUDES used within this REPORT APB_LPD_SHOW_TEXT_KEYS

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_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.



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