Skip to Content
0
Feb 19, 2009 at 11:07 PM

Capture User selected function code from Main screen at Custom Pop up Scrn

19 Views

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