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

Reg:ALV list Background Problem

p291102
Active Contributor
0 Likes
689

Dear All,

I created a ALV LIST report. While i am running in that program in foreground i am getting timeout error. While running in background i am getting the output in improper way. While i am seeing that report in spool request and pressing the spool output display in maximum width i am getting the output list fields in improper position. What should i have to do for this issue?

Thanks,

Sankar M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

When you execute the report in background, u require to provide the width of the output it will be some thing like X_65_255.Try increasing the width.

One more alternative is go to SPAD -> In settings Menu option -> Select Spool System -> go to others tab -> select the check box number of columns for list display format.

Hope this inputs will help you.

Regards,

Shafivullah Mohammad

Dear All,

I created a ALV LIST report. While i am running in that program in foreground i am getting timeout error. While running in background i am getting the output in improper way. While i am seeing that report in spool request and pressing the spool output display in maximum width i am getting the output list fields in improper position. What should i have to do for this issue?

Thanks,

Sankar M

4 REPLIES 4
Read only

Former Member
0 Likes
650

You please check the fieldcatalog. When building catalog please maintain the order of the fileds as mentioned in SLIS pool.

Read only

Former Member
0 Likes
651

When you execute the report in background, u require to provide the width of the output it will be some thing like X_65_255.Try increasing the width.

One more alternative is go to SPAD -> In settings Menu option -> Select Spool System -> go to others tab -> select the check box number of columns for list display format.

Hope this inputs will help you.

Regards,

Shafivullah Mohammad

Read only

0 Likes
650

Dear,

I given the number as 9 in that check box in the SPAD Settings. But my query was not resolved.

Thanks,

Sankar M

Read only

Former Member
0 Likes
650

Hi,

It is because your report output is having column length greater than 255.

Just try to hide unwanted columns in your default layout.

Select only the columns you want in your output and again execute the report in background.

Regards,

Sunny