Advanced ABAP Programming Compressed
Advanced ABAP Programming Compressed
CD3 5 1
Adva nc e d
ABAP Progra m m ing
Visit WWW.SOFTBASIC.NET - SAP Portal
Cont ribut ing Spe a k e rs
Ralph Benzinger
Developer, SAP
Thomas Jung
Product Manager, SAP
Björn Mielenhausen
Development Manager, SAP
Data References
Internal Tables
Dynamic Statements
Visit WWW.SOFTBASIC.NET - SAP Portal
Se que nt ia l Da t a T ype s in ABAP
Fixed Size C D, T, N X
Strings Fields
1 2 3 A B C D E F G H I J 4 5 6 1 2 3 string reference 4 5 6
Å a ÆÅ b ÆÅ c Æ Å a ÆÅ b ÆÅ c Æ
string value
A B C D E F G H I J
Decoupling of value and reference allows for
Efficient resizing of strings
Sharing of string values
main memory
str1 = 'common'. o n
str2 = str1.
str3 = str2.
c o m m o n
Advantages of strings
Storage allocated dynamically
Display list of
largest strings
Goto ->
Memory use
...de le t e d pa ge s from 1 3 t o 7 9
© SAP AG 2006, SAP TechEd ’06 / CD 351 / 12
Visit WWW.SOFTBASIC.NET - SAP Portal
WWW.SOFTBASIC.NET