SAP Reports / Programs

ISAUTO_XLO_R_TRANSIT_SDR SAP ABAP Report - Display Transit Stock (Supplier View)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

XLOS - Stock in Transit Display - Supplier


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


INCLUDES used within this REPORT ISAUTO_XLO_R_TRANSIT_SDR

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.


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:

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.



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