Application Development 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: 

Dump at FM

Former Member
0 Kudos

Hi,

I have created a report for pricing and used 3 functional modules in it.Everything works fine but when I try to execute the call function  'SPR_KOMK_KOMP_FILL', it throws a dump. I am not getting why it is going in dump.

I have attached some screenshots,please check.

Please help me out.

6 REPLIES 6

christian102094
Participant
0 Kudos

Hi, please could you post the part of the dump that says "Error Analysis"?

0 Kudos

0 Kudos

"The call to the function module 'RV_CONDITION_COPY' is incorrect"... and later it mentions the parameter "CONDITION_TYPE" is of the wrong type.

The dump tells you exactly what is wrong.. so what more do you need to know?

cheers

Paul

0 Kudos

Thanks for the answer Paul.

But I have one more query.... I have used the condition type as ZRET. Now when I upload the excel file...the amount value doesnt get updated i.e I have used amount as 15 and 20.But when I check it...the values remain as 15,15. I have attached the screenshots,please check and help me out.

The above image is of lt_komv (Copy Records) mentioned in 'RV_CONDITION_COPY'.

The above image : When I check the VK13 and condition type.The updated value of amount is incorrect.

0 Kudos

Check the value of 'PI_I_SPR-VKALS'.

Try to fill the data for this field and check..

michael_kozlowski
Active Contributor
0 Kudos

Hi,

import parameter CONDITION_TYPE of FM RV_CONDITION_COPY has the wrong type. It has to be typing LIKE T685A-KSCHL.