SAP Reports / Programs | SAP Utilities | SAP Utilities(IS-U) SAP IS

RECOVIEW SAP ABAP Report - Program for Object Type ISUBUSVIEW: Info Views







RECOVIEW 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 RECOVIEW 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 RECOVIEW. "Basic submit
SUBMIT RECOVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RECOVIEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type ISUBUSVIEW: Info Views


INCLUDES used within this REPORT RECOVIEW

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:

ISU_NAVIGATOR CALL FUNCTION 'ISU_NAVIGATOR' EXPORTING x_objref = rootobject x_config = config x_prgcontext = programcontext x_subcontext = subcontext x_from = datefrom x_to = dateto EXCEPTIONS config_not_found = 1 object_invalid = 2 config_invalid = 3 cancelled = 4 OTHERS = 5.

ISU_NAVIGATOR CALL FUNCTION 'ISU_NAVIGATOR' EXPORTING x_objref = partner x_prgcontext = programcontext x_subcontext = subcontext x_from = datefrom x_to = dateto EXCEPTIONS config_not_found = 1 object_invalid = 2 config_invalid = 3 cancelled = 4 OTHERS = 5.

ISU_NAVIGATOR CALL FUNCTION 'ISU_NAVIGATOR' EXPORTING x_objref = connobj x_prgcontext = programcontext x_subcontext = subcontext x_from = datefrom x_to = dateto EXCEPTIONS config_not_found = 1 object_invalid = 2 config_invalid = 3 cancelled = 4 OTHERS = 5.

ISU_NAVIGATOR CALL FUNCTION 'ISU_NAVIGATOR' EXPORTING x_objref = premises x_prgcontext = programcontext x_subcontext = subcontext x_from = datefrom x_to = dateto EXCEPTIONS config_not_found = 1 object_invalid = 2 config_invalid = 3 cancelled = 4 OTHERS = 5.

ISU_FINDER CALL FUNCTION 'ISU_FINDER' EXPORTING x_objtype = 'ISUPARTNER' x_findpar = searchparameters * X_FREE_RANGES = IMPORTING y_incomplete = resultincomplete TABLES yt_result = findres * yt_trace = trace EXCEPTIONS insufficient_selection = 1 objtype_not_supported = 2 OTHERS = 3.

EWO_XTAINER_MEMORY_ELEMENT_ADD CALL FUNCTION 'EWO_XTAINER_MEMORY_ELEMENT_ADD' EXPORTING x_elemdef = def x_value = objecttostore * X_VALUETAB = * X_ROLE = EXCEPTIONS no_meory_xtainer = 1 invalid_elemdef = 2 internal_error = 3 OTHERS = 4.

EWW_WORKITEMS_FOR_OBJECT_DISP CALL FUNCTION 'EWW_WORKITEMS_FOR_OBJECT_DISP' EXPORTING x_objtype = objtype x_objkey = objkey * X_PERSOBJ = x_unfinished_only = unfin EXCEPTIONS not_found = 1 OTHERS = 2.

EWF_FRONT_OFFICE_WORKBENCH CALL FUNCTION 'EWF_FRONT_OFFICE_WORKBENCH' EXPORTING x_prgcontext = programcontext x_subcontext = subcontext * X_OBJTYPE = x_as_popup = aspopup TABLES xt_param_cont = container EXCEPTIONS config_not_found = 1 parameter_error = 2 OTHERS = 3.

ISU_CALLPAR_DEVICE_FROM_MATSER CALL FUNCTION 'ISU_CALLPAR_DEVICE_FROM_MATSER' EXPORTING x_geraet = geraet x_matnr = matnr x_title = title CHANGING xy_equnr = equnr EXCEPTIONS cancelled = 1 OTHERS = 2.

ECV_CUSTOMER_OVIEW CALL FUNCTION 'ECV_CUSTOMER_OVIEW' EXPORTING x_partner = partnerno * X_ACCOUNT = * X_DATE = x_conf = configuration EXCEPTIONS OTHERS = 1.

ISU_PRODUCT_CATALOG_DISPLAY CALL FUNCTION 'ISU_PRODUCT_CATALOG_DISPLAY' EXPORTING x_ostore = ostore x_service = service x_its_url = itsurl x_title = title x_popup = popup IMPORTING y_matnr = matnr y_quantity = quantity EXCEPTIONS cancelled = 1001 OTHERS = 01.

ISU_GET_SALESDOC_FOR_CUSTOMER CALL FUNCTION 'ISU_GET_SALESDOC_FOR_CUSTOMER' EXPORTING customerkey = customerkey salesdoccategory = salesdoccategory document_intervall = document_intervall EXCEPTIONS salesdoccategory_not_supported = 1002 authority_error = 1003 OTHERS = 01.

SWI_WF_CONNECTIONS_DISPLAY CALL FUNCTION 'SWI_WF_CONNECTIONS_DISPLAY' EXPORTING ibf_object = ibf_obj popup = popup * IBF_OBJECTS = EXCEPTIONS * NOT_FOUND = 1 * NO_AUTHORITY = 2 * NO_WORKFLOWS_FOUND = 3 OTHERS = 4.



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