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

Problem with using Logical Database PNP

Former Member
0 Likes
695

Hello everybody!

When I use the logical database PNP in my program,a warning message appeared during the syntax check with Unicode checks actived.The message looks like below:

<b>Include DBPNPCOM.

In Unicode programs,the "-" character cannot appear in names,as it does here in the name "PNP-SW-FOUND".

Include DBPNPCOM.

In Unicode programs,the "-" character cannot appear in names,as it does here in the name "PNP-SY-TABIX".</b>

......

Anybody know how to deal with this problem?

Regards

Brian Liu

3 REPLIES 3
Read only

Former Member
0 Likes
520

Have you checked the Unicode Enable checkbox in the program attribute screen(If you are working on 4.7 version),next to Editor lock checkbox?

Read only

0 Likes
520

Hi,

You can either ignore the warnings or uncheck the 'Unicode checks Active' checkbox in the program attributes. In fact you get the same warnings off most standard SAP HR Reports.

Good luck,

Suresh Datti

Read only

Former Member
0 Likes
520

Closed the topic and thanks to all friends.