SAP Reports / Programs | Just-In-Time Processing | Industry Solution Automotive | Just-In-Time Processing(IS-A-JIT) SAP IS

RJITLAB001F03 SAP ABAP INCLUDE - documentation and ABAP source code







RJITLAB001F03 is a standard ABAP INCLUDE 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 RJITLAB001F03 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 RJITLAB001F03. "Basic submit
SUBMIT RJITLAB001F03 AND RETURN. "Return to original report after report execution complete
SUBMIT RJITLAB001F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RJITLAB001F03

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:

SD_SALES_DOCUMENT_PREFETCH CALL FUNCTION 'SD_SALES_DOCUMENT_PREFETCH' EXPORTING i_sales_view = ls_order_view TABLES i_vbak_keytab = lt_vbak_keytab fxvbak = cx_sd_order-vbak fxvbap = cx_sd_order-vbap fxvbep = cx_sd_order-vbep fxvbkd = cx_sd_order-vbkd * fxvbpa = cx_sd_order-vbpa fxvbuk = cx_sd_order-vbuk fxvbup = cx_sd_order-vbup * fxvbfa = lt_vbfa_v45i * fxsadr = lt_sadr .

SD_VBFA_ARRAY_READ_VBELV CALL FUNCTION 'SD_VBFA_ARRAY_READ_VBELV' TABLES it_vbfa_vbelv = lt_vbuk_keytab et_vbfavb = cx_sd_order-vbfa EXCEPTIONS records_not_found = 0 records_not_requested = 0 OTHERS = 0 .

SD_VBPA_ARRAY_READ_VBELN CALL FUNCTION 'SD_VBPA_ARRAY_READ_VBELN' TABLES it_vbak_key = lt_vbuk_keytab et_vbpavb = cx_sd_order-vbpa EXCEPTIONS records_not_found = 0 records_not_requested = 0 OTHERS = 0 .

RV_SCHEDULE_CHECK_DELIVERIES CALL FUNCTION 'RV_SCHEDULE_CHECK_DELIVERIES' EXPORTING fbeleg = -vbeln * fposnr = '000000' fposnr = ls_posnr " note 697968 if_no_sort = lf_no_sort TABLES fvbfa = cx_sd_order-vbfa fvbup = cx_sd_order-vbup fxvbep = cx_sd_order-vbep fvbap = cx_sd_order-vbap EXCEPTIONS fehler_bei_lesen_fvbup = 1 fehler_bei_lesen_fxvbep = 2 OTHERS = 3.

JIT09_READ_LAB_FROM_VBBE_VBBS CALL FUNCTION 'JIT09_READ_LAB_FROM_VBBE_VBBS' EXPORTING vbeln_iv = vbeln_iv posnr_iv = posnr_iv matid_iv = matid_iv matnr_iv = matnr_iv kunnr_iv = kunnr_iv knref_iv = knref_iv * VDDAT_IV = SY-DATLO bisdt_iv = day_limit_iv TABLES lab_et = lab_h_gt CHANGING past_cv = kz_lab_gv.



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