cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP APO CPP dump TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Likes
910

Hi All,

In apo system i got the dump while executing the Tcode: /SAPAPO/Cpp.

TSV_TNEW_PAGE_ALLOC_FAILED.

o  ztta/roll_area            (1.000.000 - 15.000.000)

        Classic roll area per user and internal mode

        usual amount of roll area per user and internal mode

o  ztta/roll_extension       (10.000.000 - 500.000.000)

        Amount of memory per user in extended memory (EM)

o  abap/heap_area_total      (100.000.000 - 1.500.000.000)

        Amount of memory (malloc) for all users of an application

        server. If several background processes are running on

        one server, temporary bottlenecks may occur.

        Of course, the amount of memory (in bytes) must also be

        available on the machine (main memory or file system swap).

        Caution:

        The operating system must be set up so that there is also

        enough memory for each process. Usually, the maximum addres

        space is too small.

        Ask your hardware manufacturer or your competence center

        about this.

        In this case, consult your hardware vendor

abap/heap_area_dia:        (10.000.000 - 1.000.000.000)

        Restriction of memory allocated to the heap with malloc

        for each dialog process.

Parameters for background processes:

abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)

        Restriction of memory allocated to the heap with malloc

        for each background process.

Other memory-relevant parameters are:

em/initial_size_MB:         (35-1200)

        Extended memory area from which all users of an

        application server can satisfy their memory requirement.

Error analysis
    The internal table "\FUNCTION=BAL_DB_SEARCH\DATA=E_T_LOG_HEADER" could not be
     further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.

    At the time of the termination, the following data was determined for
    the relevant internal table:

    Memory location: "Session memory"
    Row width: 520
    Number of rows: 17133900
    Allocated rows: 17133900
    Newly requested rows: 16 (in 1 blocks)

Kinldy explain the Dump.

Thanks in Advance.

Regards,

Kushala

Accepted Solutions (0)

Answers (2)

Answers (2)

RahulHanda
Active Contributor
0 Likes

Hi Kushala

Check below SAP notes if they are valid for your system.

1226133 - /SAPAPO/CPP: Runtime error

1605091 - CPP records deletion fails due to lack memory (II)


Let us know if it resolved your issue.


Regards

Rahul

Former Member
0 Likes

Hi Rahul,

Thanks for your suggestion on the issue.

We are getting dump while accessing the Tcode /SAPAPO/CPP.

the first note is not valid for our system and the second note is for not our issue.

Regards,

Kushala

RahulHanda
Active Contributor
0 Likes

Kushala,

Are you getting when you try to go to initial screen of /SAPAPO/CPP or after executing? If after executing then what are your inputs example status etc.?

Example see below note, on the screen itself, after executing or not able to reach to initial screen.

2094533 - CPP: Double click on ALV column heading leads to dump GETWA_NOT_ASSIGNED


Regards

Rahul

former_member244427
Active Contributor
0 Likes