cancel
Showing results for 
Search instead for 
Did you mean: 

Infosource -adding new objects

Former Member
0 Kudos
1,158

I enhanced the datasource 2lis_02_itm with some objects using abap code. I created the objects in BW and replicated the datasource. I added those objects to the info source.

Now , I am not able to assign these objects in the info source, I do not see these objects in the list.

Thanks

Accepted Solutions (0)

Answers (10)

Answers (10)

Former Member
0 Kudos

this is the standard business content cube ,so i cannot recreate some of the existing routines.

Former Member
0 Kudos

That should not matter - you can copy those routines into your update rules. Firstly, take a backup copy of these routines. I think your problem may be resolved if you delete the existing update rules, reassign the infosource and add back any routines that were part of business content.

Even if this fails, remember that you always have the option of reinstalling update rules from business content.

Former Member
0 Kudos

Yes I activated the cube after adding the fields.Here's what I did exactly:

1. Wrote the abap code for 5 key figures and marked them as "selection" in the datasource.

2. Deleted the data source assignment (I had assigned it earlier)

3. replicated the datasource

4. Reassigned the datasource

5. Added the kf's to the comm structure

6. I see them in the transfer structure but unassigned

7. I assigned these objects in the transfer structure manually

8. activated the info source

9. added the kf's to the cube

10. activated the cube

11. I do not see them in the update rules!!!!

Thanks

Former Member
0 Kudos

Silly question maybe - but did you try to delete and recreate the update rules after the new fields were added to the comm structure and cube?

Former Member
0 Kudos

Hi,

Have you activated the cube again after adding new IOs?

Best regards,

Eugene

Former Member
0 Kudos

Yes , did that . But still the same.

Former Member
0 Kudos

yes i have them in the cube . they are key figures

former_member188975
Active Contributor
0 Kudos

Is your InfoSource active...can you try to reactivate it and see if they appear in your update rules.

Former Member
0 Kudos

I checked , these objects are marked as" selection" in the datasource. I deleted the assignmnet on the BW side, replicated the datasource and then added these objects to the comm structure and manually assigned them in the transfer structure.

But still i do not see them in the update rules for the cube. What could be the reason?

Thanks

former_member188975
Active Contributor
0 Kudos

Hi Subba,

Do you have these new InfoObjects in your cube?

Former Member
0 Kudos

Hi!

You have four options in your data source maintenance screen in R/3.1.Selection,2.Hide,3.inverse,4.Field only Exit.

in your case those objects which were added in to your datasource defaulty in Hide Mode.Uncheck the check box,otherwise you wont get those fields into bw after replicating the datasource.This is the exact solution for your situation.hope this helps out and award me some points.........

Best Regards

Sunil.

Former Member
0 Kudos

Hi!

You have four options in your data source maintenance screen .1.Selection,2.Hide,3.inverse,4.Field only Exit.

in your case those objects which were added in to your datasource defaulty in Hide Mode.Uncheck the check box,otherwise you wont get those fields into bw after replicating the datasource.This is the exact solution for your situation.hope this helps out and award me some points.........

Best Regards

Sunil.

Former Member
0 Kudos

Part of my problem is solved, I deleted the assignment , reassigned it and then I see the enhacements in the infosource assigned, I added these objects to the cube. but I do not see them in the update rules . any idea?

thanks

edwin_harpino
Active Contributor
0 Kudos

hi,

have you added these objects to 'comm. structure' ? right click your infosource, click 'change', in next screen 'communication structure', type in your new infoobjects in the last blank column then click 'enter', check the assignment in transfer rules, make sure the new fields assigned to the new infoobjects then the objects will be mapped to the same infoobject, activate again, you should have these new objects in update rules.

hope this helps.

Former Member
0 Kudos

Hi Rap,

If those two field doesn't appear in update rules means you didn't assign the info object for those two fields at transfer rules. Please check it once. If you assign info object to that fields then automatically the info object will appear in communication structure.

Regards,

PRK

Former Member
0 Kudos

If that datasource was already assigned to the infosource, the new fields do not get reflected right away. Delete the datasource assignment, replicate and reassign the datasource to the infosource. You will then be able to see all fields.

Hope this helps