Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding function module RKD_REPORT_START

Former Member
0 Likes
987

Hi,

Can anyone tell me the functionality of the function module RKD_REPORT_START.

Regards,

Sowmya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
856

Hi Sowmya,

Just refer the following link:

Hope this will help.

Regards,

Nitin.

5 REPLIES 5
Read only

Former Member
0 Likes
856

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

Read only

Former Member
0 Likes
857

Hi Sowmya,

Just refer the following link:

Hope this will help.

Regards,

Nitin.

Read only

Former Member
0 Likes
856

hi...

you can check in link

regards

Read only

former_member222860
Active Contributor
0 Likes
856

Hi,,

Some related thread here

thanks\

Mahesh

Read only

Former Member
0 Likes
856

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