hi to all,
i developed an ALV report in the output the field contents are coming fine. but when i select one column and press filter button in the menu it gives a pop window. then i presses F4 option the contents in the particular field gets truncated when it is displayed.
for that what i had to do.
any OSS note is required if so then how i can move further.
hi parbhu thanks for your reply .i checked but still it is not coming and i also given outputlen = 35 but not working .
please help me in this regard
hi pelluka this is my field catalog
pelluka again its not working.
WA_FCAT-COL_POS = W_VAR.
WA_FCAT-TABNAME = 'I_VBAK'.
WA_FCAT-FIELDNAME = 'VBELN'.
WA_FCAT-KEY = 'X'.
WA_FCAT-HOTSPOT = 'X'.
WA_FCAT-REF_FIELDNAME = 'VBELN'.
WA_FCAT-REF_TABNAME = 'VBAK'.
WA_FCAT-SELTEXT_M = 'Sales Order Number'.
APPEND WA_FCAT TO GT_FIELDCAT.
CLEAR WA_FCAT.
ADD 1 TO W_VAR.
WA_FCAT-COL_POS = W_VAR.
WA_FCAT-TABNAME = 'I_VBAK'.
WA_FCAT-FIELDNAME = 'KUNNR_RG'.
WA_FCAT-NO_ZERO = 'X'.
WA_FCAT-SELTEXT_S = 'Payer'.
APPEND WA_FCAT TO GT_FIELDCAT.
CLEAR WA_FCAT.
ADD 1 TO W_VAR.
WA_FCAT-COL_POS = W_VAR.
WA_FCAT-TABNAME = 'I_VBAK'.
WA_FCAT-FIELDNAME = 'NAME1_ZS'.
WA_FCAT-NO_ZERO = 'X'.
WA_FCAT-SELTEXT_M = 'SHIPPER NAME'.
WA_FCAT-OUTPUTLEN = 45.
APPEND WA_FCAT TO GT_FIELDCAT.
CLEAR WA_FCAT.
ADD 1 TO W_VAR.
i am facing difficulty in shipper name.
thanks
sun
Message was edited by: sun deep
Message was edited by: sun deep
Message was edited by: sun deep
Please, post your code and tell us which field was giving yuu troubles.
Regards.
Add a comment