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

Making the Default values in Infotypes

Former Member
0 Likes
288

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.

1 REPLY 1
Read only

Former Member
0 Likes
251

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