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

Error message is not getting displayed in customized subscreen

Former Member
0 Likes
498

Hi Experts,

I have created customized sub screen for transaction BP. There are two fields namely CPS applicable and PPS applicable.

I am validating both fields against value if user enters same value as Y and Y . Then Error message should display

saying that 'It should not be same and please change the entry'. Its working fine when press enter on the sub screen.

But its not working where if users try to save the entries without entering enter button.

Please help me anyone regarding this issue.

Thanks

Ramesh Manoharan

Hi Experts,

I have created customized sub screen for transaction BP. There are two fields namely CPS applicable and PPS applicable.

I am validating both fields against value if user enters same value as Y and Y . Then Error message should display

saying that 'It should not be same and please change the entry'. Its working fine when press enter on the sub screen.

But its not working where if users try to save the entries without entering enter button.

Please help me anyone regarding this issue.

Thanks

Ramesh Manoharan

2 REPLIES 2
Read only

Former Member
0 Likes
435

hello,

You have to add additional check ( via custom FM) on save event. Call tcode BUPT, double click on "Events" node and add your FM with your check.

br,

dez

Read only

0 Likes
435

Hi ,

you can do validations at Save Using BADI or Events ( please ref DEZ_'s Posting), in my case im using BADI to do validation , reason is...user was able to save witout going to the custom tab , thats y im using BADI and Screen(Custom) Validations.

regards

Prabhu