ISAUTO_XLO_R_TRANSIT_SDR 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 ISAUTO_XLO_R_TRANSIT_SDR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
XLOS - Stock in Transit Display - Supplier
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: G_ZERO = Also Orders Without Contribut.
Selection Text: G_YELLOW = Display Status "Yellow"
Selection Text: G_YELDAY = Days Since Last Goods Movement
Selection Text: G_XTRAM = Intra-Company-Code
Selection Text: G_XNLCC = Cross-Company-Code
Selection Text: G_XLOPR = Only Cross-System Transit
Selection Text: G_XLOEK = Including Deleted Purch.Orders
Selection Text: G_XELIK = Including Completed Orders
Selection Text: G_REDDAY = Days Since Last Goods Movement
Selection Text: G_RED = Display Status "Red"
Selection Text: G_GREEN = Display Status "Green"
Selection Text: G_DELIV = Display Immediate Deliveries
Selection Text: G_ALV_DF = Layout
Selection Text: GR_WERKS = Receiving Plant
Selection Text: GR_VBELN = D Sales Document
Selection Text: GR_VBELL = Outbound Delivery
Selection Text: GR_SOBKZ = Special Stock
Selection Text: GR_RESWK = Supplying Plant
Selection Text: GR_POSNR = D Item
Selection Text: GR_POSNL = Outbound Delivery Item
Selection Text: GR_MATNR = Customer Material
Selection Text: GR_BUKRS = Receiving Plant Company Code
Title: Display Transit Stock (Supplier View)
Text Symbol: WRK = Receiving Plant
Text Symbol: RWK = Supplying Plant
Text Symbol: 003 = Display Options
Text Symbol: 002 = Filter Options
Text Symbol: 001 = Selection Conditions
INCLUDE ISAUTO_XLO_R_TRANSIT_MATSELOPT.
INCLUDE ISAUTO_XLO_S_TRANSIT_CONSTANTS.
INCLUDE ISAUTO_XLO_R_TRANSIT_DATADECL.
INCLUDE ISAUTO_XLO_S_TRANSIT_DATADECL.
INCLUDE ISAUTO_XLO_S_TRANSIT_SELSCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = c_tcode_xlo_sdr EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.
MMIM_ENTRYCHECK_MAIN CALL FUNCTION 'MMIM_ENTRYCHECK_MAIN' TABLES * it_matnr = gr_matnr * it_werks = gr_werks it_bukrs = gr_bukrs * it_reswk = gr_reswk it_sobkz = gr_sobkz.
XLO01_PREPARE_ALV CALL FUNCTION 'XLO01_PREPARE_ALV' EXPORTING * I_VARIANT = i_repid = g_repid IMPORTING et_fieldcat = gt_fieldcat es_keyinfo = gs_alv_keyinfo es_layout = gs_alv_layout .
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_alv_layout it_fieldcat = gt_fieldcat i_default = 'X' i_save = 'A' is_variant = gs_alv_variant i_tabname_header = c_tabname_header i_tabname_item = c_tabname_item is_keyinfo = gs_alv_keyinfo is_print = gs_alv_print TABLES t_outtab_header = gt_header t_outtab_item = gt_bestand.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISAUTO_XLO_R_TRANSIT_SDR - Display Transit Stock (Supplier View) ISAUTO_XLO_R_TRANSIT_SDR - Display Transit Stock (Supplier View) ISAUTO_XLO_R_TRANSIT_REC_OF01 - ISAUTOXLORTRANSITRECOF01 ISAUTO_XLO_R_TRANSIT_REC - Display Stock in Transit (Recipient View) ISAUTO_XLO_R_TRANSIT_REC - Display Stock in Transit (Recipient View) ISAUTO_XLO_R_TRANSIT_OF10 - ISAUTOXLORTRANSITOF10