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: 

Query regarding SET/GET parameter

Former Member
0 Kudos
134

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

5 REPLIES 5

Former Member
0 Kudos
102

hey try making the second field as non-mandatory. It shud work!

Reward points if useful...

Cheers,

Sam

Former Member
0 Kudos
102

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

0 Kudos
102

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

0 Kudos
102

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.

0 Kudos
102

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