2006 Sep 09 6:30 PM
hi to all when iam displaying output alv
the output field name is displaying from data base,
iwant to display here foe job no
but it is displaying refernce key from database
help me in this issue
WA_FCAT-COL_POS = W_VAR.
WA_FCAT-TABNAME = 'IT_FINAL'.
WA_FCAT-FIELDNAME = 'XREF1'.
WA_FCAT-KEY = 'X'.
WA_FCAT-HOTSPOT = 'X'.
WA_FCAT-REF_FIELDNAME = 'XREF1'.
WA_FCAT-REF_TABNAME = 'BSEG'.
WA_FCAT-SELTEXT_L = 'Job no'.
APPEND WA_FCAT TO IT_FCAT.
CLEAR WA_FCAT.
ADD 1 TO W_VAR.
thanks in advance
kiran kumar
2006 Sep 09 6:47 PM
Hi
Set
WA_FCAT-SELTEXT_M = 'Job no'.
And see the result. It will surely display on the ALV list output.
Regards,
Raj
hi to all when iam displaying output alv
the output field name is displaying from data base,
iwant to display here foe job no
but it is displaying refernce key from database
help me in this issue
WA_FCAT-COL_POS = W_VAR.
WA_FCAT-TABNAME = 'IT_FINAL'.
WA_FCAT-FIELDNAME = 'XREF1'.
WA_FCAT-KEY = 'X'.
WA_FCAT-HOTSPOT = 'X'.
WA_FCAT-REF_FIELDNAME = 'XREF1'.
WA_FCAT-REF_TABNAME = 'BSEG'.
WA_FCAT-SELTEXT_L = 'Job no'.
APPEND WA_FCAT TO IT_FCAT.
CLEAR WA_FCAT.
ADD 1 TO W_VAR.
thanks in advance
kiran kumar
2006 Sep 09 6:47 PM
Hi
Set
WA_FCAT-SELTEXT_M = 'Job no'.
And see the result. It will surely display on the ALV list output.
Regards,
Raj
2006 Sep 09 6:53 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |