RSDIOBJ_SEARCHFORMS 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 RSDIOBJ_SEARCHFORMS 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_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = 'Das Control konnte nicht angelegt werden'(510).
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = l_domain all_types = 'X' TABLES fixed_values = l_t_ddfixvalues EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = p_name value_org = 'S' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = p_name TABLES value_tab = l_t_ddlb_values EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING i_iobjnm = p_iobjnm i_objvers = p_iobjvers IMPORTING e_t_atr = l_t_atr e_t_atr_nav = l_t_atr_nav EXCEPTIONS iobj_not_found = 1 illegal_input = 2 bct_comp_invalid = 3 OTHERS = 4.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = l_domain all_types = 'X' TABLES fixed_values = l_t_ddfixvalues EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = p_paramname value_org = 'S' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = p_paramname TABLES value_tab = l_t_ddlb_values EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
RS_CONVEXIT_GETLIST CALL FUNCTION 'RS_CONVEXIT_GETLIST' IMPORTING e_t_convexit = s_t_convexit EXCEPTIONS not_found = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CONVEXIT' value_org = 'S' TABLES value_tab = s_t_convexit return_tab = l_t_return EXCEPTIONS parameter_error = 1 no_values_found = 2.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = p_dtel_name * STATE = 'A' langu = sy-langu IMPORTING * GOTSTATE = dd04v_wa = l_s_dd04v * TPARA_WA = EXCEPTIONS ILLEGAL_INPUT = 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.
RSDIOBJ_SEARCHFORMS - Include ZIOBJ_SEARCH_START_SEARCHF01 RSDIOBJ_SEARCHCLASSES - Include ZIOBJ_SEARCHCLASSES01 RSDIOBJ_SEARCH - InfoObject Search RSDIOBJ_SEARCH - InfoObject Search RSDG_XPRA_IOBJ_TO_NW05 - Conversion of InfoObject when upgrading to BW 7.0 RSDG_XPRA_IOBJ_TO_NW05 - Conversion of InfoObject when upgrading to BW 7.0