MV45AF0F_FCODE_KRPL_40 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 MV45AF0F_FCODE_KRPL_40 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!
CCARDEC_DO_ENVELOPE call function 'CCARDEC_DO_ENVELOPE' exporting im_ccins = ' ' importing ex_result = secure_ccard_active.
SD_CCARD_SALES_AUTHORITY_CHECK call function 'SD_CCARD_SALES_AUTHORITY_CHECK' exporting i_auart = vbak-auart i_actvt = da_actvt exceptions no_authority = 4.
SD_CCARD_TVCAA_SELECT call function 'SD_CCARD_TVCAA_SELECT' exporting i_tvak = tvak importing e_tvcaa = da_tvcaa exceptions not_found = 1.
SD_CCARD_GET_OPEN_DELIVERIES call function 'SD_CCARD_GET_OPEN_DELIVERIES' exporting i_vbak_vbeln = vbak-vbeln tables i_s132 = open_values fxvbap = xvbap fxvbfa = xvbfa.
SD_CCARD_GET_OPEN_BILLINGS call function 'SD_CCARD_GET_OPEN_BILLINGS' exporting i_vbeln = vbak-vbeln tables i_s132 = open_values fxvbuk = xvbuk fxvbfa = xvbfa.
SD_CCARD_SET_FACTOR call function 'SD_CCARD_SET_FACTOR' exporting i_source = '1' "Sales Order i_vbak = vbak i_xfpla = xfpla tables t_xfplt = xfplt t_bezs132 = open_values.
SD_CCARD_GET_NEXT_COST call function 'SD_CCARD_GET_NEXT_COST' exporting i_source = '1' "Sales Order i_vbtyp = vbak-vbtyp importing e_bezs132 = open_values e_cost = fplaa-leiwr tables t_bezs132 = open_values exceptions no_costs = 4.
BILLING_SCHEDULE_DIALOG call function 'BILLING_SCHEDULE_DIALOG' exporting i_t185 = t185 i_t185f = t185f i_t185v = t185v i_bezei = rv02p-title i_fplnr = vbak-rplnr i_waers = vbak-waerk i_fpart = tvak-rpart * I_VEDA_KOPF = VEDAVB i_fplaa = fplaa * I_FKDAT = VBKD-FKDAT i_upd_fpla = upd_fpla i_upd_fplt = upd_fplt i_kompax = kompax * I_KFPLAN = CHARA i_taxi_tabstrip_captions = taxi_tabstrip_captions i_taxi_program = taxi_program i_taxi_header_subscreen = taxi_header_subscreen i_taxi_gui_program = taxi_gui_program i_taxi_gui_status = taxi_gui_status i_taxi_gui_title = taxi_gui_title importing e_t185 = t185 e_t185f = t185f e_t185v = t185v e_fplnr = vbak-rplnr e_dataloss = da_dataloss e_upd_fpla = upd_fpla e_upd_fplt = upd_fplt * E_KOMPAX = KOMPAX tables fpla_new = xfpla fpla_old = yfpla fplt_new = xfplt fplt_old = yfplt changing c_taxi_tabstrip = taxi_tabstrip_head.
TAXI_CONVERT_FCODE call function 'TAXI_CONVERT_FCODE' exporting fcode_in = t185f-fcode importing fcode_out = fcode exceptions fcode_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.