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

Error while creating an include

Former Member
0 Likes
611

Hi All,

When i am trying to create an include for coding a function exit, say for example EXIT_SAPMF02K_001, I am getting this error that "Program names ZX... are reserved for includes of exit function groups", and am unable to proceed further.

I am getting the same error when i click on an include in any exit function module. Any one has an idea of how to get around this problem.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

Hi,

in the EXIT_SAPMF02K_001 there will already be an include...just double click on it..a warning message comes...press enter again..it brings you an area where you can write the code

Usually the include ZX...is predefined in all function exits..we just need to use it...we are cannot create new ones inside the function exit other than that mentioned by SAP

Just try and revert back

Regards

Byju

2 REPLIES 2
Read only

Former Member
0 Likes
501

Hi,

in the EXIT_SAPMF02K_001 there will already be an include...just double click on it..a warning message comes...press enter again..it brings you an area where you can write the code

Usually the include ZX...is predefined in all function exits..we just need to use it...we are cannot create new ones inside the function exit other than that mentioned by SAP

Just try and revert back

Regards

Byju

Read only

0 Likes
500

Thanks a lot