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

secondary table key??

Former Member
0 Likes
339

Hi Experts,

Need help...I created a program for pulling customer activity history usign BAPI GETDETAILMULT to retrieve cust info.

My problem is that i concatenated the text field together to be inserted into a my custom databse field created. However i have learned that this field can be pretty much infinite. Therefore ive decided to create a secondary cstom table that will contain each text log description along with object_id and line_no count.

This wortked great until i realised (daftly) that the key has to be unique (i.e object_id) and tehrefore im only getting 1 record per object_returned.

Can anyone provide a solution??

Many Thanks - Urgent as

D

Hi Experts,

Need help...I created a program for pulling customer activity history usign BAPI GETDETAILMULT to retrieve cust info.

My problem is that i concatenated the text field together to be inserted into a my custom databse field created. However i have learned that this field can be pretty much infinite. Therefore ive decided to create a secondary cstom table that will contain each text log description along with object_id and line_no count.

This wortked great until i realised (daftly) that the key has to be unique (i.e object_id) and tehrefore im only getting 1 record per object_returned.

Can anyone provide a solution??

Many Thanks - Urgent as

D

1 REPLY 1
Read only

Former Member
0 Likes
317

Used second key field.