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: 

ERROR on ME22n

Former Member
0 Kudos

Hello All

The Security team has created a test user in Q system , when this user is trying to execute the transaction ME22n , it is showing an error ' FUNCTION MODULE INTERFACE NOT VALID FOR INCLUDING LINKS ' (message class TD no. 768 ) as this is a business test user, it does not has authorizations for SE38 and debugging thus I cannot debug it in runtime . When I login using my (developer) id , the tcode is running fine . Could anybody help if faced this error before or could help me with the debugging with the test user.

Thanks in advance .

Ranjan Awasthi.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

This is an authorization problem (S_DEVELOP required) there is a correction/workaround in Note 1487329 - Additional Authorization Check in ABAP Workbench (Check SAP Knowledge Base Article - 1661562  - Error TD768 or dump CREATE_DATA_UNKNOWN_TYPE in purchasing)

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

This is an authorization problem (S_DEVELOP required) there is a correction/workaround in Note 1487329 - Additional Authorization Check in ABAP Workbench (Check SAP Knowledge Base Article - 1661562  - Error TD768 or dump CREATE_DATA_UNKNOWN_TYPE in purchasing)

Regards,

Raymond

0 Kudos

Thanks for the help Raymond