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.