Quantcast
Channel: SCN: Message List - SAP Gateway
Viewing all 6105 articles
Browse latest View live

Product Configuration with ODATA Service

$
0
0

Hi Folks,

 

I just at the start of a new implementation of a product configurator with ODATA Services and I have a general question regarding the architecture .

My problem is that I am not sure how to desing my data model in a way it reflects my requirements.

 

Of course I can design a model that represents a product with the corresponding characteristics and values but the complicated part for me is how to reveice the validation of a configuration (like constraints and text input validaton) out of the serice as I do not want to soruce the logic out to the client application.


The point is that I have a mixture between static data (characteristic textes and values...) and the dynamic validation information that depends on the current configuration represented in the client.

 

So my question is: can I somehow implement a READ Operation that receives the current configuration as a parameter (not key) and returns the characteristicValueSet with the information if they are still valid or not to the client?

 

I also thouth about implementing special Actions in my service like getCharacteristicWithValidationBasedOnConfiguration and passing the configuraton from the client but i hope that there is smarter solution for this.

 

As you recognize I am quite new to ODATA so please be clement

 

Looking forward to your suggestions.


Br

Sebastian


Re: Model provider class and data provider class

Re: Product Configuration with ODATA Service

$
0
0

The modelling part is important and should be done carefully. OData metadata is kind of declarative meta model, which restricts dynamic/ unpredictable response.

 

I did not understand the requirement very clearly.

 

I would create Configuration entity with corresponding entityset. If the configurations are not always of similar structure , I may create  base configuration entity and inherit it into specific Configuration entities.

 

 

I shall define specific function imports for specific checks with specific input prams and would return the configuration entity(or may be entity set).

 


I may also choose to create a Big master configuration Entity which may contain all the possible properties.


In this case I would use $select to receive specific / intended properties from the monolithic entity returned by functionImport.


Sometimes I may also prefer to perform $filter on the configuration if a FunctionImport is not inevitable.

Re: Odata creation for standard reports(MB5B)

$
0
0

Hi Hussain,

 

There is one option that you can try is to call the standard report inside a FM and use that FM for creating a gateway service. The steps could be:

  • to create a RFC FM with import parameters as are in standard report and export parameter same as the final output table of the report.
  • call the report in the FM using SUBMIT keyword or CALL TRANSACTION . You can google it for more details and usage of it.
  • you will get the data of the final output table in the FM
  • create a gateway service using this FM. Some properties would be used as filter and rest would be the properties which are there in the export table. The required method is GET_ENTITYSET.

 

Regards,
Ekansh

Is there any tool for separate monitoring the sap hana cloud database? like sqldeveloper,sqlyog

$
0
0

Is there any tool for separate monitoring the sap hana cloud database? like sqldeveloper,sqlyog

SAP Gateway can't process large IDocs

$
0
0

Hello Colleagues,

 

currently we aren't able to process large IDocs > 80 MB on our SAP System.

 

Interface description: An ext. Non-SAP System sends the IDocs via TCP/IP RFC to the SAP System.

 

Shortly after start the transmission, the processing will stopped.

 

At SAP Gateway Log with the highest trace level there is nothing to found.

 

I assume the problem lies on an wrong memory SAP Gateway parameter but I am not sure.

 

Any idea how I am able to solve that issue?

 

Are there any documentation regarding tuning parameters for SAP Gateway?

 

Many thanks in advance!

 

Regards,

 

Jochen

Re: SAP Gateway can't process large IDocs

$
0
0

Hello Jochen,

 

In my opinion using PI would be suitable here.

 

How this scenario is modeled in Gateway ? As Media Type ? This IDoc will go as an attachment through GW ?

 

Regards,

Ashwin

Re: SAP Gateway can't process large IDocs

$
0
0

Hello Ashwin,

 

many thanks for answer!

 

Yes PI solution is planed for the future.

 

I don't know that you mean with "modeled in Gateway"?

 

RFC Connection from ext. System to our SAP System was defined as type T (TCP/IP) in transaction SM59.

 

The registered program you will find under SAP Gateway --> Logged on Clients

 

The IDoc will not come as attachment through the GW.

 

Regards,

 

Jochen


Re: Enhance oData service

$
0
0

Hi Atanu,

 

 

On redefining gateway service, the date field type in child service changed to Packed (21,7) /Packed (15,0).

I want to change the date type from Packed (21,7) /Packed (15,0) to Internal Type Date(D).

 

Please suggest a way to change the same.

 

 

Regards,

Priyanka.

SAP Gateway connection to Eclipse Kepler

$
0
0

Hi

 

Can anyone tell me how can I make Kepler connection to Fiori Gateway server.

 

I have installed Kepler and unable to find the place I can make connection,

 

Please paste the screenshot if possible.

 

Thanks alot in advance.

Re: SAP Gateway connection to Eclipse Kepler

