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

Run time error while printing ALV report

Former Member
0 Likes
1,106

Hi,

At the time of printing a report output we get a dump GETWA_NOT_ASSIGNED.

The printer used here is LOCL.

The length of the report increases dynamically according to no. of months given in range.

In report , there are 3 static columns & no. of columns increases by 2 for each month. System is printing the report for 1 month ie. (3+2) columns . but if no. of months increased to 2 ..... no. of columns also increases by 2.... in this case system is giving dump.

Please help.

Thanks in advance,

Vijeta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,027

its better if you goto st22 and look into the program at which line program dumps.

Edited by: BrightSide on Jun 8, 2009 2:50 PM

its better if you goto st22 and look into the program at which line program dumps.

Edited by: BrightSide on Jun 8, 2009 2:50 PM

8 REPLIES 8
Read only

Former Member
0 Likes
1,028

its better if you goto st22 and look into the program at which line program dumps.

Edited by: BrightSide on Jun 8, 2009 2:50 PM

Read only

0 Likes
1,027

The error is coming in standard program "SAPLKKBL".

Read only

0 Likes
1,027

SAPLKKBL is a function pool and its sap standard

Edited by: BrightSide on Jun 8, 2009 2:58 PM

Read only

0 Likes
1,027

Its a Z-Report. ALV output is getting displayed fine.

Run time error is coming while printing the report output , which is the standard SAP functionality.

Read only

0 Likes
1,027

Hi

I think something is missing or is wrong when u transfer the data to ALV function module, that error is usually raised than something is wrong in catalog table.

Max

Read only

Former Member
0 Likes
1,027

Hi,

Can you please put the Detailed Error information.

Regards,

Vishal

Read only

Former Member
0 Likes
1,027

check this thread out.. it might help you to get some idea:

Read only

robert_altenstraer
Active Participant
0 Likes
1,027

Hi

1. check the fieldcat ( ie. CURR field without WAERS field.. )

2. check if you want to use colours at calling the ALV.. but you don´t fill the deep structure for the colours...

bestreg Robert