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
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 for Object Type ISUBUSVIEW: Info Views
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RECOVIEW - Program for Object Type ISUBUSVIEW: Info Views RECOVIEW - Program for Object Type ISUBUSVIEW: Info Views RECOR_NOTES - Real Estate: Correcting Keys of Master Data Notes RECOR_NOTES - Real Estate: Correcting Keys of Master Data Notes RECORD_DIALOG_TOP - RECORDDIALOGTOP RECOPSEL - ECOP selection criteria