Hello All,
I have a requirement to display a popup after closing the original to remind the user that to check in the document.I tried to do some enhancement but popup is displaying as soon as i click on the button 'Change original'.But i need this popup after closing the original.Is there any configuration required to do this?Please help out.
I have already posted this in ABAP forum,Kindly look into my thread.
http://scn.sap.com/thread/3517915
Thanks
Naresh Bammidi
Hi,
I saw you ABAP thread. When you open the document by clicking Change Original button, the document will open and you will have the below 2 buttons available for Save Original and Save and Exit.
If you click on Save and Exit, it will automatically Check-in. So no need of pop up.
If you click on Save button, it will save the changes and when you click back. The document will be not check in. For this case you require a pop up.
Implement the Badi "DOCUMENT_MAIN02", and add code in Method "D101_BEFORE_PAI", add filter on SY-UCOMM = 'BACK", so that it will trigger only when you click on Back button.
Thanks & Regards
Bala Krishna
Hi Naresh,
You need to do the config as follows.
Go to SPRO...Select Document type ....select the Document status ..click on "Detail View" tab..there is one indicator "Check in" ..Select this indicator for all document status for which you need a pop up..
This will resolve your issue.
Let me know if you have any query.
Thanks
Pravin
Hi All,
Issue resolved by doing configuration .check below thread for solution.
https://scn.sap.com/thread/3517915
Thanks
Naresh Bammidi
Add a comment