MEREP_SBUILDER_GENFORMS06 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 MEREP_SBUILDER_GENFORMS06 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting * DEFAULTOPTION = 'Y' textline1 = text-083 textline2 = text-084 titel = ldf_title "text-085 * START_COLUMN = 25 * START_ROW = 6 cancel_display = gcf_off importing answer = ldf_answer.
ENQUEUE_MEREP_401 call function 'ENQUEUE_MEREP_401' exporting mode_merep_401 = 'E' scenario = prf_scenario x_scenario = ' ' _scope = '2' _wait = ' ' _collect = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.
DEQUEUE_MEREP_401 call function 'DEQUEUE_MEREP_401' exporting mode_merep_401 = 'E' scenario = prf_scenario * X_SCENARIO = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' exceptions others = 99 .
RFC_READ_R3_DESTINATION call function 'RFC_READ_R3_DESTINATION' exporting destination = prf_rfcdest exceptions destination_not_exist = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.