‎2014 Mar 24 3:28 PM
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
‎2014 Mar 24 4:09 PM
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.
‎2014 Mar 24 4:09 PM
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.
‎2014 Mar 25 6:19 AM
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.
‎2014 Mar 25 10:34 AM
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.
‎2014 Mar 24 5:15 PM
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
‎2014 Mar 25 6:21 AM
Hi Prakash,
As mentioned in my query, this is a std code with no custom additions. .
‎2014 Mar 25 6:39 AM
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