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

multiple record insert on single key using bdc

Former Member
0 Likes
658

hi ,

can anyone help me to solve the problem.

how to insert multiple record in same customer key value using bdc recording of xd02 tcode contact person where i m inserting mulple contact person on same customer with new index .

tell me the what condition at which place  i have to write in my recording code.

if control break statement will help. tell me how it is?

like i have record,

customer no      name      searchterm

1                              abc     001

2                              pqr      002

3                               xyz     001

                                  jkl       002

                                 mno     003

   

here i want to insert   001  searchterm on customer no 1 and 002 into customer no 2 and

003    into customer no 3

                   

001-abc ,xyz

002-pqr,jkl

003-mno

                               

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

Hi hasmukh,

     You try control break statements such as AT-NEW first off all you should short your internal table based on non-numeric key filed after you do as usual ...

Regards,

Raja

2 REPLIES 2
Read only

Former Member
0 Likes
602

Hi hasmukh,

     You try control break statements such as AT-NEW first off all you should short your internal table based on non-numeric key filed after you do as usual ...

Regards,

Raja

Read only

0 Likes
601

thanks umayaraja