$
0
0

Hi Farooq,

  Let me know if below screens suffice your requirement. Thanks

 

13.png

 

 

14.png

 

 

15.png

Re: SAP Gateway connection to Eclipse Kepler

$
0
0

Thanks alot for a valuable response.

 

I am unable to see ABAP Project when I try to create a New project .

I have already installed "ABAP Development Tools for SAP NetWeaver" from the following location

 

ttps://tools.hana.ondemand.com/kepler.


Please advise

Re: 1666368 - Installing UI add-on 1.0 for SAP NetWeaver

$
0
0

Dear Johan,

 

We have a similar doubt.

 

Did you manage to find an answer ?

 

Regards,

Mohamed

Re: SAP Gateway connection to Eclipse Kepler

$
0
0

Farooq,

 

 

make sure you have installed all the required plugins for SAPUI5.

 

ABAP Development Tools for SAP is only one of many plugins that you need to install.furthermore, the plugin responsible for showing application project option, when you click create new, is UI Development Toolkit for HTLM5.

 

the link contains the required plugins and how to install them using :

SAPUI5 Tools Installation - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

 

In order to create new project follow steps in below link (page contains screen shots):

 

Create an SAPUI5 Application Project - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

 

hope this helps

Re: 1666368 - Installing UI add-on 1.0 for SAP NetWeaver

$
0
0

Hi Mohammed,

 

The  NW UI Extensions v1.0   component in SAP netweaver 7.4 is no longer a seperate component installed via Add-on saint.

 

The  NW UI Extensions v1.0  is now part of component SAP_UI 740 *INSAPUI User Interface technology 7.40

 

Refer to notes 1666367 - Release strategy for UI add-on 1.0 for SAP.

 

This was my start version:

 

ComponentReleaseSP-LevelShort Description
SAP_BASIS7408SAP Basis Component
SAP_ABA7408Cross-Application Component
SAP_GWFND7409SAP Gateway Foundation 7.40
SAP_UI74010User Interface Technology 7.40
PI_BASIS7408Basis Plug-In
ST-PI7400SAP Solution Tools Plug-In
SAP_BW7408SAP Business Warehouse
GRCPINWV1100_7315SAP GRC NetWeaver Plug-In
UIEAAP011004UI for ERP Central Applications
UIGRC0011004UI for GRC
UIX01EAP1004UI for ERP Central Applications
UIX01HCM1004UI for HCM Application
UIX01TRV1003UI for Travel Application
ST-A/PI01R_7310Servicetools for SAP Basis 731

 

This was my target version:

 

ComponentReleaseSP-LevelShort Description
SAP_BASIS7408SAP Basis Component
SAP_ABA7408Cross-Application Component
SAP_GWFND74010SAP Gateway Foundation 7.40
SAP_UI74012User Interface Technology 7.40
PI_BASIS7408Basis Plug-In
ST-PI7400SAP Solution Tools Plug-In
SAP_BW7408SAP Business Warehouse
GRCPINWV1100_7319SAP GRC NetWeaver Plug-In
UIEAAP011004UI for ERP Central Applications
UIGRC0011004UI for GRC
UIX01EAP1006UI for ERP Central Applications
UIX01HCM1006UI for HCM Application
UIX01TRV1005UI for Travel Application
ST-A/PI01R_7310Servicetools for SAP Basis 731

 

The updated components:

 

SAP_GWFND
SAP_UI
GRCPINW
UIX01EAP
UIX01HCM
UIX01TRV

 

For the stack file selection I selected Netweaver 7.4

 

add on selection.JPG

Then this

Then this.JPG

After that I select no db or kernel files for my example but I did select spam/saint update. These were my add-ons selected.

 

add ons.jpg

add ons1.JPG

Hope this helps you.

 

Kind Regards,

 

Johan


Re: 1666368 - Installing UI add-on 1.0 for SAP NetWeaver

$
0
0

Dear Johan,

 

Many thanks for sharing the solution.

 

It is really helpful.

 

Regards,

Mohamed

Re: SAP Netweaver Gateway connection in Eclipse Kepler

Re: Odata creation for standard reports(MB5B)

$
0
0

Hi Hussain,

 

Were you able to achieve this?

 

Regards,
Ekansh

Re: Odata creation for standard reports(MB5B)

$
0
0

Hi Ekansh,

How will you stop the report execution. For instance report after submitting the output will be displayed in a ALV table or any error thenOData service flow will be stopped right ?

Please suggest. Thanks

Re: One quite haunted Gateway cache issue

$
0
0

Hi Jerry,

 

your post helped me to find the cause of a similar problem I had with a service used by multiple system aliases.

 

Seems there is a solution available from Gateway 2.0 SP8 to activate system-alias based metadata cache.

 

http://service.sap.com/sap/support/notes/2000134

 

Thank you very much,

Vasilis

Viewing all 6105 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>