2008 Feb 04 8:44 AM
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.
2008 Mar 12 11:52 AM
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.