cancel
Showing results for 
Search instead for 
Did you mean: 

ODS / Master Data planning with BPS (Using BSP)

Former Member
0 Kudos

Hy Experts,

i know from Business Planning forum that by now it is not possible to plan Master Data / ODS object in BPS. Someone hints that it could be possible by creating a BSP that actually allowed modification on Master Data InfoObject.

I'm new and i don't know very well how BSP works, does anyone here have any idea of a BSP implementation for thatt purpose?

Many thanks, every hints will be really appreciated and rewarded

Accepted Solutions (0)

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

first of all my knowledge on BPS is zero. i am just going to answer the BSP part.

here is my understanding.

you wanted to have a BSP page where you will be displaying (in eidt mode) data from the ODS and you want the feature where in the user should be able to change the value and be able to save it back to the ODS. Is my understanding right? or i have completely missed you.

if my understanding is right what you need is a htmlb:tablview element (with edit feature) to show the data from ODS table and some coding in the BSP side to do the modification to the underlying talbes.

check out the <a href="https://weblogs.sdn.sap.com/pub/q/weblogs_by_topic#24">BSP weblogs</a>

Regards

Raja

Private_Member_9643
Active Contributor
0 Kudos

hi fabio,

you can create web enabled palnning application using BSP.

Their is one class <b>CL_UPWB_BSP_APPL</b>, which is used when we are implementing any palnning application using BSP. Whatever modification we need to perform, we do in this class only.

You can check the whole process in detail by going to SAP Help library (//BIW/web application designer section).

regards,

kamaljeet