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

Pop-up Error Message maintained in table!

Former Member
0 Likes
568

Hello,

My requirement is to display error message in the form of a pop-up & this message is maintained in a customized table.

The message is "fields &1 &2 &3 are required".i.e. i also need to pass variables to the message.

Thanks & Regards,

Tejas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

try to use Fm -

POPUP_TO_CONFIRM

FC_POPUP_ERR_WARN_MESSAGE

3 REPLIES 3
Read only

Former Member
0 Likes
514

try to use Fm -

POPUP_TO_CONFIRM

FC_POPUP_ERR_WARN_MESSAGE

Read only

0 Likes
513

hi i have used the FM "FC_POPUP_ERR_WARN_MESSAGE" for the error message.......now i am getting a pop-up message for wrong data in a particular field on material master "MM01"/"MM02".

The flow is as follows:

MM01/MM02 -


> Enter Data-----> Click on "Save"-> Exit "EXIT_SAPLMGMU_001" is called-->pop-up error/warning message-->now, if i click Enter or the ok(arrow) on the pop-up,the material gets saved,instead of staying on the same screen where wrong data is filled in a particular field.......

Can u help me with this?

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
513

Hi Ronak,

Try this FM:RKE_POPUP_TEXT_DECIDE_VARTEXT

*reward if helps.