FERCRW00 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 FERCRW00 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Subroutine pool for Report Writer reports
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_SACHKONTO_AND_TEXT CALL FUNCTION 'READ_SACHKONTO_AND_TEXT' EXPORTING buchungskreis = s_bukrs sprache = langu sachkonto = skat-saknr IMPORTING text_wa = skat EXCEPTIONS OTHERS = 4.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING datum = datum langu = langu objnr = lv_objnr * TEXT_WANTED = 'X' IMPORTING e_text = ltext EXCEPTIONS OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FERCRW00 - Subroutine pool for Report Writer reports FERCRW00 - Subroutine pool for Report Writer reports FERCRSUB - General Form Subroutine Pool FERCRSUB - General Form Subroutine Pool FERCR310 - Create a Background Job for Multiple Periods or Procedures FERCR310 - Create a Background Job for Multiple Periods or Procedures