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: 

PAI validation

Former Member
0 Kudos
271

Hi Group,

When I am validating one field(for Mandatory check) in one of my transactions using chain and End chain with throwing error message,its working fine hwne I entered and also when I go for first time save in that tab(by throwing Error),when I go to some other tab( in the same transaction) and I click save it is allowing to save and the data in that particular tab (where Validation check working) erased.

Can any body suggest how to solve this

2 REPLIES 2

Former Member
0 Kudos
58

Hi,

Instead of using PAI validation, try making the field mandatory in attributes.

Path: Screen Layout->Field Attributes(DBL Clk field)-> Attributes frame-> Program-> check Input field -> Finally Select "Required" from drop down for input.

Let me know if you have any questions.

BR

Rakesh

former_member194669
Active Contributor
0 Kudos
58

if you are ON INPUT or ON CHAIN-INPUT .in between CHAIN and ENDCHAIN

remove.the same and validate

aRs