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: 

how could i just make the checking available when my tab is in CHANGE mode?

Former Member
0 Kudos

HI All,

My dialog OO contains 3 tabstrips.

I have validations checking for the fields at the subscreen of each tabstrips (in PBO).

When validation fails, i coded the following:

message e000(zz) with 'Error

I am expecting the error msg to display at the status bar. But now it is showing a pop up screen with an Exit button. When Exit, I am back to SAP Easy Access (main screen)

Please comment how I can launch an error msg at the status bar.

I mistakenly put the checking on PBO, for now i have already put back to PAI.

However im facing another problem. That's, in my tabstrips(display mode) my part of checking(PAI) will be triggered whenever i click a button on main screen. May i know how could i just make the checking available when my tab is in CHANGE mode?

Your comment is highly appreciated.

2 REPLIES 2

Former Member
0 Kudos

??

Message was edited by:

Dheepak Sekharan

Former Member
0 Kudos

You must set a flag when changing modes, then simply check this flag when performing the checks in the modules.

module .....

check flag = 'Change'.

endmodule.