‎2008 Jul 11 11:22 AM
Hi Experts,
I have a custom table for which I have a table maintainence generator. However, when I execute the tcode for maintaining table entries in the custom table I am getting a dump with the below information :
Error description :
No storage space available for extending the internal table.
The system is utilizing more than 4GB of extended memory, which is not allowed by the memory parameter as per the Globe standards. The request is not being fulfilled and due to this the termination is occuring in the standard program "LKKBLF99".
The amount of storage space (in bytes) filled at termination time was:
Roll area...................... 2718352
Extended memory (EM)........... 4001250048 --> More than 4GB.
Assigned memory (HEAP)......... 10004800
Short area..................... " "
Paging area.................... 106496
Maximum address space.......... 4294967295
-
Information on where terminated
The termination occurred in the ABAP program "SAPLKKBL" in "GEN_LINE_OUT". The main program was "SAPMSVMA ".
The termination occurred in line 656 of the source code of the (Include) program "LKKBLF99" of the source code of program "LKKBLF99" (when calling the editor 6560).
-
Can you please let me know exactly what is the issue with the tcode for sm30 and how can I resolve it..?
Thanks in advance.
--Warm regards,
Prajakta.
‎2008 Jul 11 11:32 AM
Hi...,
This can be occur in one situation...,
If the table entries changed ( add or delete ) after generating the TMG...then that table will not allows to create new entries,Because the FG(which you assigns while creating TMG) is handling the old structure of the table so its not supports...for new structure,(I faced the same thing previously)
For this...,
Just delete the TMg and Create the new one... It will works..,
Thanks,
Naveen Inuganti.
Edited by: Naveen Inuganti on Jul 11, 2008 4:04 PM
‎2008 Jul 11 11:32 AM
Hi...,
This can be occur in one situation...,
If the table entries changed ( add or delete ) after generating the TMG...then that table will not allows to create new entries,Because the FG(which you assigns while creating TMG) is handling the old structure of the table so its not supports...for new structure,(I faced the same thing previously)
For this...,
Just delete the TMg and Create the new one... It will works..,
Thanks,
Naveen Inuganti.
Edited by: Naveen Inuganti on Jul 11, 2008 4:04 PM
‎2008 Jul 11 11:34 AM
Hi Naveen,
Thanks for the inputs. However, this dump has occured in the production server.
‎2008 Jul 14 5:04 AM
‎2008 Jul 14 5:55 AM
Hi..Prajaktha..,
Did you solved your problem???
Plz let me know what you done for this?
Thanks,
Naveen.I
‎2008 Jul 14 6:10 AM
Hi Naveen,
I checked the TMG , however there were no issues with it. So, I have created a wrapper program to meet my requirements.
In this program , i have designed a selection screen which consist of Company code and posting date. Depending on these two fileds I am calling FM "VIEW_MAINTENANCE_CALL" so that I get to view the entries in the table based on the selection criteria specified.
‎2008 Jul 14 6:19 AM
Ok... Prajaktha..
Thanks for your helpful response.
Naveen Inuganti.