2007 Apr 12 2:07 PM
I am creating HR report using pnp LDB selection screen, In this selection screen the selection block titled period is not working ...means i cant sort my data using periods titled selection screen of pnp LDB selection screen...what i should do for this......
I am creating HR report using pnp LDB selection screen, In this selection screen the selection block titled period is not working ...means i cant sort my data using periods titled selection screen of pnp LDB selection screen...what i should do for this......
2007 Apr 12 2:11 PM
Hi,
It should work.
Take the other Report Category and see.
Because in most of the report categories this PERIOD block will be there.
reward if useful
regards,
ANJI
2007 Apr 13 7:41 AM
I have made many reports but in non of them it is working...
If u want to take a look at start of-selection-part of my code, it is mentioned below.....i think problem may lies here.....if u dint get me pls do reply
START-OF-SELECTION.
GET pernr.
PROVIDE werks pernr ename orgeh plans begda FROM p0001
gbdat FROM p0002
ausbi FROM p0022
bet01 bet02 FROM p0008
endda begda FROM p0023
BETWEEN pnpbegda AND pnpendda
WHERE p0001-werks IN pnpwerks.
ENDPROVIDE.
PERFORM output.
&----
*& End-of-Selection
&----
END-OF-SELECTION.
2007 Apr 13 4:31 PM
Try changing pnpbegda and pnpendda to pn-begda and pn-endda and see if that has any affect on things. If you are selecting by payroll period pnpbegda/endda will not have a value; pn-begda and pn-endda will always have a value. Other than that nothing you do after the GET PERNR statement will have any affect on the selection screen
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |