2007 Sep 03 11:21 AM
hi,
Experts I have developed an ALV Report, whose field catelog decleration is as below.
v_index = v_index + 1.
wafieldcatlog1-fieldname = 'BDTER'.
wafieldcatlog1-tabname = 'it_final'.
wafieldcatlog1-seltext_l = 'ReqmtsDate'.
wafieldcatlog1-hotspot = ' '.
wafieldcatlog1-col_pos = v_index.
APPEND wafieldcatlog1 TO it_fieldcatalog1.
CLEAR wafieldcatlog1-key.
The out put display is crumbled, ie the coloms are not displayed completely . We have to drag the colomn linr to view it.
Client wants the colomn to be displayed completely.
Regards,
Rama Murthy.P
2007 Sep 03 11:25 AM
FCAT-OUTPUTLEN = '25'. " this is output length.
Regards
Peram
2007 Sep 03 11:25 AM
2007 Sep 03 11:26 AM
hi,
give wafieldcatlog1-outputlen = number of charecters in the heading.
Thanks,
Praveena.
2007 Sep 03 11:27 AM
Hi Rama Murthy,
you may populate parameter IS_LAYOUT-colwidth_optimize = 'X'.
I hope this helps. Best regards,
Alvaro
2007 Sep 03 11:31 AM
2007 Sep 03 11:32 AM
Hello posimsetty,
there is a field in fieldcatalog called OPTIMIZE.
Add
<b>wafieldcatlog1-optimize = 'X'.</b>before append statement.
Reward If Useful
-
Sasi.
2007 Sep 03 11:35 AM
2007 Sep 03 11:45 AM
Add these two lines - to ur field catalog -
wafieldcatlog1-ref_fieldname = 'BDTER'.
wafieldcatlog1-ref_tabname = 'RESB'.
This will take care of everything else. You dont even need to hard code the Column texts also.
Cheers
SKC.
2007 Sep 04 7:55 AM
Thanks allot, my quiry has been been resolved.
Regards,
Rama Murthy.P
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |