MJ45AFCA 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 MJ45AFCA 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!
VKK_FICA_ACCOUNT_MAINTAIN_DIAL call function 'VKK_FICA_ACCOUNT_MAINTAIN_DIAL' exporting i_vkont = jkkd-vkont i_gpart = rjkrg-gpnr i_vktyp = tjy00-vktyp_msd i_xinit = ' ' "(ohne Einstiegsbild) i_aktyp = loc_aktyp i_xsave = ' ' "(ohne eigenes Sichern) importing e_state = loc_state e_handle = loc_handle.
ISM_FICA_VKONT_DETERMINE call function 'ISM_FICA_VKONT_DETERMINE' exporting i_gpnr = rjkrg-gpnr i_bukrs = tvko-bukrs i_abo_kopf = loc_abo_kopf i_abo_pos = loc_abo_pos i_with_dialog = jpsd_x I_WITH_PAYMODE_CHECK = jksod_xfull_dialog "4.71
ISM_VKONT_READ call function 'ISM_VKONT_READ' exporting vkont = vkont gpnr = gpnr importing e_fkkvk = e_fkkvk e_fkkvkp = e_fkkvkp exceptions not_found = 1 others = 2.
BUS_SAVE call function 'BUS_SAVE' exporting i_objap = con_appl_object_vkont i_xupdtask = xupdate_task tables t_key = loc_vkontkeytab.
FKK_ACCOUNT_READ call function 'FKK_ACCOUNT_READ' exporting i_vkont = rj45a-vkont i_gpart = rjkrg-gpnr i_only_gpart = con_angekreuzt importing E_FKKVKP = loc_fkkvkp "note 510224 exceptions not_found = 1 foreign_lock = 2 others = 3.
CCARD_DATE_CONVERT_OUTPUT CALL FUNCTION 'CCARD_DATE_CONVERT_OUTPUT' EXPORTING CCINS_I = JKAPCC-CCINS INTERNAL_DATE_I = JKAPCC-DATBI IMPORTING EXTERNAL_DATE_E = CCDATE-EXDATBI.
CCSECA_CCNUM_MASKING CALL FUNCTION 'CCSECA_CCNUM_MASKING' EXPORTING I_CCNUM = JKAPCC-CCNUM IMPORTING E_CCNUM_MASKED = CCDATA-CCNUM EXCEPTIONS NOT_AVAILABLE = 1 OTHERS = 2.
ISM_FICA_FOR_SD_ACTIVE call function 'ISM_FICA_FOR_SD_ACTIVE' exporting customer = xjkpa-gpnr exceptions not_active = 1 others = 2.
ISM_CA_PAYMENT_MODE_MAINTAIN call function 'ISM_CA_PAYMENT_MODE_MAINTAIN' exporting p_gpnr = rjkrg-gpnr p_vkont = jkkd-vkont p_vkorg = jkak-vkorg p_vtweg = jkak-vtweg p_spart = jkak-spart p_xupdate_task = jpsd_x importing p_xbp_nosave = l_xbp_nosave p_state_fica = l_state_fica exceptions fica_not_active = 1 bp_locked = 2.
ISM_BUPA_BK_REFRESH CALL FUNCTION 'ISM_BUPA_BK_REFRESH'.
ISM_SEPA_MANDATE_INIT CALL FUNCTION 'ISM_SEPA_MANDATE_INIT'. "SEPA2013
ISM_BUPA_BK_READ CALL FUNCTION 'ISM_BUPA_BK_READ' EXPORTING I_PARTNER = RJKRG-GPNR I_VKORG = JKAK-VKORG I_VTWEG = TVTA-VTWKU I_SPART = TVTA-SPAKU EXCEPTIONS OTHERS = 4.
ISM_CHECK_PAYMODE_SYNC CALL FUNCTION 'ISM_CHECK_PAYMODE_SYNC' EXPORTING I_VBELN = vbeln I_POSNR = posnr CHANGING C_XPAYMODE_SYNC = xpaymode_sync.
ISM_BUP_CCARD_READ_MEMORY * CALL FUNCTION 'ISM_BUP_CCARD_READ' CALL FUNCTION 'ISM_BUP_CCARD_READ_MEMORY' EXPORTING I_PARTNER = gpnr I_CCARD_ID = ccard_id IMPORTING E_CCARD = ls_ccard E_CCNUM_UNMASKED = GV_UNMASKED_CCNUM "CCENC2007 EXCEPTIONS CCARD_CATEGORY_NOT_FOUND = 1 CCARD_LOCKED = 2 OTHERS = 4.
CCSECA_READ_CUSTOMIZING CALL FUNCTION 'CCSECA_READ_CUSTOMIZING' EXPORTING I_CCINS = JKAPCC-CCINS IMPORTING E_SECLV = GS_CCENC_DATA-SECLV.
CCSECA_CHECK_DISPLAY_ALLOWED CALL FUNCTION 'CCSECA_CHECK_DISPLAY_ALLOWED' EXCEPTIONS NO_AUTHORIZATION = 1 OTHERS = 2.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name MJ45AFCA or its description.