2006 Oct 24 7:16 PM
Hi,
I am using the FM CHANGEDOCUMENT_READ. Using select-options I have to retrive data for the fields Udate and Username. Is it possible or not.
Regards
Reddy
Hi,
I am using the FM CHANGEDOCUMENT_READ. Using select-options I have to retrive data for the fields Udate and Username. Is it possible or not.
Regards
Reddy
2006 Oct 24 7:34 PM
Hi Reddy,
That is possible.
SELECTION-SCREEN BEGIN OF BLOCK WITH FRAME.
PARAMETERS : p_udate TYPE CDHDR-udate,
p_usname type CDHDR-USERNAME.
SELECTION-SCREEN END OF BLOCK.
Then pass these variables p_udate and p_usname to the FM.
Vinod.
2006 Oct 24 7:43 PM
Hi Vinod,
Ready is asking for select-option and not parameter
it means he is having udate range and username range..
I guess it is not possble..
what reddy can do is after retrieve the result in EDITPOS
just delete the record from EDITPOS based on select-option for UDATE and USERNAME..
readdy hope you got the point...
2006 Oct 24 7:39 PM
Hi ready,
Can you be little clear on
<i>Using select-options I have to retrive data for the fields Udate and Username</i>
because after executing <b>CHANGEDOCUMENT_READ</b> you will getting UDATE & USERNAME in EDITPOS internal table returned in table parameter of function module..
so whts the prob..?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |