cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass the data from Webdynpro abap to ABAP

Former Member
0 Kudos

Hi Guru's,

My requirement is . When i click on the any field in Web Dynpro it must naviagte to the ABAP program/the output. How is it possible?

Regards,

Meenakshi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Here is my explanation.I am having the Header details of MM in my web dynpro URL output. When i giving  matnr no or plant in the screen and pressing the execution button , the item details of the plant should be viewed as a table content in ABAP screen. Is this is possible. Bcs i had tried from ABAP to WD using call transaction method. But WD to ABAP is in confusion.

ramakrishnappa
Active Contributor
0 Kudos

Hi Meenakshi,

Yes we can do.

Please follow the below steps to achieve your requirement.


  • Create a t-code for your ABAP program
  • Now, generate URL for your transaction code
  • On execution button press, read the Material no. / plant number to and pass these as parameters
  • launch the url

Please refer the below links for more information

Calling Transaction Codes through Web Dynpro Application

Hope this helps you.

Regards,

Rama

NagaPrakashT
Contributor
0 Kudos

Hi Meenakshi,

  Could you please elaborate your requirement ?

Thanks,

Naga

ramakrishnappa
Active Contributor
0 Kudos

Hi Meenakshi,

Please elaborate your requrement in detail. So, that it assists us answering it in right direction.


Meenakshi G wrote:

When i click on the any field in Web Dynpro it must naviagte to the ABAP program/the output.

What do you mean by " it must navigate to the ABAP program".

Regards,

Rama