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

Availability Control

Former Member
0 Likes
533

I have used exit "Exit_sapfv45k_001" .

The requirement is when the user clicks on the icon 'Check item availabilty",he

should not be taken to the availability control screen.

I trigger an error msg if the user is unauthorised for which a table is being maintained.

However,as the error msg is triggered the whole screen freezes and when the user double-clicks on any other icon,everything normalises,"Check Item availability"icon still being disabled.

howver when the screen freezes and if the user presses the Enter twice the availability screen appears.

How can this be resolved .Also when the user clicks on 'Schedule lines icon',In that screen also the same icon is available.

How could the requirement be met.

2 REPLIES 2
Read only

Former Member
0 Likes
492

Hi S K,

Though sounds weird but at times such mistakes are not identified at first. Your problem suggeest as if you have used a warning message instead of error message. hope thats not the case.

Also for 'Schedule lines icon' screen you will have to find another exit and implement the same code probly.

Check there must be some badi for this transaction and the same badi gets called in more then one screen and handles such situations.

hope this helps.

regards,

Vikas

<b>Reward points to all helpful answers.</b>

Read only

0 Likes
492

I haven't used Warning message,I used error message.