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

Confirmation entries

Former Member
0 Likes
679

on saving the confirmation, in transactions IW42 and IW44, to ensure that a value has been entered in the fields.

I.e. If the Operation field (AFRUD-VORNR) is not blank, then these two fields should also (AFRUD-ISMNW_2 and AFRUD-PERNR) not be blank.

I have tried using user exits CONFPM02 and CONFPM04,here it is working only when I hit enter key.

How to acheive this ?

on saving the confirmation, in transactions IW42 and IW44, to ensure that a value has been entered in the fields.

I.e. If the Operation field (AFRUD-VORNR) is not blank, then these two fields should also (AFRUD-ISMNW_2 and AFRUD-PERNR) not be blank.

I have tried using user exits CONFPM02 and CONFPM04,here it is working only when I hit enter key.

How to acheive this ?

3 REPLIES 3
Read only

Former Member
0 Likes
586

Did you check with the functional person, if this can be done through configuration?

In my point of view, it should be possible using config.

Regards,

Ravi

Read only

0 Likes
586

it should raise an error message when saving the confirmation entries.

How to acheive this ?

Read only

0 Likes
586

Bhanu,

Once you are able to make them mandatory using config, that should trigger a error message, if you are trying to save without entering the data.

Regards,

Ravi

Note :Please mark the helpful answers