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

Runtime Errors MESSAGE_TYPE_X

jogeswararao_kavala
Active Contributor
0 Likes
616

Dear Experts,

Please see the attachment. I m getting this error when I try tototal (click sigma) a numeric field on the alv screen.

A program which is fine with this sigma icon and field totalling has been copied to other for a purpose.

Without any changes in the copied program this error occurs.

It is a module pool program.

Your help would be highly appreciated.

kind regards

Jogeswara Rao

4 REPLIES 4
Read only

former_member194152
Contributor
0 Likes
579

If you copied existing program into new program then first check any hardcoding for earlier in place if those are then you need to change program name with newly created program name, check with ALV parameter what report name you are passking with I_CALLBACK_PROGRAM parameter

Read only

RaymondGiuseppi
Active Contributor
0 Likes
579

You may have a problem in field catalog, did you perform The Consistency Check ?

Regards,

Raymond

Read only

Abhijit74
Active Contributor
0 Likes
579

Hello,

While preparing field catalog have you give all the field names in upper case? please check . Have you used any field-symbols for assigning something? then please check the field symbol has been assigned and value is populating.

Thanks,

Abhijit

Read only

Former Member
0 Likes
579

Hello Jogeshwara ,

Please check the type of the field Sigma and check the field in the structure of the Field catalogue . I think there is some problem with the type mismatching of the fields type.. please check and i think it will solve your problem..