‎2009 Feb 09 7:10 AM
Hi,
Can anyone tell me the functionality of the function module RKD_REPORT_START.
Regards,
Sowmya
‎2009 Feb 09 7:17 AM
‎2009 Feb 09 7:15 AM
hello,
i think this FM is used for Unicode functionality or keep the cusor at that Fm and check where-used-list.
u can get some idea.
thank u,
santhosh
‎2009 Feb 09 7:17 AM
‎2009 Feb 09 7:19 AM
‎2009 Feb 09 7:24 AM
‎2009 Feb 09 9:04 AM
Hi
Soumye
this function module is used for setting the SELECT_OPTIONS and PARAMETERS
dynamically.
identify report and variant
PARAMETER: APPCLASS LIKE RKB1D-APPLCLASS,
SUBCLASS LIKE RKB1D-SUBCLASS,
REPID LIKE RKB1D-REPID,
TABNAME LIKE RKB1D-TABNAME,
VARIANT LIKE RKB1D-VARIANTE.
CALL FUNCTION 'RKD_REPORT_START'
EXPORTING
APPLCLASS = APPCLASS
FUNCTION = 'EXEC'
REPID = REPID
I_VARIANT = VARIANT
RSTI_CALL = ' '
SMODUS = 'N'
SUBCLASS = SUBCLASS
TABNAME = TABNAME
I_INFOMODE = 'V'.
Regards
Hareesh