FRMLP_CUSTOMIZING_ADAPT1 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 FRMLP_CUSTOMIZING_ADAPT1 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: TESTMODE = D Test Mode
Title: Adjustment of Customizing Entries for Recipe Management Note 846429
Text Symbol: 227 = Environment parameters to be deleted in the table FRMLC10:
Text Symbol: 226 = Environment parameters to be inserted in the table FRMLC10:
Text Symbol: 225 = Environment parameters to be deleted in the table FRMLC09:
Text Symbol: 224 = Environment parameters to be inserted in the table FRMLC09:
Text Symbol: 223 = Environment parameters to be changed in the table FRMLC09:
Text Symbol: 222 = New
Text Symbol: 221 = Old
Text Symbol: 220 = Entries to be changed in the table FRMLC43:
Text Symbol: 213 = Entries to be changed in the table &1:
Text Symbol: 212 = Entries to be deleted in the table &1:
Text Symbol: 211 = Entries to be deleted in the table FRMLC06:
Text Symbol: 210 = Entries to be inserted in the table &1:
Text Symbol: 200 = Entries to be inserted in the table FRMLC06:
Text Symbol: 192 = Entries to be deleted in the table FRMLC05:
Text Symbol: 191 = Entries to be changed in the table FRMLC05:
Text Symbol: 190 = Entries to be inserted in the table FRMLC05:
Text Symbol: 100 = ... Test Mode ... No Database Update
Text Symbol: 006 = 4. Do not forget to transport the entries manually.
Text Symbol: 005 = to change the database tables.
Text Symbol: 004 = 3. Deactivate "Test Mode" and choose "Execute"
Text Symbol: 003 = 2. Print out this list and keep it safe.
Text Symbol: 002 = to obtain a list of Customizing objects that need to be changed.
Text Symbol: 001 = 1. Select "Test Mode" and press Return
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = gs_customizing_view-view_name EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = i_view TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = i_view TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLE_BUTTON' all_types = 'X' TABLES fixed_values = gt_button_fixvalues EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLC05' TABLES dfies_tab = gt_frmlc05_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLC06' TABLES dfies_tab = gt_frmlc06_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLC43' TABLES dfies_tab = gt_frmlc43_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLC09' TABLES dfies_tab = gt_frmlc09_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FRMLC10' TABLES dfies_tab = gt_frmlc10_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCGUEFU' TABLES dfies_tab = gt_tcguefu_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCGUENA' TABLES dfies_tab = gt_tcguena_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCGUEEN' TABLES dfies_tab = gt_tcgueen_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCG56' TABLES dfies_tab = gt_tcg56_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' " Q-2004 EXPORTING tabname = 'TCLO' TABLES dfies_tab = gt_tcla_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLA' TABLES dfies_tab = gt_tcla_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLAT' TABLES dfies_tab = gt_tclat_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLC' TABLES dfies_tab = gt_tclc_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLT' TABLES dfies_tab = gt_tclt_dfies EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLTT' TABLES dfies_tab = gt_tcltt_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLU' TABLES dfies_tab = gt_tclu_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLUT' TABLES dfies_tab = gt_tclut_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLX' TABLES dfies_tab = gt_tclx_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCLXT' TABLES dfies_tab = gt_tclxt_dfies EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = i_view TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 0.
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 FRMLP_CUSTOMIZING_ADAPT1 or its description.
FRMLP_CUSTOMIZING_ADAPT1 - Adjustment of Customizing Entries for Recipe Management Note 846429 FRMLP_CUSTOMIZING_ADAPT1 - Adjustment of Customizing Entries for Recipe Management Note 846429 FRMLP_CLEANUP_HISTORY - Cleanup of Formula History FRMLP_CLEANUP_HISTORY - Cleanup of Formula History FRMLP_CHECK_CONFIG - RMS-FRM: Check Required Settings (iPPE, EH&S, and so on) FRMLP_CHECK_CONFIG - RMS-FRM: Check Required Settings (iPPE, EH&S, and so on)