cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Call Transaction?

Former Member
0 Kudos

Hi All,

In my Application based on one condition i need to run one of the standard transaction.( i.e BDC need to be run).

How can i run or use call transaction in WDA?

Plz help me to resolve it.

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bhargava,

You can write BDC Code in RFC and then call the same from WDA

Answers (3)

Answers (3)

Former Member
0 Kudos

I hope this is not possible,WDA needs ABAP gui to run the transaction.you have to use iView to the transaction or ITS or BSP.

Please check this link

Former Member
0 Kudos

call your BDC in a report and then call that report by using submit in your WDA.

eg. zsubmit -> is the name of your report calling BDC .

just write submit zsubmit. in your WDA and your BDC will get called from WDA

regards

panky

Former Member
0 Kudos

Hi Ravi,

You cannot use CALL TRANSACTION statement directly in your WebDynpro.

you 'll have to create one BDC program and in turn it can be called via submit program through WebDynpro.

-Haresh

Former Member
0 Kudos

Hi Haresh,

Can you tell me the steps or sample code to submit BDC in WDA.

Regards,

Ravi