Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help Needed in VA01

Former Member
0 Likes
705

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

4 REPLIES 4
Read only

Former Member
0 Likes
664

Any help? Urgent guys!!!!!!!!!!!!!!

Read only

Former Member
0 Likes
664

How can i call Custom screen From Pushbutton in Standard screen VA01(put using GUI XT). ? Is there is any USEREXIT available?????????????

Read only

0 Likes
664

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

Read only

0 Likes
664

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