REESDORDER 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 REESDORDER 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 ISUSDORD: IS-U Sales Order
Text Symbol: 001 = Order
Text Symbol: 002 = Billing doc. for order
Text Symbol: 003 = could not be created
Text Symbol: 004 = Create
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_VBKD_SELECT CALL FUNCTION 'SD_VBKD_SELECT' EXPORTING i_document_number = vbeln IMPORTING e_vbkd = e_vbkd EXCEPTIONS OTHERS = 1.
ISU_VKONT_GLOBAL_DATA_SET CALL FUNCTION 'ISU_VKONT_GLOBAL_DATA_SET' EXPORTING i_vkont = account_key-account i_gpart = account_key-partner EXCEPTIONS OTHERS = 0.
ISU_CHECK_IS_OIL_ACTIVE_SFW CALL FUNCTION 'ISU_CHECK_IS_OIL_ACTIVE_SFW' IMPORTING XOIL_ACTIVE = XOIL_ACTIVE.
ISU_VKONT_GLOBAL_DATA_SET CALL FUNCTION 'ISU_VKONT_GLOBAL_DATA_SET' EXPORTING i_vkont = account_key-account i_gpart = account_key-partner EXCEPTIONS OTHERS = 0.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln IMPORTING output = vbeln.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln IMPORTING output = vbeln.
ISU_DB_VBEP_SELECT_SMORDER CALL FUNCTION 'ISU_DB_VBEP_SELECT_SMORDER' EXPORTING x_vbeln = vbeln x_autyp = ordercategory TABLES t_smorder = tsmorder EXCEPTIONS not_found = 1001 system_error = 1002 not_qualified = 1003 OTHERS = 01.
SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING objtype = 'ISUSDORDER' objkey = objkey event = 'INVOICECREATEDINTERNAL' start_recfb_synchron = 'X' TABLES event_container = evt_container.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = referencekey IMPORTING output = referencekey.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln IMPORTING output = vbeln.
ISU_VKONT_GLOBAL_DATA_SET CALL FUNCTION 'ISU_VKONT_GLOBAL_DATA_SET' EXPORTING i_vkont = accountkey-contract i_gpart = accountkey-partner EXCEPTIONS OTHERS = 0.
ISU_CHECK_IS_OIL_ACTIVE_SFW CALL FUNCTION 'ISU_CHECK_IS_OIL_ACTIVE_SFW' IMPORTING XOIL_ACTIVE = XOIL_ACTIVE.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = tabix IMPORTING output = tabix EXCEPTIONS OTHERS = 1.
ISU_VKONT_GLOBAL_DATA_SET CALL FUNCTION 'ISU_VKONT_GLOBAL_DATA_SET' EXPORTING i_vkont = accountkey-contract i_gpart = accountkey-partner EXCEPTIONS OTHERS = 0.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln IMPORTING output = vbeln.
SD_VBAP_READ_WITH_VBELN CALL FUNCTION 'SD_VBAP_READ_WITH_VBELN' EXPORTING I_VBELN = VBELN TABLES ET_VBAP = XVBAP EXCEPTIONS OTHERS = 1.
SD_VBEP_READ_WITH_VBELN CALL FUNCTION 'SD_VBEP_READ_WITH_VBELN' EXPORTING I_VBELN = VBELN TABLES ET_VBEP = XVBEP EXCEPTIONS OTHERS = 1.
IM_TO_RESERVE_EQUI_CONF CALL FUNCTION 'IM_TO_RESERVE_EQUI_CONF' EXPORTING EQUNR = VIAUFKST-EQUNR CHECK_ONLY = 'X' IMPORTING RES_STATUS = RES_STATUS RESTO_EXP = RESTO_EXP EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'CONVERT_AMOUNT_TO_CURRENCY' EXPORTING * DATE = SY-DATUM foreign_currency = currency foreign_amount = amount local_currency = vbak-waerk IMPORTING local_amount = amount * TABLES * T_C_ERRORS = EXCEPTIONS error = 1 OTHERS = 2.
ISU_CHECK_IS_OIL_ACTIVE_SFW CALL FUNCTION 'ISU_CHECK_IS_OIL_ACTIVE_SFW' IMPORTING XOIL_ACTIVE = XOIL_ACTIVE.
MASTERIDOCCREATEISU_SDSM_ORDER CALL FUNCTION 'MASTERIDOCCREATEISU_SDSM_ORDER' EXPORTING x_vbeln = vbeln * X_RCVPRT = ' ' * X_RCVPRN = ' ' * X_RCVPFC = ' ' IMPORTING created_comm_idocs = created_comm_idocs EXCEPTIONS system_error = 1 order_not_found = 2 OTHERS = 3.
ISU_DB_ESALES_UTILPROD_SELECT CALL FUNCTION 'ISU_DB_ESALES_UTILPROD_SELECT' TABLES t_utilprod = t_utilprod EXCEPTIONS OTHERS = 1.
ISU_VKONT_GLOBAL_DATA_SET CALL FUNCTION 'ISU_VKONT_GLOBAL_DATA_SET' EXPORTING i_vkont = account_key-account i_gpart = account_key-partner EXCEPTIONS OTHERS = 0.
ISU_CHECK_IS_OIL_ACTIVE_SFW CALL FUNCTION 'ISU_CHECK_IS_OIL_ACTIVE_SFW' IMPORTING XOIL_ACTIVE = XOIL_ACTIVE.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = errormsg-msgty cl = errormsg-msgid number = errormsg-msgno par1 = errormsg-msgv1 par2 = errormsg-msgv2 par3 = errormsg-msgv3 par4 = errormsg-msgv4 IMPORTING bapireturn = return.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = vbeln IMPORTING output = vbeln.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = errormsg-msgty cl = errormsg-msgid number = errormsg-msgno par1 = errormsg-msgv1 par2 = errormsg-msgv2 par3 = errormsg-msgv3 par4 = errormsg-msgv4 IMPORTING bapireturn = errorreturn.
SWW_WI_START_SIMPLE CALL FUNCTION 'SWW_WI_START_SIMPLE' EXPORTING task = 'TS20500338' TABLES agents = agents wi_container = container.
ISU_SALES_APPLICATION_START CALL FUNCTION 'ISU_SALES_APPLICATION_START' EXPORTING x_profile = l_profile x_salesdoctype = 'C' "Orders IMPORTING y_salesdoc = l_salesdoc CHANGING xy_partner = l_partner xy_premise = l_premise xy_account = l_account xy_connobj = l_connobj EXCEPTIONS profile_not_found = 1 profile_incorrect = 2 partner_settype_not_found = 3 servloc_settype_not_found = 4 partner_not_found = 5 premise_not_found = 6 account_not_found = 7 connobj_not_found = 8 salesdoctype_invalid = 9 OTHERS = 10.
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 REESDORDER or its description.
REESDORDER - Program for Object Type ISUSDORD: IS-U Sales Order REESDORDER - Program for Object Type ISUSDORD: IS-U Sales Order REEQUI - Program for Object Type ISU_EQUI : ISUPieceOfEquipment REEQUI - Program for Object Type ISU_EQUI : ISUPieceOfEquipment REEIDE_SWITCH_TEST_SWTTIMES - Check Period Type Settings REEIDE_SWITCH_TEST_SWTTIMES - Check Period Type Settings