cancel
Showing results for 
Search instead for 
Did you mean: 

How to open system form from user Form.

Former Member
0 Kudos

I want to open Activity Form in SAP from my form when user click button

How can this be achieved

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rakesh,

On the buton click event, you can open a new instance of the Activity form by calling the ActivateMenuItem method of the Application object:

sboApp.ActivateMenuItem("2563")

Hope it helps,

Vasu Natari.

Answers (1)

Answers (1)

former_member209699
Contributor
0 Kudos

Yes in addition to Vasu reply I just want to add,

sboApp.ActivateMenuItem("MenuId of form which you want to open")

regards:

Sandy

Edited by: Sandeep Saini | Roorkee | India on Apr 15, 2010 3:37 PM