on 2023 Jan 11 7:40 PM
Hi Friends, Experts,
All I want to create a WARNING message (not an error) and it must be displayed when the RMA items are packed for creating ASN.
The requirement is, while creating ASN to check the RMA item data and If any differences found, then a warning message to be displayed in the top after packing is called (RMA items view) or before the HU creation is carried out (in the HU view)
I have declared the logic through an implicit enhancement under /SCF/CL_MDLTBV_RETASN_ITM->SAVE_DATA but the warning message is not appearing when the packing action is called either in the RMA items view screen or in the HU view screen. I can see the message only if I hit the back button/icon from the ASN items / HU view.
declared code:
l_msglog type /SCF/CL_PDATA_CNTRL.
MESSAGE w000(ZMSG) INTO lv_message.
l_msglog->add_message(
iv_msgty = sy-msgty
iv_msgno = sy-msgno
iv_msgid = sy-msgid
iv_msgv1 = sy-msgv1
iv_msgv2 = sy-msgv2
iv_probclass = '4' ).
The above logic is writing the warning message but the display happens only when the back button is called of from ASN items/HU view.
Please help to prompt the Warning message in the WebUI screen.
Thanks.
Request clarification before answering.
ss.pngHello ,
I am having same query but for SAP Solution Manager ChaRM web UI.
The requirement is - I want to display error / warning message in between of details and status overview window.
Please refer attached screenshot for the same.(In YELLOW highlighted area).
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
5 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.