SMI_INBOUND_SERVICE_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test of SMI Inbound Service Entries have been maintained in the SMI_AGREEMENT table...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 SMI_INBOUND_SERVICE_TEST 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.
Selection Text: WERK_EXT = Ship to location
Selection Text: VENDOR = VendorID
Selection Text: SHOWLOG = Show Application Log
Selection Text: SHIPFROM = Ship from location
Selection Text: SEND_SH = Send Shipping time serie
Selection Text: SEND_SF = Send Shipping forecast time s.
Selection Text: SEND_CO = Send Consumption time series
Selection Text: SENDER = Message Sender Party
Selection Text: RECIPIEN = Message Recipient Party
Selection Text: POSEX = Purch sched. agreement Item No
Selection Text: KDMAT = Customer material
Selection Text: I_UNRES = Unrestricted Use Quantity
Selection Text: I_REQMIN = Required Minimum Quantity
Selection Text: I_REQMAX = Required Maximum Quantity
Selection Text: I_QINSP = Quality Inspection Quantity
Selection Text: I_PROMO = Promotion Quantity
Selection Text: I_INCR = Increment Quantity
Selection Text: I_BLOCK = Blocked Quantity
Selection Text: FORC_DUR = Forecast horizon in days
Selection Text: C_UNRES = Unrestricted Use Quantity
Selection Text: C_REQMIN = Required Minimum Quantity
Selection Text: C_REQMAX = Required Maximum Quantity
Selection Text: C_QINSP = Quality Inspection Quantity
Selection Text: C_PROMO = Promotion Quantity
Selection Text: C_INCR = Increment Quantity
Selection Text: C_BLOCK = Blocked Quantity
Selection Text: CUSTOMER = Customer
Selection Text: BSTKD = Purch sched. agreement
Title: Program SMI_INBOUND_SERVICE_TEST
Text Symbol: 010 = SMI Inbound service Test
Text Symbol: 008 = Uncaught exception occurred
Text Symbol: 007 = An SMI exception occurred
Text Symbol: 006 = End of report
Text Symbol: 005 = Start of report
Text Symbol: 004 = Simulate Timeseries
Text Symbol: 003 = Consignment Inventory
Text Symbol: 002 = Inventory Data
Text Symbol: 001 = PROACT Inbound Service Test
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'SMI_AGREEMENTS' retfield = iv_field * PVALKEY = ' ' dynpprog = 'Z_INBOUND_SERVICE_TEST' dynpnr = sy-dynnr * DYNPROFIELD = CUSTOMER-LOW * STEPL = 0 window_title = 'Selection' "#EC NOTEXT * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = gt_f4 * VALUE_TAB = GT_SMI_AGREEMENTS field_tab = lt_field return_tab = lt_return * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .
GUID_CREATE CALL FUNCTION 'GUID_CREATE' "#EC FB_OLDED IMPORTING ev_guid_32 = gv_guid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SMI_INBOUND_SERVICE_TEST - Program SMI_INBOUND_SERVICE_TEST SMI_INBOUND_SERVICE_TEST - Program SMI_INBOUND_SERVICE_TEST SMI_BATCH_PROCESSOR - Test of CL_SMI_QUEUE_PROC for processing in background job SMI_BATCH_PROCESSOR - Test of CL_SMI_QUEUE_PROC for processing in background job SMIR_SEARCH_QUERY_CONFIG_USI01 - Include SMIR_SEARCH_QUERY_CONFIG_USI01 SMIR_SEARCH_QUERY_CONFIG_TOP - Include SMIR_SEARCH_QUERY_CONFIG_TOP