Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC for a table control

Former Member
0 Likes
465

Hi,

We have a requirement of adding a partner function to a sales order via BDC using transaction VA02.

How should we do a BDC in the partner functiion screen which has a table control, so that the partner functions that we are adding will alwys be after the last partner function on the partner function tab.

Thanks in advance.

Mick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

Hi Mick

Get Partner Function data for a sales order from Table VBPA. Now add your new PF at a row number after the number of PFs in VBPA.

Regards

Srikanth M

2 REPLIES 2
Read only

Former Member
0 Likes
408

Hi Mick

Get Partner Function data for a sales order from Table VBPA. Now add your new PF at a row number after the number of PFs in VBPA.

Regards

Srikanth M

Read only

0 Likes
407

Thanks Srikanth.

But we are going to changing the sales order with data that we get from the Idoc, so the partner functionswill be added via to the sales order from the data from the Idoc via BDC.

Would appreciate step by step instructions on how to do that in a table control

Mick