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

ECC6 - Include in Program and Transport Request

Former Member
0 Likes
517

Hi

In ECC6 when I write a subroutine it is creating separate include , then how it is taken care of in the transport request? Do I need to keep track of all the includes that get created this way in the request??

Thanks in advance..

Sameer

3 REPLIES 3
Read only

Sougata
Active Contributor
0 Likes
497

That is not correct about ECC6. It will not create a new include for every subroutine unless you want it to. Please check the include name you are selecting in the pop-up box which follows after you double click on a subroutine name to create it.

Regards.

Read only

Former Member
0 Likes
497

Hi sameer,

When you create a subroutine, (By double clicking on the subroutine name), the pop up will be checked by default with a new include name.

You can over ride that include by selecting the same program in that pop up.

But, even if you create one include for each subroutine, they would all be in the same request. That is taken care of by the system. You don't need to worry in any case.

Regards,

Ravi

Read only

Former Member
0 Likes
497

Thanks guys for the quick response. Points have been rewarded for the same.