‎2006 Aug 30 4:54 PM
Hi,
In ALV, I displayed the result, and I select layout button, Iam able to move one field to from Hide to display, but when I select two or more fields its giving me error(dump).
Please advice, Answers are highly appreciated.
Thanks
jog
‎2006 Aug 30 4:58 PM
Hi,
reasons...>
one you might missed some info while filling fieldcat.
2. are you passing layout parameter.
if you are not passing then pass that layout parameter also.
Regards
vijay
‎2006 Aug 30 4:56 PM
Hi,
Can you show your fieldcat population and ALV FM call.
Regards
vijay
‎2006 Sep 05 10:44 PM
Hi,
I have standard report KSB2, and added some fields, these fields are not displayed on the report and giving short dump when tried to select them ( Change Layout Button)
I am using
CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
i_structure_name = c_field_structure
i_client_never_display = 'X'
CHANGING
ct_fieldcat = ct_default_fieldcat.
Short dump:
a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
"MESSAGE_TYPE_X"
"SAPLSLVC " or "LSLVCF01 "
"LINE_OUT_NEW_2"
The termination occurred in the ABAP/4 program "SAPLSLVC " in
"LINE_OUT_NEW_2".
The main program was "Zxxx_CO_xxx ".
The termination occurred in line 923
of the source code of program "LSLVCF01 " (when calling the editor 9230).
Thanks
jog
‎2006 Aug 30 4:58 PM
Hi,
reasons...>
one you might missed some info while filling fieldcat.
2. are you passing layout parameter.
if you are not passing then pass that layout parameter also.
Regards
vijay
‎2006 Aug 30 4:59 PM