‎2010 Dec 23 2:25 PM
I am working on include LV09CF70 to block users for modifiying customer address for a sales order type.
My problem is that it seems that the values for table VBAK are not being updated when executing the program.
How should I define the data from that table in order to make the second row of the IF condition to work?
Here is the code:
IF ( sy-tcode EQ 'VA01' or sy-tcode EQ 'VA02' )
AND ( vbak-auart EQ 'PDIR' ).
lv_display_only = 'X'.
ENDIF.Thank you and Merry Christmas.
Carlos
Edited by: Carlos Salazar on Dec 23, 2010 3:37 PM
‎2010 Dec 23 2:58 PM
Hi ,
I think it should work, otherwise modularize second line with in if condition.
‎2010 Dec 23 2:58 PM
Hi ,
I think it should work, otherwise modularize second line with in if condition.
‎2011 Jan 05 12:06 AM