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

CX_SALV_MSG doesn't exist

Former Member
0 Likes
1,785

Hi friends,

I am trying create ALV Object Model. I am using Thomas Jung's example. But when I try add an attribute with type named CX_SALV_MSG I give an error. Object doesn't exist. Can I create this object in my system? ( We are using SAP 4.7 version)

So I have same problem with CL_SALV_TABLE....

How can I create them???

5 REPLIES 5
Read only

Former Member
0 Likes
1,156

Mehmet,

What exactly are you trying to do?

Could you please put the code here?

Regards,

Ravi

Message was edited by: Ravikumar Allampallam

Read only

0 Likes
1,156

/people/sap.user72/blog/2005/09/14/a-new-approach-to-alv-programming

This example

Read only

0 Likes
1,156

Hi,

I'm in 4.7 too and i don't have the class CL_SALV_TABLE too.

Rgd

Frédéric

Read only

0 Likes
1,156

Frederic,

This Class is available only on WAS 6.40.

Regards,

Ravi

Read only

Former Member
0 Likes
1,156

Mehmet,

CX_SALV_MSG is an exception and not an attribute. In fact if you use the pattern to get the code, it will automatically be placed in the code.

go to the Patters --> ABAP OO Objects and put the class name as CL_SALV_TABLE and method FACTORY and you will get the entire code in the program.

regards,

Ravi

Note : Please reward the posts that help you.