SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFCAACCT SAP ABAP Report - Program for object type ACCOUNT : Contract account







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFCAACCT. "Basic submit
SUBMIT RFCAACCT AND RETURN. "Return to original report after report execution complete
SUBMIT RFCAACCT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for object type ACCOUNT : Contract account
Text Symbol: 001 = Account maintenance


INCLUDES used within this REPORT RFCAACCT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



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 RFCAACCT or its description.