cancel
Showing results for 
Search instead for 
Did you mean: 

Calling transaction through webdynpro abap applicatoin

Former Member
0 Kudos

hi,

Is it possible to call an EWT transaction or an transaction from a webdynpro abap application.

Regards,

Divya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The example demo listed works under special circumstance ONLY.

Logon to SAP.

At main menu add a favourite of type WDA.

Choose application wdr_sapgui_demo1 .

Now run demo.

The WDA app appears inside an SAP GUI screen.

Now the when the runtime API call the sapgui manager, a handle to the GUI is available.

The new transaction can now be fired. EG navigate away to new transation.

If the GUI is not already active you have another issue.

I suggest you search the forum for the use of SAPGUI shortcuts and other

such tricks . There has been a few topics and solutions discussed.

Cheers

Phil.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

you can refer to WDR_SAPGUI_DEMO1

WDR_SAPGUI_DEMO2

WDR_SAPGUI_DEMO3

examples in your system

Regards,

Manish

Former Member
0 Kudos

hi,

I tried this application

Though these applications are intended to call SAPGUI Transactions through webdynpro abap i am not able to view the transaction.

I debugged this standard code of wdr_sapgui_demo1 one of the classes was initial.

Is some setting required for the same.

Please reply,

Divya