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

FKK_PAYMENTRELEASEDETAIL SAP ABAP Report - Program PAYMENTRELEASEDETAIL, Payment Release Line Item







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


Text pool values


Selection Text: P_OPBEL = Document Number
Selection Text: P_OPUPK = Repetition Item
Selection Text: P_OPUPW = Item Number
Selection Text: P_OPUPZ = Subitem
Title: Program PAYMENTRELEASEDETAIL, Payment Release Line Item


INCLUDES used within this REPORT FKK_PAYMENTRELEASEDETAIL

INCLUDE PAYMENTRELEASETOP.


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_GL_LINE_ITEMS_SEL_SINGLE * CALL FUNCTION 'FKK_GL_LINE_ITEMS_SEL_SINGLE' * EXPORTING * I_OPBEL = P_OPBEL * I_OPUPK = P_OPUPK ** IX_SAMPLE_FLAG = ' ' * IMPORTING * E_FKKOPK = I_FKKOPK ** TABLES ** PT_SELECTTAB = * .

FKK_BP_LINE_ITEMS_SEL_BY_OPBEL call function 'FKK_BP_LINE_ITEMS_SEL_BY_OPBEL' exporting i_opbel = p_opbel * IX_SAMPLE_FLAG = ' ' * IMPORTING * E_COUNT = tables * pt_selecttab = pt_fkkop = t_fkkop.

BUP_PARTNER_DESCRIPTION_GET call function 'BUP_PARTNER_DESCRIPTION_GET' exporting i_partner = t_fkkop-gpart importing e_description_name = g_gpart_desc.

FKK_ALV_MAINTAIN_GPART * CALL FUNCTION 'FKK_ALV_MAINTAIN_GPART' * EXPORTING * I_APPLOBJ = I_APPL_OBJ * I_XDISPLAY = 'X' * I_DBLCLK = H_DBLCLK * I_TABNAME = 'DFKKOP' * I_FIELDNAME = 'GPART' * TABLES * T_APPL_ITEM_ITAB = T_APPL_ITEM_ITAB ** T_ALV_REQ_FIELDS = * CHANGING * RS_SELFIELD = RS_SELFIELD * EXCEPTIONS * NO_HIT = 1 * OTHERS = 2.

FKK_LINE_ITEMS_WITH_SELECTIONS call function 'FKK_LINE_ITEMS_WITH_SELECTIONS' exporting i_fkkeposc = h_fkkeposc tables t_selhead = t_sel_criterias exceptions no_items_found = 1 others = 2.

FKK_LINE_ITEMS_WITH_SELECTIONS call function 'FKK_LINE_ITEMS_WITH_SELECTIONS' exporting i_fkkeposc = h_fkkeposc tables t_selhead = t_sel_criterias exceptions no_items_found = 1 others = 2.

FKK_LINE_ITEMS_WITH_SELECTIONS call function 'FKK_LINE_ITEMS_WITH_SELECTIONS' exporting i_fkkeposc = h_fkkeposc tables t_selhead = t_sel_criterias exceptions no_items_found = 1 others = 2.

FKK_FPE0_START_TRANSACTION call function 'FKK_FPE0_START_TRANSACTION' exporting tcode = 'FPE3' opbel = t_fkkop-opbel i_opupk = t_fkkop-opupk i_opupw = t_fkkop-opupw i_opupz = t_fkkop-opupz * i_call_transaction = 'X' exceptions others = 1.



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