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: 

Getting short dump - Illegal dynamic specification of a row component.

Former Member
0 Kudos

Hi,

While executing a transaction code , I got a Short Dump.

Illegal dynamic specification of a row component.

The current ABAP program "SAPLSKBH" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

In the current ABAP program "SAPLSKBH" the internal table "RT_COLLECT00[]" was

to be

processed with "SORT".

At the same time, a component "WAERK " was dynamically specified as content

of the field "L_UFIELDNAME".

One of the following errors has occurred:

- The row type "IOHEADER" of the internal table "RT_COLLECT00[]" does not
contain a
  component "WAERK ".

The program "SAPLSKBH" is a Unicode program. In Unicode programs

an offset/length access to a structure is only permitted within the

character-type beginning section of the structure. In the case of "WAERK ",

the access extends beyond this beginning section.

Please guide me what to do in this matter.

Thanks.

3 REPLIES 3

gouravkumar64
Active Contributor
0 Kudos

Hi,

Have a look at this thread ,it's may be helpful for u.

http://scn.sap.com/message/8439744

Thanks

Gourav.

Former Member
0 Kudos

Hi Anuradha,

I am getting the same dump when I execute a program. Please let me know how you solved the issue.

Thanks and Regards,

Sindhu Pulluru.

0 Kudos

A field in field catalog is not declared in your final internal table.