Skip to Content
0
Former Member
Nov 23, 2010 at 07:49 PM

ALV Grid in ITS Mobile Application

1076 Views

Hi Experts,

I am working on Integrated ITS. In my application I need to use ALV Grid to display and modify data. I have used a custom control on the screen to display the ALV grid. The application running fine when I am executing the tcode but when I am testing in SICF its not getting displayed. I am seeing an error on that screen saying "Unknown type CUST_CTRL for element CONTAINER1".

I am just following the general way of displaying ALV Grid.

- CREATE OBJECT go_container1

- CREATE OBJECT go_alvgrid1

- CALL METHOD go_alvgrid1->set_table_for_first_display

I am seeing the standard service ITSMOBILE which is having templetes for ALV_GRID, CUST_CONTROLS etc. Do I need to use these templates in my service? and how to use it?

I am new to ITS Mobile. Please guide me in doing this.

Thanks,

SAM