Skip to Content
0
Former Member
May 12, 2008 at 05:43 AM

warning message while working with LDB PNP

148 Views

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..........................