Hello All,
I came across a requirement that need to display a popup when closing the original after doing changes.
SAP standard behavior: If we click on change original button,original( For eg: Word document) will open to edit ,but CV02N will jump back to the search results.If we open the document again in CV02n,document info record will be unlocked as below
To Avoid this , i need to display a popup ('Document is changed,do you want to Check-in')as soon as original is closed.
To identify BADI in se24 i put a break point and executed the CV02N .
But after closing the original ,break point is not getting triggered.
If some one came across the same requirement earlier,please help me out.
Thanks
Naresh Bammidi
Hello All,
Below is my requirement,
My requirement is when i change original and closing the original( eg: Word doc ) then this popup should display.
We found one standard include in sap system LCV150TOP which is having the code to display the popup.
We have put the break point and closed the document.But it is not triggering.
Above requirement is impemented in other country.Below is the functionality.
DIR screen :
After click on change original ,Word document is opening
Edited the document and closed it,one popup is coming as below
Above popup is coming because of the include lcv150top.
To achieve this above functionality do we need to implement any SAP Note?
Please suggest me .
Thanks
Naresh
Hi Naresh,
Once you press the 'Change Original' button, SAP opens the document in the corresponding application and exits the transaction CV02N. So after that, when you are making changes to the document or saving it, there is no interaction with the SAP system. That means there no ABAP code running in background. So there won't be any BAdI/Exits available while closing the document or saving it.
I think its better to have a discussion with the customer and try to find out some other work around.
Regards,
Rahul MB
Hi Naresh,
You could look for some implicit enhancement.
Thanks
Sachin
Add a comment