Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

When an internal table is created, the settings criteria for the value of occurs?

Go down

When an internal table is created, the settings criteria for the value of occurs? Empty When an internal table is created, the settings criteria for the value of occurs?

Post  govind Sun Apr 08, 2012 3:47 pm

The objective of setting the value of an occurs for an internal table is a question of optimization. The following facts should be taken into account when making such decision.
1) The complete data area of a program is 64000 bytes.
2) The initial size declared is kept in roll area (quicker access to program)
3) Data entered that exceeds the initial size stores in the roll file (Slower access to program)
You should also analyze the expected volume and access rates before making the decision.

govind
Admin

Posts : 54
Join date : 2012-01-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum