cancel
Showing results for 
Search instead for 
Did you mean: 

Taken a Z copy of standard LCM_COMPONENT and it is going to dump

Former Member
0 Kudos

Hi all,

I have taken a z copy of standard webdynpro component LCM_COMPONENT and created a application.

Surprisingly it is going dump. I haven't done any modifications to the component. the LCM_COMPONENT is working very much fine. But same z copy is not working.

Thanks in advance.

Suresh Yerra.

Accepted Solutions (1)

Accepted Solutions (1)

former_member199125
Active Contributor
0 Kudos

did you analyze the dump in ST22?

if possible pls paste the code of exact error.

Regards

Srinivas

Former Member
0 Kudos

Hi Srinivas,

Here is the code of include /1BCWDY/B_BZWB7ZKPD0FXMVNO85GY, where the dump came at line 241.

235 " mandatory parameter accountgrp

236 data:

237 !accountgrp type Ktokd.

238 read table Event->Parameters[]

239 with table key Name = `ACCOUNTGRP` assigning <cur_Param>.

240 if ( 0 ne sy-Subrc ).

241 raise exception type Cx_Wd_Bad_Args

242 exporting

243 Parameter = `ACCOUNTGRP`.

244 endif.

245 " Cx_Sy_Conversion or similar issues may occur

246 " but this is caused by the invocing party !!!

247 f_Internal_Api->assign_Untyped_Reference(

248 exporting !data_Ref = <cur_Param>-Value

249 importing !data = !accountgrp ).

As LCM_COMPONENT is a standard component, it can be availabe in all systems. Can make same dump scenario in your system by execute a z copy of LCM_COMPONENT.

Thanks,

Suresh Yerra.

former_member199125
Active Contributor
0 Kudos

In your z component, you have created z application. am i right?

so, did you maintain all the parameters in application paramters tab?

So please check is there any parameters declared in standard component application?

if any parameters are there? then please declare the same in z component application.

Regards

Srinivas

Former Member
0 Kudos

Thanks Srinivas.

Answers (0)