SAP Reports / Programs

FI_CA_REQUEST_LIB SAP ABAP Report - FICAREQUESTLIB







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


INCLUDES used within this REPORT FI_CA_REQUEST_LIB

INCLUDE EMSG.
INCLUDE IEFGMAC3.


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_ORDER_PRINT_PARA_GET CALL FUNCTION 'FKK_ORDER_PRINT_PARA_GET' IMPORTING e_fkkorder = l_fkkorder.

FKK_ORDER_PRINT_PARA_GET CALL FUNCTION 'FKK_ORDER_PRINT_PARA_GET' TABLES t_fkkorderdue = lt_fkkorderdue.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.

FKK_ORDER_PRINT_PARA_GET CALL FUNCTION 'FKK_ORDER_PRINT_PARA_GET' TABLES t_fkkorderpos = lt_fkkorderpos t_fkkorderlocks = lt_fkkorderlocks.

FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING i_gpart = l_emgpa i_emmnd = -emmnd IMPORTING e_mndid = yt_item-mndid.

FKK_ORDER_MD_DESCRIPTION_GET CALL FUNCTION 'FKK_ORDER_MD_DESCRIPTION_GET' EXPORTING i_gpart = yt_item-gpart i_vkont = yt_item-vkont i_vtref = yt_item-vtref i_subap = yt_item-subap i_applk = l_applk IMPORTING e_bu_descrip = yt_item-bu_descrip e_vkbez = yt_item-vkbez e_vtref_txt = yt_item-vtref_txt.

FKK_ORDERLOCKS_GET CALL FUNCTION 'FKK_ORDERLOCKS_GET' TABLES t_fkkorderlocks = lt_fkkorderlocks t_fkkorderalvpos = yt_item.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = -vkont IMPORTING e_fkkvkp = yt_cont_acct.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.

FKK_HVORG_TVORG_CHECK CALL FUNCTION 'FKK_HVORG_TVORG_CHECK' EXPORTING i_applk = l_applk i_hvorg = x_item-hvorg i_tvorg = x_item-tvorg i_spras = sy-langu IMPORTING e_htxt30 = y_transtexts-hvorg_txt e_ttxt30 = y_transtexts-tvorg_txt.

FKK_ORDER_READ_HEAD_TEXTS CALL FUNCTION 'FKK_ORDER_READ_HEAD_TEXTS' EXPORTING i_ordcls = l_head-ordcls i_ordtyp = l_head-ordtyp i_revid = l_head-revid IMPORTING e_head_texts = yt_headtexts.

FKK_ORDER_PRINT_PARA_GET CALL FUNCTION 'FKK_ORDER_PRINT_PARA_GET' TABLES t_fkkorderdue = lt_fkkorderdue.

FKK_ORDER_PRINT_PARA_GET CALL FUNCTION 'FKK_ORDER_PRINT_PARA_GET' TABLES t_fkkorderdue = lt_fkkorderdue.

BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = -gpart IMPORTING e_but000_address = yt_partner.



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