OI_LJ1BR600 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 OI_LJ1BR600 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include OI_LJ1BR500
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_PLANT_READ call function 'J_1B_PLANT_READ' exporting plant = global_komp-werks importing plant_record = t001w EXCEPTIONS "01139495 JHL OTHERS = 8. "01139495 JHL
J_1B_PLANT_READ call function 'J_1B_PLANT_READ' exporting plant = oih_mseg_lipso2-werks importing plant_record = t001w EXCEPTIONS "01139495 JHL OTHERS = 8. "01139495 JHL
OIH_J1B_CHECK_TXCOD_SALES CALL FUNCTION 'OIH_J1B_CHECK_TXCOD_SALES' EXPORTING I_VBAK = OIH_J1B_VBAK I_VBAP = OIH_J1B_VBAP I_KUWEV = OIH_J1B_KUWEV I_TAX_DATA = tax_data EXCEPTIONS NOT_VALID = 1 NO_PLANT = 2 OTHERS = 3.
OIH_J1B_CHECK_TXCOD_INVOICE CALL FUNCTION 'OIH_J1B_CHECK_TXCOD_INVOICE' exporting I_TAX_DATA = tax_data zekko = oih_j1b_ekko zekpo = oih_j1b_ekpo IMPORTING E_INTAB_TXCD = OIH_J1B_TXCD_CALC EXCEPTIONS NOT_VALID = 1 OTHERS = 2.
OIH_J1B_CHECK_TXCOD_PURCHASE CALL FUNCTION 'OIH_J1B_CHECK_TXCOD_PURCHASE' EXPORTING ZEKPO = OIH_J1B_EKPO ZEKKO = OIH_J1B_EKKO i_tax_data = tax_data EXCEPTIONS NOT_VALID = 1 OTHERS = 2.
ME_EKKO_SINGLE_READ call function 'ME_EKKO_SINGLE_READ' EXPORTING PI_EBELN = oih_mseg_lipso2-ebeln IMPORTING PO_EKKO = oih_j1b_ekko.
ME_EKPO_SINGLE_READ CALL FUNCTION 'ME_EKPO_SINGLE_READ' EXPORTING PI_EBELN = oih_mseg_lipso2-ebeln PI_EBELP = oih_mseg_lipso2-ebelp IMPORTING PO_EKPO = oih_j1b_ekpo.
OIH_J1B_CHECK_TXCOD_PURCHASE call function 'OIH_J1B_CHECK_TXCOD_PURCHASE' exporting zekpo = oih_j1b_ekpo zekko = oih_j1b_ekko I_TAX_DATA = tax_data exceptions not_valid = 1 others = 2.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '860' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '866' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '861' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '864' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '862' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '865' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '863' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "01025830 JHL EXPORTING "01025830 JHL i_arbgb = 'OIH_J1B' "01025830 JHL i_dtype = 'W' "01025830 JHL i_msgnr = '867' "01025830 JHL IMPORTING "01025830 JHL e_msgty = l_msgts. "01025830 JHL
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.