2009 Mar 04 6:12 AM
Please use a meaningful subject for all future posts. Take the time to read the Rules of Engagement for these forums.
Hi All,
Following error occured when compiling report:
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".
Thks
Shailesh
Edited by: Matt on Mar 4, 2009 8:13 AM
Please use a meaningful subject for all future posts. Take the time to read the Rules of Engagement for these forums.
Hi All,
Following error occured when compiling report:
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".
Thks
Shailesh
Edited by: Matt on Mar 4, 2009 8:13 AM
2009 Mar 04 6:14 AM
2009 Mar 04 6:16 AM
Hi,
You can ignore these messages as these are unicode warnings.
2009 Mar 04 6:19 AM
Hi,
These statements can be ignored as they are just the warning messages.
Cheers,
Surinder
2009 Mar 04 6:22 AM
2009 Mar 04 6:24 AM
Hi,
PNP-SW-FOUND = 0, if there is no matching record in the dataset
PNP-SW-FOUND = 1, if there is no matching record in the dataset
Example code:
INFOTYPES: 0001.
RP-LOWDATE-HIGHDATE.
DATA: PERNR LIKE P0001-PERNR.
DATA: BEGDA LIKE P0001-BEGDA, ENDDA LIKE P0001-ENDDA.
PERNR = '12345678'.
BEGDA = LOW-DATE + 15
ENDDA = HIGH-DATE - 5.
RP-READ-INFOTYPE PERNR 0001 P0001 BEGDA ENDDA.
IF PNP-SW-AUT-SKIPPED-RECORD EQ '1'.
WRITE: / 'Insufficient authorization'. STOP.
ENDIF.
IF PNP-SW-FOUND EQ '0'.
WRITE: / 'Infotype 0001 missing'. STOP.
ENDIF.
2009 Mar 04 7:13 AM
Please use a meaningful subject for all future posts. Take the time to read the Rules of Engagement for these forums.
2009 Mar 05 7:30 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |