REGEQUI_SELECT_FORMS 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 REGEQUI_SELECT_FORMS 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 REGEQUI_SELECT_FORMS
Text Symbol: 001 = IBU Utilities Data
INCLUDE MIEQUI20_OBJECT_TAB.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'ISU_DEV_EGER_DISPLAY' state = 'A' langu = ' ' tables dd03p_tab = it_fields[] exceptions illegal_input = 1 others = 2.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'ISU_DEV_EGER_BUPA' state = 'A' langu = ' ' tables dd03p_tab = it_fields[] exceptions illegal_input = 1 others = 2.
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = 'X' x_structure = '' x_ab = x_datab x_bis = x_datbis x_text = 'X' x_language = sy-langu x_progress_display = ' ' tables xt_path = itefkkpath t_eger = iteger t_ekun = itekun exceptions path_invalid = 1 date_invalid = 2 selection_failed = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REGEQUI_SELECT_FORMS - Program REGEQUI_SELECT_FORMS REGEQUI_SELECT_FORMS - Program REGEQUI_SELECT_FORMS REGEQUIUMSETZUNG - Transfer of IS-U Device Data/Materials to the Standard System REGEQUIUMSETZUNG - Transfer of IS-U Device Data/Materials to the Standard System REGEQUI0 - Conversion Report Supplying Equipment W/O Status with Initial Status REGEQUI0 - Conversion Report Supplying Equipment W/O Status with Initial Status