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

CRMT_ACTION_GRID error encountered

Former Member
0 Likes
366

Hi All,

I developed an ABAP program that uses ALV control and traffic light control. It was working fine in the development environment.

However, after transporting to the quality environment, the following error was encountered:

'The type "CRMT_ACTION_GRID" is unknown.23'

'CRMT_ACTION_GRID-STYLETABLE'

Does anyone know what the error mean? Thanks.

The development environment is SAP Netweaver 2004s (7.01).

The quality environment is SAP NetWeaver 2004.

Hi All,

I developed an ABAP program that uses ALV control and traffic light control. It was working fine in the development environment.

However, after transporting to the quality environment, the following error was encountered:

'The type "CRMT_ACTION_GRID" is unknown.23'

'CRMT_ACTION_GRID-STYLETABLE'

Does anyone know what the error mean? Thanks.

The development environment is SAP Netweaver 2004s (7.01).

The quality environment is SAP NetWeaver 2004.

1 REPLY 1
Read only

Former Member
0 Likes
341

Instead of using the "CRMT_ACTION_GRID" structure, use "PPFSVTRIGA".

This is because the "CRMT_ACTION_GRID" structure exists in SAP Netweaver 2004s (7.01) but not SAP NetWeaver 2004.