SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSQ_ISET_BAPI_TEST_700 SAP ABAP Report - Test Report for InfoSet BAPIs







RSQ_ISET_BAPI_TEST_700 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test Report for InfoSet BAPIs This report is used to call and test the common InfoSet BAPI function modules, and as a template for user-specific reports/modules that use the InfoSet BAPI functions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSQ_ISET_BAPI_TEST_700 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 RSQ_ISET_BAPI_TEST_700. "Basic submit
SUBMIT RSQ_ISET_BAPI_TEST_700 AND RETURN. "Return to original report after report execution complete
SUBMIT RSQ_ISET_BAPI_TEST_700 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SINFOSET = D .
Selection Text: SNEWODSO = DataStore Name
Selection Text: SNEWIOBJ = InfoObject Name
Selection Text: SNEWCUBE = InfoCube Name
Selection Text: SLIST = InfoSets
Selection Text: SCOPY2 = Copy Template
Selection Text: SCOPY1 = Copy Template
Selection Text: R_LIST = BAPI_ISET_GETLIST
Selection Text: R_CREATE = BAPI_ISET_CREATE
Selection Text: R_CLONE = BAPI_ISET_CREATE Acc. to Temp.
Selection Text: R_CHANGE = BAPI_ISET_CHANGE Acc. to Temp.
Selection Text: R_ACTIV = BAPI_ISET_ACTIVATE
Selection Text: RNEWODSO = Self-Join DataStore
Selection Text: RNEWIOBJ = Self-Join InfoObject
Selection Text: RNEWCUBE = Self-Join InfoCube
Selection Text: OBJVERS = Object Version
Selection Text: C_T_REM = Remove Table
Selection Text: C_T_ADD = Include Table
Selection Text: C_TKEY = Key Date Definition
Selection Text: C_TEXTS = Change Texts
Selection Text: C_TABL = Key Date Derivation
Selection Text: C_PZDATE = DataStore/InfoCube Dates
Selection Text: C_PZABL = DataStore/InfoCube Time Drvtn
Selection Text: C_ONCOND = Change ON Condition
Selection Text: C_F_OFF = Remove Field
Selection Text: C_DEBUG = Debugging Mode
Title: Test Report for InfoSet BAPIs
Text Symbol: B31 = General Info.
Text Symbol: B21 = Change Options
Text Symbol: B11 = BAPI Operation
Text Symbol: B05 = Additional Options
Text Symbol: B04 = InfoCube
Text Symbol: B03 = DataStore
Text Symbol: B02 = InfoObject
Text Symbol: B01 = InfoProvider


INCLUDES used within this REPORT RSQ_ISET_BAPI_TEST_700

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:

BAPI_ISET_GETLIST call function 'BAPI_ISET_GETLIST' exporting objvers = objvers importing return = lt_return tables selinfoset = slist infosetlist = lt_infosetlist.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = infoset objvers = rs_c_objvers-active importing details = ls_details tables tableobjects = lt_tobj fieldobjects = lt_fobj oncondition = lt_on temponcondition = lt_tmon wherecondition = lt_where return = lt_return.

RSD_IOBJ_GET call function 'RSD_IOBJ_GET' exporting i_iobjnm = l_iobjnm importing e_s_viobj = ls_viobj exceptions iobj_not_found = 1 illegal_input = 2 bct_comp_invalid = 3 others = 4.

BAPI_ISET_CHANGE call function 'BAPI_ISET_CHANGE' exporting infoset = infoset details = ls_details tables tableobjects = lt_change_tobj fieldobjects = lt_change_fobj oncondition = lt_change_on temponcondition = lt_change_tmon * wherecondition = lt_where return = lt_return.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = infoset objvers = rs_c_objvers-active importing details = ls_details tables tableobjects = lt_tobj fieldobjects = lt_fobj oncondition = lt_on temponcondition = lt_tmon wherecondition = lt_where return = lt_return.

RSD_IOBJ_GET call function 'RSD_IOBJ_GET' exporting i_iobjnm = l_iobjnm importing e_s_viobj = ls_viobj exceptions iobj_not_found = 1 illegal_input = 2 bct_comp_invalid = 3 others = 4.

BAPI_ISET_CHANGE call function 'BAPI_ISET_CHANGE' exporting infoset = infoset details = ls_details tables tableobjects = lt_change_tobj fieldobjects = lt_change_fobj oncondition = lt_change_on temponcondition = lt_change_tmon * wherecondition = lt_where return = lt_return.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = infoset objvers = rs_c_objvers-active importing details = ls_details tables tableobjects = lt_tobj fieldobjects = lt_fobj oncondition = lt_on temponcondition = lt_tmon wherecondition = lt_where return = lt_return.

BAPI_ISET_CHANGE call function 'BAPI_ISET_CHANGE' exporting infoset = infoset details = ls_details tables tableobjects = lt_change_tobj fieldobjects = lt_change_fobj oncondition = lt_change_on temponcondition = lt_change_tmon * wherecondition = lt_where return = lt_return.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = infoset objvers = rs_c_objvers-active importing details = ls_details tables tableobjects = lt_tobj fieldobjects = lt_fobj oncondition = lt_on temponcondition = lt_tmon wherecondition = lt_where return = lt_return.

BAPI_ISET_CHANGE call function 'BAPI_ISET_CHANGE' exporting infoset = infoset details = ls_details tables tableobjects = lt_change_tobj fieldobjects = lt_change_fobj oncondition = lt_change_on temponcondition = lt_change_tmon * wherecondition = lt_where return = lt_return.

BAPI_ISET_CREATE call function 'BAPI_ISET_CREATE' exporting details = l_s_details importing infoset = infoset tables tableobjects = l_t_tobj fieldobjects = l_t_fobj oncondition = l_t_on temponcondition = l_t_tmon wherecondition = l_t_where return = g_return.

BAPI_ISET_ACTIVATE call function 'BAPI_ISET_ACTIVATE' exporting infoset = infoset tables return = g_return.

RSD_IOBJ_GET call function 'RSD_IOBJ_GET' exporting i_iobjnm = l_iobjnm importing e_s_viobj = ls_viobj exceptions iobj_not_found = 1 illegal_input = 2 bct_comp_invalid = 3 others = 99.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = isetcopy objvers = objvers importing details = ls_details tables tableobjects = lt_tab fieldobjects = lt_field oncondition = lt_on temponcondition = lt_temp return = lt_return.

BAPI_ISET_CREATE call function 'BAPI_ISET_CREATE' exporting details = ls_details * IMPORTING * INFOSET = l_iset tables tableobjects = lt_tabx fieldobjects = lt_fieldx oncondition = lt_onx temponcondition = lt_tempx wherecondition = lt_where return = lt_return.

RSQ_ISET_COPY_INFOSET call function 'RSQ_ISET_COPY_INFOSET' exporting i_infoset_source = isetcopy i_infoset_target = infoset i_objvers_source = rs_c_objvers-modified.

BAPI_ISET_GETDETAIL call function 'BAPI_ISET_GETDETAIL' exporting infoset = infoset objvers = objvers importing details = ls_details tables tableobjects = lt_tab fieldobjects = lt_field oncondition = lt_on temponcondition = lt_temp return = lt_return.

BAPI_ISET_CHANGE





call function 'BAPI_ISET_CHANGE' exporting infoset = infoset details = ls_details tables tableobjects = lt_tabx fieldobjects = lt_fieldx oncondition = lt_onx temponcondition = lt_tempx return = lt_return.



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