Application Development 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: 

sap standard transaction activation problem after display of error

surendra_battula
Participant
0 Kudos

Good Day

I have enhanced a standard transaction. on that transaction  if the notice period is not in between a fixed range of dates it raises an error. so to overcome the issue i have made that message as an warning and taken out the raise statement. so what is happening now is as I am trying to activate the transaction it comes up with a warning message and then we have to press enter and it gets activated. but the issues is it gets activated by pressing enter only when the cursor is inside the field value on the screen. it doesn't gets activated if the cursor is some where else. is there a chance I can avoid this and activated it with enter but not actually keeping the cursor inside the field value.

Regards..

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

Surendra,

Which transaction is this and is the change inside an FM ?

K.Kiran.

raymond_giuseppi
Active Contributor
0 Kudos

Could you try to insert a CURSOR statement in your (PAI module) enhancement ?

Regards,

Raymond