2008 Sep 08 11:14 PM
Hi Gurus!
I have a list display output for Purchase order and I set the PF status for it , but unfortunately the PF status dosent seem to be working . I didi set up everything for it but the pf status dosent act on clicking on them . What could be the possible reasons for it ?
Thanks
Aarav
2008 Sep 08 11:27 PM
Hi,
Try this way.
at user-command.
case sy-ucomm.
when 'ORDI'.
perform output2.
endcase.
form output2.
set pf-status 'STAT'.
loop at itab_output2.
//Display your data here.
endloop.
uline :/(95).
endform.
Thanks,
Veni.
2008 Sep 08 11:27 PM
Hi,
Try this way.
at user-command.
case sy-ucomm.
when 'ORDI'.
perform output2.
endcase.
form output2.
set pf-status 'STAT'.
loop at itab_output2.
//Display your data here.
endloop.
uline :/(95).
endform.
Thanks,
Veni.
2008 Sep 09 6:43 PM
Hi veni1
My other commands under the user-command are working properly , except for that all other tabs on the standard -pf staus is not working , eg layout , select, filter ect ...
the push buttons that I have created is working but others which are standard are not working.
Thanks
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |