cancel
Showing results for 
Search instead for 
Did you mean: 

passing data between ABAP reports to Webdynpro and vice versa

former_member210804
Active Participant
0 Kudos

Hi Experts,

I would like to pass the inputs from Webdynpro ABAP application to ABAP report and fetch the internal table data back to webdynpro abap

application.and vice versa  also

Kindly give me the steps

Best regards,

Narasimha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Narasimha,

Refer this  Data communication between ABAP and webdynpro ABAP appl.

Thanks
Katrice

former_member210804
Active Participant
0 Kudos

Hello Katrice,

Thank you for the useful information.

In that document, I cant understand the use of importing the nugget.

What is nugget?

Best regards,

Rao

Former Member
0 Kudos

Hello Narasimha,

SAPlink nuggets is the SAPlink packaging system that enables multiple objects to be imported/exported in one handy dandy file(.nugg).

For more info,Check this : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70f5744d-bedb-2e10-b2bd-d3fabde64...

Thanks

Katrice

former_member210804
Active Participant
0 Kudos

Thank you Katice.

Former Member
0 Kudos

Your Welcome.

Answers (3)

Answers (3)

Former Member
0 Kudos

Please find the below link.

http://scn.sap.com/docs/DOC-44964

Former Member
0 Kudos

This can be done.

Find the points below.

  1. Display the ABAP Report as a POPUP in Web Dynpro. Use IFRAME UI Element to display the ABAP report.
  2. Pass the input to the report as URL Parameters.
  3. Have a button on the ABAP Report to save the selected report entries into SHARED MEMORY AREA.
  4. On closing the popup window get the values from SHARED MEMORY AREA into the WD ABAP.

For this assign a method for popup CLOSE action and code to get the data back from SHARED MEMORY AREA.

former_member210804
Active Participant
0 Kudos

Hi Mahendra,

Thank you for the reply.

I don't able to process the steps. Can you share the doc 's or with screenshots which suites to my requirement.

Best regards,

Rao.

Former Member
0 Kudos