cancel
Showing results for 
Search instead for 
Did you mean: 

About the enhancement fields in standard datasource problem!

former_member408483
Participant
0 Kudos

HI everyone! I developed a enhancement with standard datasource in R3 cmod. the problem is : standard datasource enhancement fields' value were modfiy in R3, how did , the modify enhancement field will trigger the delta so the transaction data will in the delta queue. the data is complete. please tell me how do! thanks!

View Entire Topic
Former Member
0 Kudos

Hi As per my understand how the delta records capture for the enhanced field

If yes,

Norally when u do the enhancement for that enhanced field data fwill be extracted based on the Primary key of the source table.At teh same time standard DS also will contain the same primary key.

So when diplaying Data for Standard DS fields and Enhanced fields in the DS unique delta records will be collected and it will be displayed in Delta Queue.So you no need to worry about the Delta records for the enhanced fields.

Regards

Ram.

former_member408483
Participant
0 Kudos

Thanks reply! for example: 03_bf enhancement A field.BW extract MBELN = 11111 record. Now if the enhancement fields A was modify in R3, this action wil be not trigger the Delta, transaction data(a record) will be not input the delta queue, so BW will lost data (the record) so if I statistics KEY-FINGER wiht A , the result is error. my problem: when modify the A in R3 , how could this action trigger delta queue.