cancel
Showing results for 
Search instead for 
Did you mean: 

crm_order_maintain dumping if line items more than 10

Former Member
0 Kudos


Hi,

    We have a custom program where we are creating quotation for an contract , Currently if contract having more than 10 line items we are getting dump in crm_order_maintain.

   In debugging if I delete the line items which are more than 10 from itab then quotation got created.

Below is the dump which I am getting.

Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED

What happened?
     You attempted to extend an internal table, but the required space
     not available.

What can you do?
     Note which actions and input led to the error.

     For further help in handling the problem, contact your SAP adminis
     .

     You can use the ABAP dump analysis transaction ST22 to view and ma
     termination messages, in particular for long term reference.

     Try to find out (e.g. by targetted data selection) whether the
     transaction will run with less main memory.

     If there is a temporary bottleneck, execute the transaction again.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member188346
Active Participant
0 Kudos

Hi Anil,

try to use FM crm order initialize before calling maintain and see if dump disappears.

Regards.

Bhushan

former_member191572
Contributor
0 Kudos

Hi,

The error which you have mentioned is because of the memory.

Please check with your basis team how much memory it is occupying.

Check your code again some where internal table is not cleared correctly. the issue not because of 10 line item, you can add  100 line item also using the FM.

Former Member
0 Kudos

Hi Anil,

Are you really facing this issue while creating only one quotation ? or many??

Normally when many transactions are created then it may fail due to memory issue, but if it is only one quotation, it must work. Maybe you have some error in the code..?

Thanks,

Akhil

Former Member
0 Kudos

Hi Akhil,

    Currently we are creating only one quotation through this custom program for a contract, have

debugged the code and checked I don't think so problem in the custom code.

 

Regards,

Anil

Former Member
0 Kudos

Hi ,

can u please share the code.

Regards,

padma.