Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

Former Member
0 Likes
297

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

1 REPLY 1
Read only

Former Member
0 Likes
278

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