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

warning message while working with LDB PNP

Former Member
0 Likes
684

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
Read only

Former Member
0 Likes
536

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

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
Read only

Former Member
0 Likes
537

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