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: 

warning message while working with LDB PNP

Former Member
0 Kudos

Hi experts,

I am writing the following code....and it is working fine.

TABLES : PERNR.

INFOTYPES : 0006.

GET PERNR.

RP_PROVIDE_FROM_LAST P0006 '1' PN-BEGDA PN-ENDDA.

IF PNP-SW-FOUND EQ '1'.

WRITE : P0006-PERNR,

p0006-ort01,

p0006-ort02.

ENDIF.

But during syntax check (Ctrl+F2) it is giving me the following Warning message.

Include DBPNPCOM 68 @09\QWarning@

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

Plz help to get that message removed.

Rewards gauranteed..........................

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Akashdeep,

This is a part of the PNP LDB and can never be removed as its in the Standard code of SAP LDB... As its a warning message only, ignore this...

1 REPLY 1

Former Member
0 Kudos

HI Akashdeep,

This is a part of the PNP LDB and can never be removed as its in the Standard code of SAP LDB... As its a warning message only, ignore this...