2009 Aug 24 1:22 AM
After creating ZIW38 from Iw38.. we added few more fields to the output Table. ALV output is distorted.. the results are shuffling with all the customized fields.. Please suggest if know the reason..
2009 Aug 24 9:16 AM
Hello
I assume you have added a few more fields to the itab definition of your OUTTAB (used to hold the ALV list data).
Furthermore, you have added these new fields at the end of the fieldcatalog definition. In order to ensure the "right" order of the columns I usually add the following coding at the end of the fieldcatalog generation:
LOOP AT gt_fcat INTO ls_fcat.
ls_fcat-col_pos = syst-tabix.
MODIFY gt_fcat FROM ls_fcat INDEX syst-tabix.
ENDLOOP.
Regards
Uwe
After creating ZIW38 from Iw38.. we added few more fields to the output Table. ALV output is distorted.. the results are shuffling with all the customized fields.. Please suggest if know the reason..
2009 Aug 24 2:05 AM
2009 Aug 24 5:53 AM
Hello Anand,
Check inputs to fieldcatalog table. if they are proper or not?
Thanks,
Augustin.
2009 Aug 24 9:16 AM
Hello
I assume you have added a few more fields to the itab definition of your OUTTAB (used to hold the ALV list data).
Furthermore, you have added these new fields at the end of the fieldcatalog definition. In order to ensure the "right" order of the columns I usually add the following coding at the end of the fieldcatalog generation:
LOOP AT gt_fcat INTO ls_fcat.
ls_fcat-col_pos = syst-tabix.
MODIFY gt_fcat FROM ls_fcat INDEX syst-tabix.
ENDLOOP.
Regards
Uwe
2009 Aug 24 1:16 PM
Hi Uwe and augustarian,
Thanks guys. You both solved my issue, actually Uwe was more specific,,, so thanks very much..
2009 Oct 01 4:49 AM
Hi ,
i have copied the program of IW38 RIAUFK20 to ZRIAUFK20 after executing ZRIAUFK20 in the selction screen
dropdown for all selections is missing .
the output screens of RIAUFK20 and ZRIAUFK20 but while executing through T-code is different the dropdown for alla selctions in application toolbar is missing .
please suggest some solution .
thanks ,
kamalakar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |