SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Metadata (Repository)(BW-WHM-MTD) SAP BW

RSDIOBJ_SEARCHFORMS SAP ABAP INCLUDE - Include ZIOBJ_SEARCH_START_SEARCHF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSDIOBJ_SEARCHFORMS. "Basic submit
SUBMIT RSDIOBJ_SEARCHFORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RSDIOBJ_SEARCHFORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSDIOBJ_SEARCHFORMS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

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 RSDIOBJ_SEARCHFORMS or its description.