2006 Feb 20 2:44 PM
Hi All,
we want to put one pushbutton in Standard toolbar to call the payment process custom screen(in Va01 screen). In this screen if user selects payment method like Pay by cash or by check then CASH DRAWER will open & CASH reconciliation database updated too. In this screen we need to display sales order number too in header level. How can get sales order number can i write in PBO? Also how can call custom screen from Pushbutton on satndard toolbar?
Urgent will appreciate ur help................
Thanks
Hi All,
we want to put one pushbutton in Standard toolbar to call the payment process custom screen(in Va01 screen). In this screen if user selects payment method like Pay by cash or by check then CASH DRAWER will open & CASH reconciliation database updated too. In this screen we need to display sales order number too in header level. How can get sales order number can i write in PBO? Also how can call custom screen from Pushbutton on satndard toolbar?
Urgent will appreciate ur help................
Thanks
2006 Feb 20 2:49 PM
2006 Feb 20 3:32 PM
How can i call Custom screen From Pushbutton in Standard screen VA01(put using GUI XT). ? Is there is any USEREXIT available?????????????
2006 Feb 21 7:28 AM
Hi,
We used include MV45AFZZ, form USEREXIT_SAVE_DOCUMENT to handle cash payments. In our case, when saving the salesorder a popup is triggered. The data that is then entered by the user in the popup is saved into a (Z-)table.
Hope this will help you.
Regards,
Hendrik-Jan
2006 Feb 21 1:00 PM
Hi,
Sample code for GUI XT:
Pushbutton (toolbar) "@JH\QSelect Order History Items@Pushbutton" "process=OrderDetails.txt"
using KUNNR = [Sold-to party]
In OrderDetails.txt:
Enter "/ova02"
Regards,
Finbarr