Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

definition1

Former Member
0 Likes
436

Could you p[lease answer the following questions:-

What are

1]] filler fields? what is the need of such a field concept?

2]] aligned structures?

3]] security check?

4]] Value senmantics& Reference semantics?

1 ACCEPTED SOLUTION
2 REPLIES 2
Read only

Former Member
0 Likes
416

hi

good

FILLER FIELDS->

ABAP has one rule for converting structures that do not contain internal tables and do not contain strings as components. There are no conversion rules for structures that contain internal tables or strings. You can only make assignments between structures that are compatible.

You can combine convertible structures in the following combinations:

· Converting a structure into a non-compatible structure

· Converting elementary fields into structures

· Converting structures into elementary fields

In each case, the system first converts all the structures concerned to type c fields and then performs the conversion between the two resulting elementary fields. The length of type c fields is the sum of the lengths of the components. This rule applies to all operations using structures that do not contain internal tables.

If a structure is aligned, the filler fields are also added to the length of the type C field.

http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb349c358411d1829f0000e829fbfe/content.htm

3->

http://help.sap.com/saphelp_erp2005/helpdata/en/af/0489ce55002f44a8c927371bedf719/content.htm

4->

http://help.sap.com/saphelp_nw2004s/helpdata/en/14/11e7080c5c11d3b9350000e8353423/content.htm

thanks

mrutyun^