SAP Reports / Programs

FI_CA_GPARTBALA_LIB SAP ABAP Report - INTERNAL: Form Class Library







FI_CA_GPARTBALA_LIB 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 FI_CA_GPARTBALA_LIB 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 FI_CA_GPARTBALA_LIB. "Basic submit
SUBMIT FI_CA_GPARTBALA_LIB AND RETURN. "Return to original report after report execution complete
SUBMIT FI_CA_GPARTBALA_LIB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: INTERNAL: Form Class Library


INCLUDES used within this REPORT FI_CA_GPARTBALA_LIB

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.


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_GPARTBALA_PARA_DWB_GET call function 'FKK_GPARTBALA_PARA_DWB_GET' importing e_dfkkcoh_old = g_dfkkcohi_old e_dfkkcoh_new = g_dfkkcoh_new e_but000 = g_but000 tables t_postab = gt_postab t_augtab = gt_augtab t_transfer_out = gt_transfer_in t_transfer_in = gt_transfer_out.

FKK_ACCOUNT_SELECT call function 'FKK_ACCOUNT_SELECT' exporting gpart = g_but000-partner * I_SET_ENQUEUE = i_only_acc_holder = ' ' i_only_actual_non_acc_holders = ' ' tables i_fkkvkp = gt_fkkvkp i_fkkvk = gt_fkkvk exceptions not_found = 1 foreign_lock = 2 others = 3.

FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = x_gpartbala-gpart * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = importing e_but000 = y_receiver * TABLES * T_BANK = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.

BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = x_gpartbala-gpart * I_RLTYP = i_addrnumber = x_gpartbala-adrnr i_xmemory = 'X' * I_XWA = ' ' importing e_address = y_rec_adress exceptions no_address_found = 1 internal_error = 2 wrong_parameters = 3 others = 4.

FKK_BUPA_READ_SINGLE call function 'FKK_BUPA_READ_SINGLE' exporting i_partner = x_gpartbala-agpart * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = importing e_but000 = y_sender * TABLES * T_BANK = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.

BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = x_gpartbala-agpart * I_RLTYP = i_addrnumber = x_gpartbala-aadrnr i_xmemory = 'X' * I_XWA = ' ' importing e_address = y_sen_adress exceptions no_address_found = 1 internal_error = 2 wrong_parameters = 3 others = 4.

ADDR_GET call function 'ADDR_GET' exporting address_selection = h_addr_sel * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' importing address_value = h_addr1_val * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = sy-datum foreign_amount = x_gpartbala-salbe foreign_currency = x_gpartbala-salwa local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' importing * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = y_gpartbalae-salbe * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = sy-datum foreign_amount = g_dfkkcohi_old-salbe foreign_currency = g_dfkkcohi_old-salwa local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' importing * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = y_baloldeuro-salbe * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.

FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.

FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.

FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.

FKK_SAMPLE_1321 call function 'FKK_SAMPLE_1321'.

EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKCL' changing c_data = h_fkkcl.

EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKCL' changing c_data = h_fkkcl.

EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKEPOS' changing c_data = h_fkkepos.

EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'FKKEPOS' changing c_data = h_fkkepos.



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