‎2007 Oct 05 5:27 AM
Hi ,
I am doing the Infotype 0009 in PA and in that Bank Account number should be mandatory . actually i have two clients 801 and 802 in 801 i wanted Bank Account number as the mandatory filed when i use 0009 and in 802 it should not be a mandatory field. We can do in the screens but when we assign in the screens it is making the Bank Account Number as mandatory in both the clients can any one tell me how to resolve this issue.
‎2007 Oct 05 5:41 AM
hi try this logic
instead doing this at screen level do this at program level
use this logic in loop at screen
endloop.
eg: if sy-mandt = '801'.
screen-required = 0.
else if sy-mandt = '802'.
screen-required = 1.endif.
try this
do not forget to reward if helpful.
Message was edited by:
vamsi reddy