cancel
Showing results for 
Search instead for 
Did you mean: 

abap/programs instance parameters

Former Member
0 Kudos

Dear Guru's,

I found articles that one of program buffer parameter (PXA) is abap/programs. i check in rz11, the value is 100.

my question is, what is abap/programs? and is it okay with 100 in that value?

i use SAP 4.0B

Thank you.

Agni Yudha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Agni,

100 is basic value for the ABAP size. If you are doing Client copy or Export & Import will be need minimum 200.

That's why we have to fix the value from Instance Parameter of ABAP/BUFFER size.

If you are solving this issue, Please make it points.

Regads

Thomas

Former Member
0 Kudos

Hi Thomas,

What is "abap/programs" parameter exactly used? is it only control how much byte that use for run abap code or what?

Thank you in advance

regards,

Agni Yudha

Former Member
0 Kudos

Hi,

Also called as SAP executable buffer. PXA (Program Execution Area) Stores the compiled executable versions of ABAP programs (loads). The contents of this buffer are stored in tables D010L (ABAP loads), D010T (texts) and D010Y (symbol table)

As per our requirements, we have set it to 600 MB in each application server.

Regards,

Former Member

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Dude,

Did u understand that?

Please Let me know

Former Member
0 Kudos

Hi All,

Thank you for your answer, it's helpfull answer for me

Agni

Former Member
0 Kudos

Dear Agni,

ABAP contains a moderately rich set of data structures; integers, ``packed'' BCD numbers, character strings, dates, times.

That's what we have to set the memory & Parameter of Instance depends upon the Tables.

For more Information, see the below link,

http://en.wikipedia.org/wiki/ABAP

Regards

Thomas.t

Former Member
0 Kudos

Hi,

You're working on SAP Systems administration and you don't know what is an abap program ?

If yes, it is time to attend a class on basics.

Regards,

Olivier