SAP Reports / Programs | Financial Accounting(FI) SAP FI

FERCR260 SAP ABAP Report - Document line items







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


Text pool values


Title: Document line items
Text Symbol: 106 =
Text Symbol: DLI = Document line items


INCLUDES used within this REPORT FERCR260

INCLUDE FERCD100.
INCLUDE FERCD200.
INCLUDE RFEPOSC5.


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:

FERC_DOCUMENTS_GET CALL FUNCTION 'FERC_DOCUMENTS_GET' EXPORTING status = status rep_name = rep_name TABLES s_bukrs = s_sbuk_o r_bukrs = s_rbuk_o r_gsber = s_rgsb_o doc_lst = document.

FERC_DOCUMENTS_FOR_PATH_GET CALL FUNCTION 'FERC_DOCUMENTS_FOR_PATH_GET' EXPORTING status = status rep_name = rep_name TABLES doc_lst = document.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = awtyp i_awref = awref i_aworg = aworg x_dialog = co_no_dialog TABLES t_documents = lt_documents.

FI_DOCUMENT_RECORD CALL FUNCTION 'FI_DOCUMENT_RECORD' EXPORTING i_awtyp = awtyp i_awref = awref i_aworg = aworg TABLES t_documents = lt_documents.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = document-objnr no_bukrs = 'X' no_kokrs = 'X' IMPORTING identification = gt_outtab-object EXCEPTIONS OTHERS = 0.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = pseudo_doc-objnr no_bukrs = 'X' no_kokrs = 'X' IMPORTING identification = gt_outtab-object EXCEPTIONS OTHERS = 0.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = pseudo_doc-parob no_bukrs = 'X' no_kokrs = 'X' IMPORTING identification = gt_outtab-p_object ident_objid = sy-msgv1 EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * i_bypassing_buffer = 'X' i_structure_name = 'FERC_SDOC' CHANGING ct_fieldcat = rt_fieldcat.

AC_DOCUMENT_SENDER CALL FUNCTION 'AC_DOCUMENT_SENDER' EXPORTING i_awtyp = gt_outtab-awtyp i_awref = gt_outtab-awref i_aworg = gt_outtab-aworg EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.



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