MJ45BF0P 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 MJ45BF0P 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_POPUP_CHOOSE_BP CALL FUNCTION 'ISP_POPUP_CHOOSE_BP' EXPORTING X_MODUL = CON_XMODUL_MSD "rufende Modul VKORG = RJK0100-VKORG "Vertriebsbereich VTWEG = RJK0100-VTWEG SPART = RJK0100-SPART IMPORTING GP_REF_MARK = LV_GP_REF "GP-Nr. wenn nur einer markiert
ISP_INVOICE_TO_ORDER_REFRESH CALL FUNCTION 'ISP_INVOICE_TO_ORDER_REFRESH'.
ISP_INVOICE_TO_ORDER_CHECK CALL FUNCTION 'ISP_INVOICE_TO_ORDER_CHECK' EXPORTING VBELN = VBELN POSNR = POSNR FAKBIS = CON_TIME_ZERO INCL_STORNO = CON_ANGEKREUZT XVERDICHTUNG = XFKVDICHT "Rel.3.01
ISP_INVOICE_TO_ORDER_CHECK * CALL FUNCTION 'ISP_INVOICE_TO_ORDER_CHECK' * EXPORTING * VBELN = JKVREKL-VBELN_N * POSNR = JKVREKL-POSNR_N * FAKBIS = CON_TIME_ZERO * INCL_STORNO = CON_ANGEKREUZT * XVERDICHTUNG = XFKVDICHT * IMPORTING * XFAKTURIERT = FAKTUREN_VORHANDEN * EXCEPTIONS * OTHERS = 1.
ISP_INVOICE_TO_ORDER_CHECK CALL FUNCTION 'ISP_INVOICE_TO_ORDER_CHECK' EXPORTING VBELN = IJFFAREKL-VBELN_N POSNR = IJFFAREKL-POSNR_N FAKBIS = CON_TIME_ZERO INCL_STORNO = CON_ANGEKREUZT XVERDICHTUNG = XFKVDICHT IMPORTING XFAKTURIERT = FAKTUREN_VORHANDEN EXCEPTIONS OTHERS = 1.
ISP_INVOICE_TO_ORDER_CHECK CALL FUNCTION 'ISP_INVOICE_TO_ORDER_CHECK' EXPORTING VBELN = IJFFAREMZ-VBELN_N POSNR = IJFFAREMZ-POSNR_N * ETENR = * CYCLENR = * FAKBIS = CON_TIME_ZERO INCL_STORNO = CON_ANGEKREUZT XVERDICHTUNG = LV_XFKVDICHT_REM IMPORTING XFAKTURIERT = FAKTUREN_VORHANDEN EXCEPTIONS OTHERS = 0.
ISP_ADDRESS_READ CALL FUNCTION 'ISP_ADDRESS_READ' EXPORTING ADRNR_IN = LOC_ADRTAB-ADRNR IMPORTING SADRWA_OUT = JGTSADR EXCEPTIONS NOT_FOUND = 01.
ISP_ADDRESSES_READ CALL FUNCTION 'ISP_ADDRESSES_READ' EXPORTING ANF_DAT = SY-DATUM END_DAT = SY-DATUM SEL_GPNR = LOC_ADRTAB-GPNR SEL_ROLLE = US_ROLLE TABLES IADDRES2 = RJK_ADRESSE EXCEPTIONS NO_GPNR = 01 NO_ROLLE = 02 NO_ADR = 03.
ISP_NAME_BUILD CALL FUNCTION 'ISP_NAME_BUILD' EXPORTING ANREDE_IN_NAMELANG = CON_ANGEKREUZT SADRWA_IN = JGTSADR IMPORTING NAMEKURZ = CH_NAMEKURZ NAMELANG = CH_NAMELANG EXCEPTIONS MISSING_INPUT = 01.
ISP_ADDRESSTYPE_GET CALL FUNCTION 'ISP_ADDRESSTYPE_GET' EXPORTING SADRWA_IN = JGTSADR IMPORTING ANSCHR_TYP = LOC_ADRESSVAR EXCEPTIONS ADDRESS_NOT_CODED = 1.
ISP_ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ISP_ADDRESS_INTO_PRINTFORM' EXPORTING ANSCHR_TYP = LOC_ADRESSVAR * FLG_NAMENSZUS = ' ' SADRWA_IN = JGTSADR ZEILENZAHL = 3 IMPORTING SADRWA_OUT = ADRS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.