FWIS_PLAN_DF99 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 FWIS_PLAN_DF99 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KEYRATIO_PROCESS CALL FUNCTION 'KEYRATIO_PROCESS' EXPORTING * ALLOW_VARIABLES = '1' ALLOW_VARIABLES = '0' APPLCLASS = 'KPP' * COL = 6 * DISP_KEYRA = ' ' KEYRA = keyra * ROW = 4 * WTITLE = ' ' * F1FIELD = 'FLINE' * F1TAB = 'CFFTB' * IMPORTING * FORML_TYPE = TABLES FORML_TAB = forml_tab OPR_TAB = opr_tab VALFLDE_TAB = valflde_tab EXCEPTIONS ABORT = 1 RATIO_EMPTY = 2 OTHERS = 3 .
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = it_twispc_mdattr-rollname STATE = 'A' IMPORTING DD04V_WA = DD04V_WA EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.