FVCFT047 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 FVCFT047 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: View cluster: Subroutines -> Customizing dunning/form
Text Symbol: PT1 = *
Text Symbol: PT2 = *
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
FI_CUST_VCT047F_CALL_SCREEN CALL FUNCTION 'FI_CUST_VCT047F_CALL_SCREEN' EXPORTING MPOOL = 'SAPLFCU1' WINFK = '3050' IMPORTING BUKRS = BUKRS XDEBI = XDEBI XKRED = XKRED CANCEL = CANCEL EXCEPTIONS OTHERS = 0.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT CALL FUNCTION 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' EXPORTING OBJECT = VCL_AKT_VIEW TABLES EXCL_CUA_FUNCT = L_EXCL_CUA_FUNCT EXCEPTIONS OBJECT_NOT_FOUND = 1 VIEWCLUSTER_NOT_ACTIVE = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'T047A' VARKEY = ENQKEY EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING MODE_RSTABLE = 'E' TABNAME = 'T047A' VARKEY = ENQKEY EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FVCFT047 - View cluster: Subroutines -> Customizing dunning/form FVCFT047 - View cluster: Subroutines -> Customizing dunning/form FVCFT042 - View Cluster Maintenance: User Exit Routines->Customizing Dunning/Form FVCFT042 - View Cluster Maintenance: User Exit Routines->Customizing Dunning/Form FVBERTOP - documentation and ABAP source code FV69ANNN - IS-Oil MAP Gross / Net price calculations