MV45AF0Z 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 MV45AF0Z 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.
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_AUTHOR .
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_BEARBE .
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_LESEN .
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_PRUEFE .
INCLUDE MV45AF0Z_CCARD_KONTENFIND_VORB .
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_DATUMI .
INCLUDE MV45AF0Z_ZAHLUNGSKARTEN_DATUMO .
No SAP DATABASE tables are accessed within this REPORT code!
SD_CCARD_TVCAA_SELECT CALL FUNCTION 'SD_CCARD_TVCAA_SELECT' EXPORTING I_TVAK = TVAK IMPORTING E_TVCAA = I_TVCAA EXCEPTIONS NOT_FOUND = 1.
SD_CCARD_SALES_AUTHORITY_CHECK CALL FUNCTION 'SD_CCARD_SALES_AUTHORITY_CHECK' EXPORTING I_AUART = VBAK-AUART I_ACTVT = 'C3' " Manuelle Autorisierung EXCEPTIONS NO_AUTHORITY = 4.
GN_INVOICE_CREATE CALL FUNCTION 'GN_INVOICE_CREATE' EXPORTING VBSK_I = DA_VBSK WITH_POSTING = SPACE I_WITHOUT_REFRESH = CHARX ID_NO_DIALOG = CHARX TABLES XKOMFK = DA_XKOMFK XKOMFKGN = DA_XKOMFKGN XKOMFKKO = DA_XKOMFKKO XKOMV = DA_XKOMV XTHEAD = DA_XTHEAD XVBFS = DA_XVBFS XVBPA = DA_XVBPA XVBRK = DA_XVBRK XVBRP = DA_XVBRP XVBSS = DA_XVBSS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.