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

Runtime Error (Std SAP Prog): ITAB_ILLEGAL_REG

JJosh
Active Participant
0 Likes
2,888

Hi,

Run-time error occurred in SAP and the error description says 'ITAB_ILLEGAL_REG' (This is std sap program which was called to generate some FORMS in sap <<No custom code added, so pls don't advise to correct the field assignments, loop, field symbols etc >>).

Short dump ITAB_ILLEGAL_REG occurs when the device id is still not generated.

For reference, I have checked the sap note: 938512, but this is for version 700 SAP_BASIS & 700 SAP_ABA.

We are into 731 SAP_BASIS & 731 SAP_ABA.

Could you kindly suggest if there is any SAP Note available to fix this issue for the version that I have mentioned.

I have searched in SDN and other related sites, but couldn't get a fix.

Thanks,

Josh

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
1,623

If you explained what you were doing when you got the dump, that would probably help.

I suspect you'll have to log a support call however.

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
1,624

If you explained what you were doing when you got the dump, that would probably help.

I suspect you'll have to log a support call however.

Read only

JJosh
Active Participant
0 Likes
1,623

Thankyou Billingham for the reply. Cut over activities is in progress and transports are moved to production. System is now getting tested with the actual data.

Before logging a support call, I just wanted to ensure that there are no notes released for the same issue.

Read only

matt
Active Contributor
0 Likes
1,623

You have still not explained what you are doing that results in these calls, nor any useful information like the location of the failure. ITAB_ILLEGAL_REG is a generic failure. Just saying that this is where the failure is insufficient. There are literally thousands of places this could happen in.

There are 33 notes concerning this area, across 15 different application areas.

Read only

ThangaPrakash
Active Contributor
0 Likes
1,623

Hello Josh,

This exception occurs from the statement LOOP AT itab refer to the SAP help link below.

http://help.sap.com/abapdocu_702/en/abaploop_at_itab.htm

check the place where this exception occurs, it might be in the enhancement in your standard program.

If it is not there in enhancement and in standard, then raise a support message to SAP as Matthew suggested.

Regards,

TP

Read only

JJosh
Active Participant
0 Likes
1,623

Hi Prakash,


As mentioned in my query, this is a std code with no custom additions. .

Read only

0 Likes
1,623

Hello Josh,

In that case raise a support message to SAP. They will log in to your system and check where the runtime error occurs.

Regards,

TP