cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add one table data into another based on a commen key?+how can i display a bsb page in a web dynpro view

Former Member
0 Kudos

Hello,

I am working on a web dynpro component and my boss wants me to create a linking between tow different abap tables

in these tables there is one common key, what he wants me to create a button to chick if the user enterd the common key and then add some parameters from the first table into the second table.

The second thing is that I need to call a BSP application page in my web dynpro view, the page exists in the same server but in a different package how can I call the page even when the page port changes.

Thank you for helping me ,

Amal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amal,

Can you try implementing the logic by using READ TABLE statement.

Use this to check whether user entered the common key present in both the tables,

You can call the bsp application from web dynpro view using method CREATE_URL_FOR_BSP_APPLICATION of the class CL_HTTP_EXT_WEBAPP.

Regards,

Sanjeev.