Application Development 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: 

How to get correct index in XD02 BDC

Former Member
0 Kudos

Hi,

I’m using XD02 in a BDC pgm to delete multiple e-mail addresses from contact person of a customer based on the details in the spread sheet.

There can be more than one contact person for a customer,and I’m using KNVK-NAME1 and KNVK-NAMEV to sort all contact person through an itab to get line index of correct contact person but this index is different from what BDC index sequence in SM35. Can some one tell me what’s the sorting fields that BDC XD02 used for contact person in the hidden code.

Thanks in advance.

G.C.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Query the Table KNVA. Pass KUNNR to get multiple ABLADs (Loading or Unloading points).

Regards,

Regards,

Bhaskar

0 Kudos

Hi, Bhaskar :

Can you tell me more detail of the code? How do I use KNVA-ABALAD in BDC?

Since I don't know what sequence that BDC going to display so, how can I fill the upload point?

Thanks,

G.C.