RPCFDCW3 is a standard ABAP INCLUDE 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 RPCFDCW3 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: Further definitions and includes for rpcumpw1 (use of payment model)
INCLUDE DBPNPCOM.
INCLUDE RPC2PS00. "FOR RPCFDC00
INCLUDE LHRPLTO1.
INCLUDE RPCIFT00. " FOR RPCPOS00
INCLUDE UP50QDAT. " FOR RPPPXI10
INCLUDE RPPPXI10. " RPCPOS00
INCLUDE RPCFDP00. "FOR RPCLG000
INCLUDE RPCLG000. "FOR RPCPOS00
No SAP DATABASE tables are accessed within this REPORT code!
RP_ZEINH_GET CALL FUNCTION 'RP_ZEINH_GET' EXPORTING P_MOLGA = $MOLGA P_TRFGB = $TRFGB P_TRFAR = $TRFAR P_TRFKZ = $TRFKZ P_DATE = $ENDDA IMPORTING P_ZEINH = $TARIF_ZEINH * P_ZEINH_TEXT = * P_PERMO = * P_FOUND = EXCEPTIONS NO_ENTRY_T549R = 1 ILLEGAL_ZEINH = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.