Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV layout Error

Former Member
0 Likes
645

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

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

4 REPLIES 4
Read only

Former Member
0 Likes
589

Hi,

Can you show your fieldcat population and ALV FM call.

Regards

vijay

Read only

0 Likes
589

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

Read only

Former Member
0 Likes
590

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

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
589

What does the dump say?

REgards,

Rich Heilman