2007 Mar 28 8:32 AM
Hi Experts,
I am facing an issue.
In a module pool screen I have two input fields as mandatory.
When I enter the data in the First Input field, I want that a parameter associated with it, gets set. The set paramter needs to be used in the second mandatory field.
When I enter a value and press Enter, I get an error message 'Fill data in all required fields' and the parameter doesnt gets set.
Please let me know how this can be achieved.
Useful answers will be surely rewarded.
Regards,
Himanshu
2007 Mar 28 8:38 AM
hey try making the second field as non-mandatory. It shud work!
Reward points if useful...
Cheers,
Sam
2007 Mar 28 8:56 AM
what is happening in your case you are not assigning the value to mandatory field so it is not triggering the PAI and it is giving internal checking error. you have to trigger PAI then only the PBO will trigger and the change value you can see. so dont make the second field as mandatory. It will not work for mandatory field.
regards
shiba dutta
2007 Mar 28 9:31 AM
I need both the fields to be mandatory as per my requirement. That means, in this case, the things wont work as required.
Anyways, thanks a lot 4 ur suggestions.
Regards,
Himanshu
2007 Mar 28 9:37 AM
Instead of making second field mandatory you can do validation for checking non-blank value. That way, when you press <enter> field value will get set or validation will give error.
2007 Mar 28 9:38 AM
Hii..,,
u first define a Parameter id for the second mandatory field...
But in your case PAI event will not trigger.. unless and untill u fill the mandatory field..
or make the second field as non-mandatory.. and check the initial condition for this wherever required..
regards,
sai ramesh