cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance Class

Former Member
0 Kudos

Hi guru's,

I am using assistance class for display report.

I am passing input value as importing and i am exporting internal table.

while testing class alone its working but while calling class inside webdynpro its not working

Regards,

Meenachi.R

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

Could you be more specific. What is not working? Please keep break point at the method call and check whats going wrong. If not please paste your code here.

Regards,

Kiran

Former Member
0 Kudos

Hi Friends,

Sorry for delay..

Issue Solved.

My question is i wrote some program in assistance class. While executing the class sepratly from se24 its worked fine. But when executing via webdynpro its not worked. While debugging i came to know type coflict in importing and exporting parameters.

i changed data type its workign fine.

Thanks for reply

Thanks & Regards,

Meena

m_aravindan
Active Participant
0 Kudos

Hi ,

     Could you please elaborate the question little detailed.

   Are you using super class CL_WD_COMPONENT_ASSISTANCE in your assistance class ?

  Are you calling the assistance class inside your webdynrpo using wd_Assist ?

Regards

Aravindan