J_1BV45A 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 J_1BV45A 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: Localisation Brazil checks Sales
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BSA_COMPONENT_ACTIVE * CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' * EXPORTING * BUKRS = T001-BUKRS * COMPONENT = 'BR' * EXCEPTIONS * COMPONENT_NOT_ACTIVE = 02.
J_1B_NF_NUMBER_SEPARATE CALL FUNCTION 'J_1B_NF_NUMBER_SEPARATE' EXPORTING ref_number = loc_xblnr i_nfeflag = 'X' IMPORTING nf_number9 = loc_nfenum series = loc_series ref_number = vbak-xblnr EXCEPTIONS number_error = 01.
J_1B_NF_NUMBER_SEPARATE CALL FUNCTION 'J_1B_NF_NUMBER_SEPARATE' EXPORTING ref_number = loc_xblnr IMPORTING NF_NUMBER = LOC_NF_NUMBER SERIES = LOC_SERIES SUBSERIES = LOC_SUBSERIES REF_NUMBER = VBAK-XBLNR EXCEPTIONS NUMBER_ERROR = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.