cancel
Showing results for 
Search instead for 
Did you mean: 

Call Transaction in Web dynpro

Former Member
0 Kudos

Hi friends ,

how to call the sap transaction in web dynpro abap.

I am using the function module

CALL FUNCTION 'ABAP4_CALL_TRANSACTION '

EXPORTING

tcode = 'VA01'

in web dynpro abap

but i am getting error like fill all the required filed

please give suggestion.

Regards ,

krishnan R.

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Krishnan,

You cannot call a transaction from WebDynpro ABAP. You can instead create an transactional iView in the portal. Go through this link for further information.

[http://help.sap.com/SAPHELP_NW04S/helpdata/EN/18/f96f4132f15c58e10000000a1550b0/frameset.htm|http://help.sap.com/SAPHELP_NW04S/helpdata/EN/18/f96f4132f15c58e10000000a1550b0/frameset.htm]

There are already many similar threads over the issue of calling a transaction from WebDynpro ABAP. Please try run a search in the previous forum threads. Below are a few such threads:

[https://forums.sdn.sap.com/click.jspa?searchID=18250003&messageID=5345700|https://forums.sdn.sap.com/click.jspa?searchID=18250003&messageID=5345700]

[|]

Regards,

Uday

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check the below forum threads where i already answered for the same question.