FAGL_FCV_F116 SAP Report - Application log
FAGL_FCV_F116 is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter FAGL_FCV_F116 into the relevant SAP transaction such as SE38 or SE80
Although this basic information may have limited use other that for reference, within the comments section below there is also an opportunity for anyone to add useful hints, information and links to existing content specific to this abap report. This page will therfore over time start to contain a useful amount of information that can be found quickly, simply by searching on the object name, FAGL_FCV_F116.
Transaction Code: N/A
Includes used within report:
No INCLUDES are used within this report code!
Tables used within report and the associated select statement:
FAGL_BSBW_HISTRY
SELECT SINGLE * FROM fagl_bsbw_histry "#EC WARNOK
INTO ls_history
WHERE bukrs = cs_doc-ccode
AND belnr = cs_doc-doc_number
AND gjahr = cs_doc-fiscal_year
AND buzei = cs_doc-doc_line
AND curtp = is_val_area_prop-curtp
AND bwber = is_val_area_prop-bwber
AND methd = fifcv_methd_oi
AND datum = is_params-val_date
AND reverse_id = space.
FAGL_BSBW_HISTRY
SELECT SINGLE * FROM fagl_bsbw_histry "#EC WARNOK
INTO ls_history
WHERE bukrs = cs_doc-ccode
AND belnr = cs_doc-doc_number
AND gjahr = cs_doc-fiscal_year
AND buzei = cs_doc-doc_line
AND curtp = is_val_area_prop-curtp
AND bwber = is_val_area_prop-bwber
AND methd = fifcv_methd_oi
AND datum GT is_params-val_date
AND reverse_id = space.
FAGL_BSBW_HISTRY
SELECT SINGLE * FROM fagl_bsbw_histry "#EC WARNOK
INTO ls_history
WHERE bukrs = cs_doc-ccode
AND belnr = cs_doc-doc_number
AND gjahr = cs_doc-fiscal_year
AND buzei = cs_doc-doc_line
AND curtp = is_ccode_method-remeasure_curr_type2
AND bwber = is_val_area_prop-bwber
AND methd = fifcv_methd_oi
AND datum = is_params-val_date
AND reverse_id = space.
FAGL_BSBW_HISTRY
SELECT SINGLE * FROM fagl_bsbw_histry "#EC WARNOK
INTO ls_history
WHERE bukrs = cs_doc-ccode
AND belnr = cs_doc-doc_number
AND gjahr = cs_doc-fiscal_year
AND buzei = cs_doc-doc_line
AND curtp = is_ccode_method-remeasure_curr_type3
AND bwber = is_val_area_prop-bwber
AND methd = fifcv_methd_oi
AND datum = is_params-val_date
AND reverse_id = space.
Function Modules used within report and the associated call statement:
No SAP FUNCTION MODULES are executed within this report code!
|