cancel
Showing results for 
Search instead for 
Did you mean: 

Set up table contains the enhanced field information?

former_member184624
Participant
0 Kudos

Hi Experts,

I am enhancing a field in the datasource 2lis_11_vaitm,

Things i did :

1.Enhanced the ext.structure with the required field.

2.Activated the ext.structure.

3.Witten the logic in the CMOD.

4. Deleted the Setup table and refilled.

Now my question is :

1.Did the setup table contains the ENHANCED FIELD with the historical data ?if so where to see that?

I checked in RSA3 the enhanced field is displayed with the records.

The code i have wriiten is WHEN "DATASOURCE " then -> logic from the base table.

Now will the data come from the base table or from the setup table?

Can any one help me in this issue.

Best Regards

Jelina

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184624
Participant
0 Kudos

Thanks a lot for your replies.Now i got an idea about this.

Thanks,

Jelina

former_member205352
Active Contributor
0 Kudos

1.Did the setup table contains the ENHANCED FIELD with the historical data ?if so where to see that?

Ans : Setup table wont contain your enhanced fields.The values for your enhanced fields are calculated at runtime of the extractor.

This you can test by setting breakpoint in the cmod enhancement.

Data will come from base tables.

Hope this helps.

Former Member
0 Kudos

as Praveen mentioned, the enhanced fields data will be extracted during the time of extraction and not from the setup tables.

former_member184624
Participant
0 Kudos

Hi Raj & Praveen,

Sorry for the late reply.Thanks for ur inputs.

I have some queries on this..

Why do we need to delete the setup table after doing enchancement with standard Datasource.

Please help on this..

Thanks,

Jalina.

Former Member
0 Kudos

U need to delete the setup tables and refil them as you want historic data.

If u dont do this activity and let ur sytem take the deltas from BIW then the enhanced fields will not have value for history.

But from time of transport it will always give u values.

former_member205352
Active Contributor
0 Kudos

Why do we need to delete the setup table after doing enchancement with standard Datasource.

Ans :

You neednot refill the setup table just because you enhanced the datasource.

You need to delete and refill if the postings happened after you filled the setup table.

Meaning you will miss the current posting.Unless you have done a init in BI/BW side.

Hope this helps.