‎2009 Feb 19 11:07 PM
Hi,
I have a requirement in Solution Manager 7.0.
Requirement is to create a digital signatire pop up screen during user status change say from "In development" to "Development Completed".
I found a BADI which can trigger the Poip up screen.
BADI Definition : CRM_ORDER_STATUS
Method : Before_Change
I hace created a new implementation and screen works good.Only the issue is pop up screen appears every time when i run the transaction "CRMD_ORDER" , instead it should appear only during "SAVE".
I tried all options and debugg the transaction "CRMD_ORDER" , and it has so many sub screens, so SY-UCOMM is cleared every time.
I would like to know is there any way we can capture the UCOMM code which is selected by user?
Appreciate your help.
Thanks
Sudheer
‎2009 Feb 22 5:06 PM
Hi,
I found the problem and fixed myself.
Here is the solution....
There is a BADI CRM_ORDERADM_H for CRMD_ORDER where we can store the SY_UCOMM using Set Parameter ID and by using Get Parameter ID in CRM_ORDER_STATUS we can capture the SY-UCOMM. Which solved my issue.
Thanks
Tirumala Sudheer