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

Cannot create the include ZX* within function module ...

Former Member
0 Likes
1,211

Hi everybody,

I don't have a lot of implementation user exits. As my knowledge, I know the basic steps would be :

1. Find the appropriate Enhancement.

2. Enter the ABAP code in the "Z" program within the function module.

3. Create a project.

4. Add the Enhancement to the project.

5. Activate the project.

At the step (2), when I double click on the Include ZX* within source code of the function module to realize the exit, the system would prompt to create the include. But NO, it always prompt that the name of include is reserved by SAP and I cannot create it... I entered an access key for the object ...

Do you know what step did I miss ? How can I create/implement that include ?

Thanks a lot for your quick reponses!

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
655

I belive that is a warning, and you should be able to blow right past it. It is simply saying that ZX is reserved for SAP to put customer hooks into the code.

Regards,

Rich Heilman

Read only

0 Likes
655

Hi Rich,

You're right, it's a warning, I just have to press enter to continue...

Thanks,

Huong Le