2011 Mar 28 11:11 AM
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
2011 Mar 28 11:23 AM
Hi,
please run report BALVBUFDEL on your Integration server in SE38 or SA38. Then try anew!
regards,
Klaus
2011 Mar 28 12:19 PM
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
2011 Mar 28 12:22 PM
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
2011 Mar 28 12:27 PM
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
2011 Mar 28 12:39 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |