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

Dump while executing tcode for table maintainence

Former Member
0 Likes
1,178

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.

1 ACCEPTED SOLUTION
Read only

naveen_inuganti2
Active Contributor
0 Likes
966

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

6 REPLIES 6
Read only

naveen_inuganti2
Active Contributor
0 Likes
967

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

Read only

Former Member
0 Likes
966

Hi Naveen,

Thanks for the inputs. However, this dump has occured in the production server.

Read only

Former Member
0 Likes
966

Thanks

Read only

0 Likes
966

Hi..Prajaktha..,

Did you solved your problem???

Plz let me know what you done for this?

Thanks,

Naveen.I

Read only

0 Likes
966

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.

Read only

0 Likes
966

Ok... Prajaktha..

Thanks for your helpful response.

Naveen Inuganti.