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

ALV Layout missing after Upgrade ECC 6.0

martin_augustin2
Explorer
0 Likes
1,108

Hi,

after the upgrade from 5.0 to 6.0 in some transactions (CS12, ...) we miss the layouts in the alv control. For lost layouts in Querys i found report RSAQ_REPAIR_LAYOUT_VARIANTS which doesn't resolve my problem.

Any ideas?

thx, martin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
691

Hi, If you are mentioning about the ABAP or SAP Query, After an upgrade you need to regenerate all the SAP Queries in the system once so as to avoid any activation issue in the upgrade.

Please use the below FM to Activate/Generate the SAP Query and then check if the query output works.

RSAQ_GENERATE_PROGRAM

Regards

Shiva

Hi,

after the upgrade from 5.0 to 6.0 in some transactions (CS12, ...) we miss the layouts in the alv control. For lost layouts in Querys i found report RSAQ_REPAIR_LAYOUT_VARIANTS which doesn't resolve my problem.

Any ideas?

thx, martin

1 REPLY 1
Read only

Former Member
0 Likes
692

Hi, If you are mentioning about the ABAP or SAP Query, After an upgrade you need to regenerate all the SAP Queries in the system once so as to avoid any activation issue in the upgrade.

Please use the below FM to Activate/Generate the SAP Query and then check if the query output works.

RSAQ_GENERATE_PROGRAM

Regards

Shiva