FMCA_FPF_VIEW is a standard Module pool for a dialog screen ABAP Program 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 FMCA_FPF_VIEW 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: Subrountines for view and view maintenance for FPF
INCLUDE LSVCMCOD.
INCLUDE LSVCMDAT.
INCLUDE LSVCMCL1.
INCLUDE FINB_TRANSP_STATE.
No SAP DATABASE tables are accessed within this REPORT code!
FMCA_FPF_MIGRATION_DATA_GET CALL FUNCTION 'FMCA_FPF_MIGRATION_DATA_GET' IMPORTING es_tfmca_fpf_fbtt = ls_tfmca_fpf_fbtt es_tfmca_fpf_fbt = ls_tfmca_fpf_fbt es_tfmca_fpf_rlgr = ls_tfmca_fpf_rlgr es_tfmca_fpf_rlgrt = ls_tfmca_fpf_rlgrt TABLES et_tfmca_fpf_formt = lt_tfmca_fpf_formt et_tfmca_fpf_formtt = lt_tfmca_fpf_formtt et_tfmca_fpf_fbtcon = lt_tfmca_fpf_fbtcon et_tfmca_fpf_rcode = lt_tfmca_fpf_rcode et_tfmca_rev2fpf = lt_tfmca_rev2fpf et_tfmca_fpf_rule = lt_tfmca_fpf_rule et_tfmca_fpf_rlgra = lt_tfmca_fpf_rlgra et_tfmca_fpf_rlact = lt_tfmca_fpf_rlact.
VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING transp_state = lv_transp_state.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCA_FPF_VIEW - Subrountines for view and view maintenance for FPF FMCA_FPF_VIEW - Subrountines for view and view maintenance for FPF FMCA_FORM_CLASS_DUNNING - Data Retrieval Library for Form Class FMCA_FORM_CLASS_DUNNING - Data Retrieval Library for Form Class FMCA_FORM_CLASS_COUPONBOOK - FMCAFORMCLASSCOUPONBOOK FMCA_FORM_CLASS_COUPONBOOK - FMCAFORMCLASSCOUPONBOOK