Hi Experts,
I have a requirement to popup the terms and condition box just after we click the NEW button to create new material on the standard MDG application and before the change request types popup. I followed the below blog to fulfill the requirement.
https://blogs.sap.com/2017/11/29/simple-fpm-message-confirmation-box/
It is working fine in the sense if we click on ACCEPT, the change request type select popup is coming. But if we REJECT, it'll stop the process. If again we click on NEW then neither the popup of terms and condition is coming nor the change request types, the process is directly going to create the material page.
Please help me out..
Request clarification before answering.
The type and sequence of events triggered are "not the same" when NEW button is clicked (first time vs second time). If you have to use the case statement, display the pop-up dialog box for all the event IDs triggered upon click of the NEW button (first and subsequent times).
As next step, set a breakpoint at the line CASE io_event->mv_event_id. Track the stack trace to see where the event is triggered from and why they are different upon subsequent clicks of NEW button.
Regards,
KN
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"....If again we click on NEW then neither the popup....."
What is the ID of the event (CASE io_event->mv_event_id.) that is raised upon clicking the NEW button?
Regards,
KN
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.