cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to unhide newly added field from DataSource 0BBP_TD_PO_1

snehal_kharmate2
Explorer
0 Kudos

Hi All,

I had enhanced DataSource 0BBP_TD_PO_1, with new field, but currently i am not able to unhide newly added field in RSA5.

Also upon saving i am getting below error in log.

Application component 0SRM_EBP of DataSource 0BBP_TD_PO_1 does not exist.

Do i need to install Application component again ?upon checking prod system i have found that this DS is already present unassigned node.

Regards,

Senhal

Accepted Solutions (0)

Answers (2)

Answers (2)

surendra_p
Active Participant
0 Kudos

Hi Snehal,

To Hide/Unhide any fields of Data Source in ERP / ECC side.

Go to T-code-->RSA6

                   -->Choose select your datasource

                   --->Double click (OR) Right Click on choose Change DS

                   --->Click Yes

                  ---->Uncheck/Check as per your requirement(Hide/Unhide) of Fields

                  ----->Save and Activate DS.

Regards

Surendra

Former Member
0 Kudos

Hi,

Goto Transaction RSA6, and then chose you Data Source to Unhide the fields, goto Change mode after selecting the Data Source. Now do Unhide option here. Once done please activate the Data Source.

Thanks and Regards,

Mahesh

snehal_kharmate2
Explorer
0 Kudos

Hi Mahesh,

Thanks, in RSA6 filed is unhide , but when i am checking in RSA5 i can see check box is selected.

Even i am getting warning as

Application component 0SRM_EBP of DataSource 0BBP_TD_PO_1 does not exist.

Former Member
0 Kudos

Hi ,

please don't bother about RSA5, it is business content version. you can replicate the data source to BW as in RSA6 the newly added field is already unbidden.

also, do you see all other data sources under unassigned node in ECC? or only this data source? if it is for all, then you might have not done the step, transfer application component hierarchy.

snehal_kharmate2
Explorer
0 Kudos

Hi Jyothi,

Thank you so much, can you let me know how to perform transfer application component hierarchy step.

Do i need to again reinstall all business content  ?

Former Member
0 Kudos

Hi,


you can goto tcode: RSA9

this is a one time activity, once you done this, you need to activate the data source from RSA5.

and delete the data source form BW and replicate them .. this will bring the appropriate application components.

please do not delete any existing data source in live system (production).

snehal_kharmate2
Explorer
0 Kudos

Hi Jyothi,

I went through your earlier given details and its very useful to me. Can you please let me know how to write start , Field level routine.  in which scenarios we need to write routine into BW ? I am very new to ABAP.

yashcp
Active Participant
0 Kudos

Hi Snehal,

This below PDF Document will help you in understanding various routines.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/609eea32-455e-2c10-c08a-c23adf8c9...

Regards,

Yash

Former Member
0 Kudos

Hi Snehal,

Start/Filed/End routines are used as per business requirement, a very basic example is below

Start routine : you can write logic based on source fields  only , lets say your data source has plant and company code, and your requirement is to allow only plant xx and company code yy combination, then you simply write a code  delete source_package where plant # xx and company code # yy

End routine: you can write logic based on target fields alone.


you can search here in SCN for more documents on routines with examples . if you have any specifc requirement for routines and you are stuck somewhere, you can post a new discussion here.

Enjoy exploring