SAP Reports / Programs

SMI_INBOUND_SERVICE_TEST SAP ABAP Report - Program SMI_INBOUND_SERVICE_TEST







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


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 SMI_INBOUND_SERVICE_TEST. "Basic submit
SUBMIT SMI_INBOUND_SERVICE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT SMI_INBOUND_SERVICE_TEST 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: 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





INCLUDES used within this REPORT SMI_INBOUND_SERVICE_TEST

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:

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.



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