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

help in pnp ce logic database

Former Member
0 Likes
384

Hallow I wont to change my declaration for dates and selection criteria to pnpce

And I have 2 problem the first is that I have error that I don’t now how to solve like

.In Unicode programs, the "-" character cannot appear in names, as it1

does here in the name "PNP-SW-IGNORELOCKEDRECORDS".

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

In Unicode programs, the "-" character cannot appear in names, as it3.

does here in the name "PNP-SW-AUTH-SKIPPED-RECORD".

In my program I do

START-OF-SELECTION.

GET peras.

END-OF-SELECTION.

Data

TABLES: pernr.

NODES: peras.

INFOTYPES: 0000 NAME t_0000,

0002 NAME t_0002.

What im doing wrong

The second problem in my program I call to function before I use the pnpce I use

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-t01.

SELECT-OPTIONS so_date FOR sy-datum OBLIGATORY.

SELECTION-SCREEN END OF BLOCK b1.

And for that I call the function with so_date-low and high .what I have to write in begda and endda if I use pnpce

Thanke for your time

1 REPLY 1
Read only

Former Member
0 Likes
328

Please read this weblog....

<a href="/people/alvaro.tejadagalindo/blog/2006/02/19/how-to-deal-with-hr-payroll-reports to deal with HR Payroll reports</a>

Greetings,

Blag.