MJ45BF0G 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 MJ45BF0G 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_ADDRESS_SELECT_BY_NAME1 CALL FUNCTION 'ISP_ADDRESS_SELECT_BY_NAME1' EXPORTING KPL_SUCHE = RJ45B-KPL_SUCHE Searchdata = SADR xadmanagement = space "note 666303 IMPORTING ANZAHL_SAETZE = TJY00-ANZ_SAETZE TABLES ADRESSTABN = ADRESSTAB EXCEPTIONS ADDRESS_NOT_FOUND = 01 CIP_CODE_NOT_UNIQUE = 02 NAME_OR_SORTL_MISSING = 03 TOWN_MISSING = 04 MORE_THAN_51_SAETZE = 05.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-110 * textline2 = text-111 "Rel.4.02
ISM_BP_TRANSACTION_CALL CALL FUNCTION 'ISM_BP_TRANSACTION_CALL' "Rel. 4.62
ISP_NAME_READ_FOR_ORDER CALL FUNCTION 'ISP_NAME_READ_FOR_ORDER' EXPORTING ADRNR_IN = ADRNR * ANREDE_IN_NAMELANG = ' ' GPNR_IN = GPNR IMPORTING SADRWA_OUT = ADRS_DAT EXCEPTIONS ADDRESS_NOT_FOUND = 1 GP_NOT_FOUND = 2 MISSING_INPUT = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.