‎2006 Mar 17 2:46 PM
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???
‎2006 Mar 17 2:51 PM
Mehmet,
What exactly are you trying to do?
Could you please put the code here?
Regards,
Ravi
Message was edited by: Ravikumar Allampallam
‎2006 Mar 17 3:10 PM
/people/sap.user72/blog/2005/09/14/a-new-approach-to-alv-programming
This example
‎2006 Mar 17 3:14 PM
Hi,
I'm in 4.7 too and i don't have the class CL_SALV_TABLE too.
Rgd
Frédéric
‎2006 Mar 17 3:16 PM
Frederic,
This Class is available only on WAS 6.40.
Regards,
Ravi
‎2006 Mar 17 3:15 PM
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.