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

'With TOP Include'

Former Member
0 Likes
1,155

Hi all

Im trying to create a program from the Object Navigator tool, and select 'With TOP Include', however i get an error that goes like this...

'Error in Object Editing'

'System does not allow changes to be made to Object PROG TEST_TOP' (even though im creating a new program)

(The name of my program is ZBAP_TEST)

What I wanted to know is:

What are the components that are created if 'With TOP Include' is selected?

and what are the advantages of creating a program with the 'With TOP Include' option?

Thanks

Adam

4 REPLIES 4
Read only

Former Member
0 Likes
814

Give the top include name begin with "Z*"....

Ex: "ZTEST_TOP'

Read only

Former Member
0 Likes
814

If you create a report with TOP include, a new include (source code) is created and you can define your global variables here and links to other includes qnd structure your program instead of having everything grouped in one include.

Read only

Former Member
0 Likes
814

Is used only to declare the variables and all.

Read only

Former Member
0 Likes
814

any custom program start with z or y whether it is include or function module or module pool or exectable ..