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

Difference between Customer Include and Append

Former Member
0 Likes
497

Hi all,

We are using a special customer namespace /XXX/. Regarding to this I can not use the Customer Includes (CI_Include) in the SAP tables anymore to add own fields.

To create my own fields anyway I create a append in the /XXX/ namespace and add my /XXX/fields to this Append.

It is working, but I want to know if there are situations where the use of an append instead of an include can cause errors?

What is the difference between include and append?

Thanks in advance for your help,

Fabian

3 REPLIES 3
Read only

Former Member
0 Likes
458

Hi

NO, because they are the same thing, you use both includes to enhance a standard structure.

But the Append Include is only used in the structure where it's defined, CI_INCLUDE is used by enhancement so perhaps it can be used in many structures.

So you have to use CI_INCLUDE only if you need to you its enhancement.

If the name of include begin of CI_, you won't have any error if that include doesn't exist.

You can try to build a Z-TABLE and insert the include CI_ZMYINCLUDE after try to check your table: any errors'll occur.

The same this is for the include with the name begining with ZX...

Max

Read only

0 Likes
458

Hi Max,

Thanks, for the information. So if I understood you right, I can not use the enhancment function anymore, if I can only the append?

Thanks,

Fabian

Read only

Former Member
0 Likes
458

Hi ,

In script I am having 3 pages, my requirement is i have to display 2nd page first, after that 1st page, then 3rd page.

so how can i display?

plz let me know.

I think control-page can i use.

Cheers,

Kishore