cancel
Showing results for 
Search instead for 
Did you mean: 

Combining field values of two output tables into one input form

HighTechDom
Advisor
Advisor
0 Kudos

Hello Experts,

I am fighting with a rather simple problem (so it seems)

I have two BAPIs with two seperate output tables.

Now I mark a record in each of the output tables.

Next step, I would like to pass the field values of the selected output records into one single input form, to call the next BAPI.

I did not succeed in combining field values from the two output tables into on input form.

Can anybody help me?

Thanks,

Dominik Erlebach

View Entire Topic
Former Member
0 Kudos

Dear Dominik,

One more thing to try.

create a new button that diplays the data stored in the data store.

add input fields to a form and the event triggered by the button should pass those parameters t1_parameter and t2_parameter to the input fields if they are displayed then the datastore is working correctly

regards,

Sami

HighTechDom
Advisor
Advisor
0 Kudos

Hi Sami,

I have tried this, and it did not work.

Obviuosly the Input form is not receiving the parameters.

Any more ideas?

I have setup the input form fields as text boxes, and have linked to the data store in the data function box.

Any more ideas?

Dominik