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: 

LOAD_PROGRAM_NOT_FOUND CX_SY_PROGRAM_NOT_FOUND dump

Former Member
0 Kudos

Hi friends!

We have created dynamic internal table by using CALL METHOD cl_alv_table_create=>create_dynamic_table.

It works correctly at our end but when the client tests it is also fine but at sometimes a dump appears saying:

Runtime Error LOAD_PROGRAM_NOT_FOUND

Exception CX_SY_PROGRAM_NOT_FOUND

The termination occurred in line 560 of the source code of the (Include)

program "LSKBHF06"

of the source code of program "LSKBHF06" (when calling the editor 5600).

Processing was terminated because the exception "CX_SY_PROGRAM_NOT_FOUND"

occurred in the

procedure "FB_TABLE_CREATE_STRING" "(FORM)" but was not handled locally, not

declared in the

RAISING clause of the procedure.

The procedure is in the program "SAPLSKBH ". Its source code starts in line 253

of the (Include) program "LSKBHF06 ".

Are there any issues with CALL METHOD cl_alv_table_create=>create_dynamic_table.

or has any one come across?

Thanks for your time.

1 REPLY 1

Former Member
0 Kudos

Hi,

Take a look at some of these notes...may be you may get some hint...

Note 799363 - ALV table create: Incorrect generation of the data structure

Note 570173 - ALV TableCreate: Dump in Release 610 for string data type

Note 505644 - CL_ALV_TABLE_CREATE: Exception generate_subpool_dir_full

Cheers

VJ