Application Development 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: 

ALV to list

Former Member
0 Kudos

Hi All,

I am displaying my report in ALV list format with a field quantity as input enabled. I will select the records from the list and i will create a PO using an BAPi. Once the PO is created i am just writing the error logs from the BAPI Return table.

What my problem here is..

As the quantity field in the ALV is input enabled, if i am changing the quantity in the list manually, whatever i am writing from the BAPI return is displaying in the top of the page with the ALV list in the same page. If i am not changing the quantity manually, what i am writing is coming in the next page.

Please suggest!! When i cahnge the qty field in the ALV output also , i need the log to be displayed in the next page.

Thanks & Regards,

Vijay Dhanasekar

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try setting the 'list_append' property of the layout to space, i.e. x_layout-list_append = ''.

Hope this works...

Cheers,

Sampath.

Former Member
0 Kudos

Hi Sampath,

I had already cleared the list_append field in the layout structure.

Thanks for your feedback, but this is not working.

Thanks & Regards,

Vijay Dhanasekar