APB_LPD_MACROS is a standard ABAP INCLUDE 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_MACROS 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.
Title: Program APB_LPD_MACROS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = ldm_msgid_&1 message_number = ldm_msgno_&1 message_var1 = ldm_msgv1_&1 message_var2 = ldm_msgv2_&1 message_var3 = ldm_msgv3_&1 message_var4 = ldm_msgv4_&1 importing message_text = ldm_message_text_&1 exceptions message_not_found = 1.
RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = 'APB_LAUNCHPAD' message_number = '027' importing message_text = ldm_message_text_&1 exceptions message_not_found = 0.
SCP_CODEPAGE_FOR_LANGUAGE call function 'SCP_CODEPAGE_FOR_LANGUAGE' exporting language = sy-langu importing codepage = ldm_codepage_&1.
SCP_TRANSLATE_CHARS_46 call function 'SCP_TRANSLATE_CHARS_46' exporting inbuff = &2 incode = ldm_codepage_&1 outcode = '4110' ctrlcode = 'T' importing outbuff = ldm_html_conv_&1.
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_MACROS - Program APB_LPD_MACROS APB_LPD_LPA_CUST_TO_LPD_CUST - Übernahme von existierendem Customizing ins neue Launchpad APB_LPD_LPA_CUST_TO_LPD_CUST - Übernahme von existierendem Customizing ins neue Launchpad APB_LPD_CREATE_LPD - Create a Standard Launchpad APB_LPD_CREATE_LPD - Create a Standard Launchpad APB_LPD_CREATE_FPM_UIBB_LPD - Create a FPM UIBB Launchpad