cancel
Showing results for 
Search instead for 
Did you mean: 

BRF+ storage type changes

Former Member
0 Kudos

Hi ,

We have a created BRF+ applications using storage type as customizing. But we need the decision tables to be modifiable to the end users.

Therefore we are planning to create them under storage type "System". Is this correct ?

Secondly , there are many functions in each of these applications which have a corresponding webservice generated.

Is there any way to reuse the web services in the newly generated "System" based application.

Any simpler solutions or tips will be very helpful.

Thanks

Bharathwaj

Accepted Solutions (0)

Answers (1)

Answers (1)

carsten_ziegler
Active Contributor
0 Kudos

Hi Bharathwaj,

It will not work the way you described it. Do you know the BRFplus book (SAPPress, Ziegler+Albrecht)? There you can find some of the options in chapter deployment.

BR,

Carsten

Former Member
0 Kudos

Hi Carsten ,

I wish I had access to this book now. Are there any standard SAP documentations which can help me .

Is the reply for the first item or the second item ?

I understand that generating web service generated types , rfcs etc and finally wraps the rfc with the web service call. And due to this we cannot reuse the web service interface as such.

I was looking at some workaround or hack where I can reuse the same web service interface but point it to a function whose storage type is "System".

In regards to my first question , master data is said to be local as per help.sap documentation and customizing is client specific.

So I am left with the only option of "System" .

Is my understanding of storage type behaviour incorrect.

Thanks for the reply.

Regards

Bharathwaj

carsten_ziegler
Active Contributor
0 Kudos

Your questions and comments show me that you lack knowledge in the ABAP server concepts such as CTS, system and client settings as well as database table settings. The complexity of all that is too big to be discussed in a forum.

You could create a web service manually and inside of this service switch from one BRFplus function to the other so that the service itself remains stable.

Former Member
0 Kudos

That is correct !