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

Changes in ALV code not reflecting in Output when transported

Former Member
0 Likes
1,027

Hi All,

I made some changes to the ordering and freeze indicators in my AL in Development Server and then transported them to Integration/Testing server.

However, the changes are not reflecting in Integration/Testing server.

Here is the way I am calling ALV display :

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

I_CALLBACK_PROGRAM = GV_REPID

IT_FIELDCAT = LT_FIELDCAT

I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'

  • I_SAVE = 'A'

TABLES

T_OUTTAB = I_OUTPUT[]

EXCEPTIONS

PROGRAM_ERROR = 1

OTHERS = 2.

-> I have compared and rechecked the code. But there are no differences.

-> I also tried transporting the code again but the result is the same.

-> I cannot find any default layout settings on my ALV menu bar.

Kindly guide as to what could be the reason for the anamoly.

thanks for your help.

Inesha

Hi All,

I made some changes to the ordering and freeze indicators in my AL in Development Server and then transported them to Integration/Testing server.

However, the changes are not reflecting in Integration/Testing server.

Here is the way I am calling ALV display :

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'

EXPORTING

I_CALLBACK_PROGRAM = GV_REPID

IT_FIELDCAT = LT_FIELDCAT

I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'

  • I_SAVE = 'A'

TABLES

T_OUTTAB = I_OUTPUT[]

EXCEPTIONS

PROGRAM_ERROR = 1

OTHERS = 2.

-> I have compared and rechecked the code. But there are no differences.

-> I also tried transporting the code again but the result is the same.

-> I cannot find any default layout settings on my ALV menu bar.

Kindly guide as to what could be the reason for the anamoly.

thanks for your help.

Inesha

5 REPLIES 5
Read only

Former Member
0 Likes
917

Hi,

please run report BALVBUFDEL on your Integration server in SE38 or SA38. Then try anew!

regards,

Klaus

Read only

0 Likes
917

hi Klaus ,

Thanks for the speedy reply.

However , it is not having any effect on the display.

It seems to me that the codng has been reset but the display is still not reset.

Does this interpretation give rise to any solution acording to you ?

thanks ,

Inesha

Read only

0 Likes
917

Hi,

if you hav a standard layout saved, maybe you have to change it. Try to change your layout.

Or tell us, which hanges you want to see. May depend on the kind of changes you made (new fields, changed fields, or what elese?).

Regards,

Klaus

Read only

0 Likes
917

Hi Klaus ,

I did not define any standard layouts. I made three types of changes

-> changed the order of some fields .

-> unset the key indicator of few fields

-> Set the freeze indicator of a couple of fields more

regards,

inesha

Read only

0 Likes
917

Hi,

please try the following when ALV Grid is shown:

Move a column to another place.

Leave program completely and start transactio (SA38?) new.

Where is the moved column. On the old place or there, where to you moved it?.

You can also deselected columns in layout and select them in a new program call again.

Where do they stay? Try it with a second user two, but do different changes with trhat user!

regards,

Klaus

Edited by: Klaus Babl on Mar 28, 2011 1:39 PM