RFCAACCT is a standard Executable ABAP Report 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 RFCAACCT 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: Program for object type ACCOUNT : Contract account
Text Symbol: 001 = Account maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_ACCOUNT_READ call function 'FKK_ACCOUNT_READ' exporting i_vkont = object-key-contractaccount i_bypass_buffer = 'X' i_only_acc_holder = ' ' importing e_fkkvk = fkkvk e_fkkvkp = fkkvkp tables t_fkkvkp = lt_vkp exceptions not_found = 1 others = 2.
FKK_TFK002F_READ call function 'FKK_TFK002F_READ' exporting vkpbz = lt_vkp-vkpbz importing e_tfk002f = h_tfk002f exceptions not_found = 1 system_error = 2 others = 3.
FKK_ACCOUNT_READ_BUFFER call function 'FKK_ACCOUNT_READ_BUFFER' exporting i_vkont = object-key-contractaccount i_gpart = object-key-partner i_only_acc_holder = ' ' exceptions not_found = 4.
FKK_TFK002A_READ call function 'FKK_TFK002A_READ' exporting vktyp = fkkvk-vktyp applk = fkkvk-applk importing e_tfk002a = h_tfk002a exceptions not_found = 1 system_error = 2 others = 3.
FKK_ACCOUNT_HEADER_DISPLAY call function 'FKK_ACCOUNT_HEADER_DISPLAY' exporting x_vkont = object-key-contractaccount importing y_text = st exceptions not_found = 1.
FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = object-key-partner importing e_but000 = be exceptions partner_not_found = 1 internal_error = 2 others = 3.
FKK_PARTNER_NAME_GET call function 'FKK_PARTNER_NAME_GET' exporting i_but000 = be importing e_name = nm exceptions others = 1.
FKK_ACCOUNT_HEADER_DISPLAY call function 'FKK_ACCOUNT_HEADER_DISPLAY' exporting x_vkont = object-key-contractaccount importing y_text = st exceptions not_found = 1.
FKK_ACCOUNT_HEADER_ACTION call function 'FKK_ACCOUNT_HEADER_ACTION' exporting i_ok_code = okcode exceptions others = 0.
CONVERT_DATE_TO_EXTERNAL call function 'CONVERT_DATE_TO_EXTERNAL' exporting date_internal = h_valdt importing date_external = fldvl-fldvl.
VKK_FICA_ACCOUNT_MAINTAIN call function 'VKK_FICA_ACCOUNT_MAINTAIN' exporting i_aktyp = aktyp_n i_xinit = xinit i_xupdtask = ' ' importing e_state = state tables t_fldvl = fldvl t_scrsel = scrsel.
BAPI_ACCOUNT_GETBALANCES call function 'BAPI_ACCOUNT_GETBALANCES' exporting contractaccount = object-key-contractaccount partner = object-key-partner importing return = return tables account_balances = accountbalances exceptions others = 01.
FKK_BP_BANK_MAINTAIN call function 'FKK_BP_BANK_MAINTAIN' exporting iv_gpart = object-key-partner iv_vkont = object-key-contractaccount iv_valdt = valdt iv_gpchange = lv_gp_change.
FKK_BP_CCARD_MAINTAIN call function 'FKK_BP_CCARD_MAINTAIN' exporting iv_gpart = object-key-partner iv_vkont = object-key-contractaccount iv_valdt = validdate iv_gpchange = gpchange.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFCAACCT - Program for object type ACCOUNT : Contract account RFCAACCT - Program for object type ACCOUNT : Contract account RFBYPASS_ON_OFF - Activation and Deactivation of Tax Bypass in Accounting Interface RFBYPASS_ON_OFF - Activation and Deactivation of Tax Bypass in Accounting Interface RFBVZA_0 - Copy Bank Data for South Africa RFBVZA_0 - Copy Bank Data for South Africa