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

How to clear memory

Former Member
0 Likes
706

Hi all

In Va01, we have added additional data A & B tabstrip (header level) and added 2 radio buttons, by default 1st radio button needs to be checked if user enters via VA01.

In case if user creates order with 2nd radio button selected and saves the order, if again user creates a new order (without refershing VA01) by giving order type, at that time the 2nd radio button is selected, as previously, user created order using 2nd radio button but if we put /nvao1 (after creating 1st order), its taking 1st radio button selected.

Whenever if the user enters to VA01 by default 1st radio button needs to be selected. IS there any way to clear the memory for that 2nd radio button selected? Appreciate your help.

Vinoth

P.S: we cant add logic in PBO of custom screen (additional data B), as depends upon the radio button, we are validating in item screen prior to that.

1 ACCEPTED SOLUTION
Read only

0 Likes
656

Hi,

I think MV45AIZZ is the PAI of additinal data B screen , when ever u select 2nd radio button after processing in PAI u again

select the radio button 1.U can also use user exit MV45AFZB where u will finally copy to vbak/vbap.

Ram.

Hi all

In Va01, we have added additional data A & B tabstrip (header level) and added 2 radio buttons, by default 1st radio button needs to be checked if user enters via VA01.

In case if user creates order with 2nd radio button selected and saves the order, if again user creates a new order (without refershing VA01) by giving order type, at that time the 2nd radio button is selected, as previously, user created order using 2nd radio button but if we put /nvao1 (after creating 1st order), its taking 1st radio button selected.

Whenever if the user enters to VA01 by default 1st radio button needs to be selected. IS there any way to clear the memory for that 2nd radio button selected? Appreciate your help.

Vinoth

P.S: we cant add logic in PBO of custom screen (additional data B), as depends upon the radio button, we are validating in item screen prior to that.

2 REPLIES 2
Read only

0 Likes
657

Hi,

I think MV45AIZZ is the PAI of additinal data B screen , when ever u select 2nd radio button after processing in PAI u again

select the radio button 1.U can also use user exit MV45AFZB where u will finally copy to vbak/vbap.

Ram.

Read only

0 Likes
656

Thanks for your reply

In PAI, if i select the radio button-1, user gets confused, as he selected 2nd radio button initially but before completing the sales order, if again he goes and checks the addition data B, 1st radio button is selected instead of 2nd.

So any other way to handle this scenario?

Vinoth