Application Development 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: 

can we add the standard includes inside a function exit.

Former Member
0 Kudos

Hi,

Can we add the standard includes inside a function exit.

I want to add 4 to 5 standard includes. If iam adding it it says report or program already exists.

Can anyone tell me is it possible or we can modify the only the data which is coming to that function module .

Please help me on this.

Thanks,

Rose.

2 REPLIES 2

Former Member
0 Kudos

hi,

You can only modify the data of that field .... there is no scope to modify other field data within the function exit ...

Regards,

Santosh

0 Kudos

hi santhosh,

The data needed for those includes are also exist in the funtion module exit. I want to add those includes and in one include just i want to add some 10 to 15 lines of code. Is it possible.

If i include all those includes inside the function exit it says report or program name already exists. When i double clicked on the error it takes me to a line in 1 include which has function-pool statement.

How can i eradicate this error.

Can u please help me on this.