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

RJITLAB_BATCH_INPUT SAP ABAP INCLUDE - RJITLABBATCHINPUT







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

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:

JIT03_CHECK_AUTHORITY CALL FUNCTION 'JIT03_CHECK_AUTHORITY' EXPORTING actvt_iv = jit_actvt_fabgen_gc custo_iv = custo_iv EXCEPTIONS no_authority = 1 OTHERS = 2.

JIT09_READ_VBAP_WITH_VBELN CALL FUNCTION 'JIT09_READ_VBAP_WITH_VBELN' EXPORTING vbeln_iv = vbeln_iv TABLES vbap_et = vbap_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

JIT09_READ_VBAP_WITH_VBELN ELSE. "subrc of call function 'JIT09_READ_VBAP_WITH_VBELN'

RH_MESSAGE_GET CALL FUNCTION 'RH_MESSAGE_GET' EXPORTING sprsl = messtab_lt-msgspra arbgb = messtab_lt-msgid msgnr = messtab_lt-msgnr msgv1 = messtab_lt-msgv1 msgv2 = messtab_lt-msgv2 msgv3 = messtab_lt-msgv3 msgv4 = messtab_lt-msgv4 IMPORTING msgtext = message EXCEPTIONS message_not_found = 1 OTHERS = 2.

SHP_QUANTITY_SET CALL FUNCTION 'SHP_QUANTITY_SET' EXPORTING if_action = 'B' * IF_RATIO = ' ' CHANGING cf_lfimg = lips_ls-lfimg cf_lgmng = lips_ls-lgmng cf_lfimg_flo = lips_ls-lfimg_flo cf_lgmng_flo = lips_ls-lgmng_flo cf_umvkz = jitma_is-umvkz cf_umvkn = jitma_is-umvkn cf_umrev = umrev_lv cf_akmng = akmng_lv EXCEPTIONS conversion_overflow = 1 essential_data_missing = 2 error = 3 OTHERS = 4 .

JIT09_READ_VBLB_FOR_LAB_FAB CALL FUNCTION 'JIT09_READ_VBLB_FOR_LAB_FAB' EXPORTING vbeln_iv = vbeln_iv posnr_iv = posnr_iv TABLES vblb_et = vblb_lt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

SD_DELIVERY_CUMULATIVE_DETERM CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_DETERM' EXPORTING current_year = vblb_ls-gjkun i_posnr = posnr_iv i_umvkn = umvkn_iv i_umvkz = umvkz_iv i_vbeln = vbeln_iv * PREVIOUS_YEAR = 0000 * NO_BUFFER = ' ' IMPORTING * CUMULATIVE_CONSIGNMENT = cumulative_delivery = cum_del_quan_cv * CUM_CURRENT_YEAR_CON = * CUM_CURRENT_YEAR_DEL = * CUM_PREVIOUS_YEAR_CON = * CUM_PREVIOUS_YEAR_DEL = EXCEPTIONS OTHERS = 1.



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