I am trying to create a invoice document but I keep getting selected fiscal period is closed error. Is there a way to see the open fiscal periods or to edit them in the online demo account?
Open fiscal periods for AP invoices?
com.sap.nw.gateway.odata.client.exceptions.RestClientException
Exception in thread "main" com.sap.nw.gateway.odata.client.exceptions.RestClientException at com.sap.nw.gateway.odata.client.connectivity.impl.RestClientBase.execute(RestClientBase.java:54) at com.rico.Main.main(Main.java:75)
What is the reason for the above error message? Below is the respective snippit of code: Note that it fails on the IRestResponse response = restClient.execute(request); line.
IServerConnectionParameters gateway = new ServerConnectionParameters(DEMO_HOST, PORT,CLIENT_ID, true); IAuthentication credentials = new UsernamePasswordCredentials(USERNAME,PASSWORD); KeyStore trustStore = KeyStore.getInstance(KeyStore.getDefaultType()); InputStream stream = new FileInputStream(pathToCAcerts); trustStore.load(stream,null); KeyStore keystore = SSLUtil.loadKeyStore(new FileInputStream(pathToJKS), "changeit"); javax.net.ssl.SSLContext sslContext = null; sslContext = SSLUtil.createSSLContext(keystore, "changeit", trustStore); SSLSocketFactory sslSocketFactory = sslContext.getSocketFactory(); X509Authentication x509Authentication = new X509Authentication(sslSocketFactory); IRestClient restClient = RestClientFactory.createInstance(gateway, x509Authentication, Representation.ATOM); IRestRequest request = new RestRequest(URI); IRestResponse response = restClient.execute(request); ODataCollection collecion= ODataParserFactory.createInstance(Representation.ATOM).parseODataCollection(response.getBody()); ODataEntry[] entries = collecion.getEntries();
Getting Error While Using Deep Insert in Gateway
Hi Experts,
I am trying to execute the example to create sales order with Line Items using Deep Insert method.
Whenever I am trying to get the IO_EXPAND parameter it is coming as N means it is not able to resolve the structure passed.
I have already created Associations and Navigations as mentioned in How to guide.
Please guide me to proceed.
Thanks,
Saurabh
SAP Netweaver Gateway Consumption - Operations
Operations status for Netweaver Geteway Consumption System
Current Status: System operation is normal. Sign-up form however does not work properly
Planned Datacenter Maintenance Dates for 2014 are currently scheduled as follows:
- 1st quarter data center maintenance weekend 03/01– 03/02
- 2nd quarter data center maintenance weekend 06/07– 06/08
- 3rd quarter data center maintenance weekend 08/16– 08/17
- 4th quarter data center maintenance weekend 11/01– 11/02
SAP IT as scheduled another datacenter maintenance weekend. Therefore the Gateway Consumption System will not be available from Friday Nov 15th 5pm PST to Nov 17th 3pm PST. We are apologizing for any inconveniences this may cause
Date | Issue | Status |
---|---|---|
20th of Dec 2013 | System operation is normal but signup form believes the system is not available and does not allow you to sign up. | ongoing |
13th or Nov 2013 | IT has scheduled their 4th quarter datacenter maintenance weekend for the upcoming weekend. The system will therefore not be available from Fri. Nov 15th 6pm PST to Sun Nov 17th 3pm PST. | completed |
28th of October 2013 | The problem with SSL was found and we are going to restart the system for some parameter changes to take effect at 1pm PST today. | completed |
27th of October 2013 | After the datacenter maintenance weekend the system is back and can be accessed via SAPGui. HTTP/S access however is currently not working. We suspect the firewall having some issues and informed SAP IT to look into it. | completed |
25th to 27th of October 2013 | Quarterly Datacenter Maintenance is scheduled for October 25th to 27th 2013. The system will not be available from | completed |
13th of Sept. 2013 | Unfortunately the machine has some issues starting back up after memory changes. We are looking into it but it seems that this takes a bit longer
We are seeing increased use of the system primarily coming from the OpenSAP Mobile Courses and we will therefore increase the memory of the ERP system. This forces us to shut the machine down for about 1h today. The system will go down at 2pm and be back at aproximately 3pm PST. | completed |
3rd of Sept. 2013 | Due to increased usage we are seeing some shared memory problems poping up resulting in webgui dumps. we are going to increase the size of the shared memory and will therefore have to restart the machine at 1pm PST today. this should not take longer than 10 minutes for the machine to come back. | completed |
17th - 19th of August 2013 | SAP IT is doing thier sheduled maintenance and the system will therefore not be accessible during this period. We will therefore shut down he system prior to the maintenance on August 16th at around 4pm PST. | completed |
15th of August 2013 | The sign up for to the system seems to throw an error after hitting the submit button. Users are never the less created and people receive a welcome email. The problem is that there is no immediate feedback on the form that processing is happening and therefore people click the submit button twice which triggers actions double resulting in an error. We are working on resolving this behavior. | completed |
13th of May 2013 | We have a new link to the form that is reachable from outside of the SAP network. We just tested it and it appeared to work fine. Should it still not work let us know with a comment here or on the How-To guide.
The sign-up form is currently only visible inside the SAP network. We are in the process of finding the firewall that blocks access from the outside.
We are getting notes that for some people on SCN the signup form is timing out while it works perfectly for others. At first we though this is due to people not logged on, but apparently this is not the case. We are working on finding out what the root cause of this is and let you know as soon as it is resolved. | resolved |
9th of May 2013 | The form to sign-up to the system is not operational. The ERP and Gateway System however are fully operational and accessible. If you have an account don't worry about it. If you where intending to sing-up we appologize. Please check back as soon as it is resolved we are working on brining it back | resolved |
SAP Gateway SP04
Hi All,
We have recently applied SP 04 on our gateway system but unfortunately we are experiencing error in /IWFND/CL_SODATA_HTTP_HANDLER class. its saying "Field "X_REQUESTED_WITH_MISSING" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement."
I tried to find some correction notes for it but couldn't find. Can anyone help me here with note or solution for it?
Regards,
Kunaal
Error faced while executing URL in SAP Netweaver gateway client
Hi Experts,
We are facing an issue while passing URL as given in the attachment with error in the conversion routine "CONVERSION_EXIT_EXCRT_OUTPUT".
Please let us know if there exists a sap note to fix the given problem.
Detailed screenshots of the problem have been attached.
Regards,
Saritha
Internal Server Error received in Netweaver Gateway
Hi Team,
We are getting an internal server error while passing a URL thru netweaver gateway on SAP GUI version 7.3
Error screenshots have been added below.
Please suggest on how we can resolve the reported issue.
Regards,
Saritha
Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1
In this blog I will explain Creating Gateway service with all CRUD operations Before starting, I am expecting that you have basic idea of gateway service and gateway service builder i.e SEGW
1. Create service in Gateway system with all the CRUD operations.(Create Read Update Delete)
Create project in SEGW (Gateway Service Builder).
Our Project looks as below.
Now we need to build our Data model, for that first Create the Entity type by importing an RFC Interface.
Give the Entity type name, RFC destination and name of the RFC to be imported and click on next
Select the required properties for the entity type.
Set key property for the entity type, here we will make Material as key then click on Finish.
Our Entity type MATR and its properties look as below.
Create Entity set with necessary entity type.
Give appropriate Entity set name and select the necessary Entity type then click on continue.
Our Project looks as below.
After creating Entity set Service implementation also created with empty CRUD operations which needed to be implemented by mapping with RFC/BOR interface.
Now we need save our changes within a request.
Now click on generate button to generate runtime artifacts.
Data provider and Model provider classes will be created. Click on ok.
Save the changes.
Runtime artifacts are generated and looks as below.
Now we need to implement all the CRUD operations in Service implementation.
Create
Read/Query
Update
Delete
CREATE: This is to create a new entry. Right click on create and choose Map to data source option.
Give the RFC destination name and select required RFC then click on ok.
Now click on propose mapping, the system will do mapping automatically or else we can do it manually for required fields. Here no need to map all the properties of the entity type; we will map only the required properties. We will do the mapping by drag drop from Function Module onto data source parameter of the Service operation.
Here all the required fields will have input mapping as below.
Here in our case we need to pass constant values for BASE_UOM, MATL_GROUP and BASIC_VIEW, we will do that as follows. First append the rows and maintain values under constant value tab.
Once mapping is done save your changes. Now we will implement DELETE operation.
DELETE: Right click on Delete and choose Map to data source option.
Give the RFC destination name and select required RFC then click on ok. Here we are mapping with BAPI_MATERIAL_SAVEDATA.
Do the required mapping as follows. Here we are passing Material, DelFlag, MatlGroup fields so do the mapping accordingly.
READ: Right click on Read and choose Map to data source option.
Give the required RFC and do the mapping as below. Here we are mapping Material, MatlDesc, IndSector, MatlType, MatlGroup,BaseUom fields. Except Material all are having output mapping.
Note: In READ operation all key fields should have input mapping, here in our example Material is key.
QUERY: Right click on Query and choose Map to data source option.
Note: In Query operation all key fields should have output mapping. Here we can also map ranges directly to pass range value for selection.
Give the required RFC and do the mapping as below. Here we are mapping with BAPI_MATERIAL_GETLIST
Here we will map MatlDesc property with appropriate Function field and our key property Material with range table, for that just drag drop that filed on to the data source field. Click on ok in the below screen.
Our mapping looks like below.
Here for display purpose we will again add Material property since all key fields should have output mapping in Query operation.
For this click on create button and choose the Material property and do the necessary mapping as shown below.
UPDATE: Right click on Update and choose Map to data source option.
Give the required RFC, Here we are mapping with BAPI_MATERIAL_SAVEDATA.Do the required mapping as follows. Here we are going to update MatlGroup Field.
After completing all the implementations save the changes and check for syntax errors.
Now again click on Generate button to regenerate the runtime artifacts.
Check the success messages.
With this we have successfully created a gateway service with implementing all CRUD operations.
In the next part Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part2
we will maintain our service and test it in Service Explorer
Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part2
In the first part Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1
I discussed the the below topic.
1.Create service in Gateway system with all the CRUD operations.(Create Read Update Delete).
Before starting, I am expecting that you are able to create gateway service or you have gone through my previous blog.In this blog i will discuss about maintaining our service and testing it in ServiceExplorer.
Our Service Name: ZBPS_MATR_DEMO_SRV.
Now we need to Activate and Maintain our service, we will do that in transaction /IWFND/MAINT_SERVICE.
a. First we need to locate and add our service. Click on add service button.
Enter system alias and press enter. From the displayed list locate our service and click o it.
Save it in a package and click on Ok.
Select the request and click on Ok. Again click on ok. Come back and click on our service.
b. Now we need to add System alias to our service, i.e. systems with which we are going to interact.
Click on Create System alias button and enter the required system details and save the changes and come back.
Save the changes in the request.
Now we can see our system alias details.
Now we will explore our service for that click on Explore service button.
Click on Execute to get Service Document .
Service Document: Describes the location and capabilities of one or more Collections.
Here we can check our Entity set name and we will get our Service URI.
Here our URI: http://<hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/
Now come back and now choose Get Service Metadata option as shown below and click on execute to get the service mete data.
Now we will get our service Meta data.
Service Metadata Document (Metadata Document): Describes the data model (i.e. structure and organization of all the resources) exposed as HTTP endpoints by an OData service.
Note the URI of our service and we will use it further.
URI: http://<hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/$metadata
Testing Our Service.
Now we will test our service in Gateway Client transaction for that is /IWFND/GW_CLIENT.
Paste our URI in Request URI field and click on Get HTTP Method.
Check the Service Meta data.
Now we will test all the CRUD operations.
READ:
Here in URI we can pass values for key fields only.
In our example we are trying to READ Material ‘000000000000000023’ and we will do that in Gateway client.
URI: http:// <hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/matrset('000000000000000023')
Paste this URI against Request URI field in Gateway client and select HTTP Method GET and click on execute.
Output:
QUERY:
Query is to get multiple entries and here we can pass ranges for selection.
In our example we will try to fetch Materials within the range ‘000000000000000023’ to ‘000000000000000038’.
URI:
Paste this URI @ Request URI in Gateway client and select HTTP Method GET and click on execute.
Output: We will get three materials in our output
CREATE:
Now we will try to create Material ‘000000000000000016’. For this first we will READ an existing material and using that XML we will CREATE desired material.
First try to READ Material ‘000000000000000023’ by using the URI same as in our READ operation in Gateway client.
Now click on Use as request button as below.
We will get same XML in HTTP Request Body. Make require changes in that for Material creation. Here we need to select HTTP Method POST for CREATE operation and we need to change URI as below.
URI:
http:// <hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/matrset
OUTPUT:
UPDATE: Now we will try to UPDATE the Material just we have created through CREATE operation.
Do the same steps as in create operation, first read the Material ‘000000000000000016’ through READ operation and by using that xml as a Request we will try to UPDATE Material Group of that Material.
URI: http:// <hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/matrset('000000000000000016')
Here MatlGroup is 00108, we will update that to 00107 and we will verify it through READ operation.
Click on Use as Request and make the necessary changes to the XML as below and select the HTTP Method PUT for Updating and click on execute.
Xml:
<?xml version="1.0" encoding="utf-8"?>
<entry xml:base="http://<hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/" xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
<content type="application/xml">
<m:properties>
<d:BaseUom>EA</d:BaseUom>
<d:MatlGroup>00107</d:MatlGroup>
<d:BasicView>X</d:BasicView>
<d:MatlType>ROH</d:MatlType>
<d:IndSector>1</d:IndSector>
<d:Material>000000000000000016</d:Material>
<d:MatlDesc>Test material gateway</d:MatlDesc>
<d:LanguIso>EN</d:LanguIso>
<d:Langu>E</d:Langu>
</m:properties>
</content>
</entry>
OUTPUT:
Now we will check that whether that Material is updated or not by using READ operation. Select the HTTP Method GET and check the output.
DELETE:
Now we will try to DELETE the Material which we have created, for this we use HTTP method DELETE.
Here to delete the Material we will just set the Delete Flag to ‘X’. First we will read that material and using that xml as a request we will process Delete operation. Here we will select HTTP method DELETE and execute it after modifying xml.
XML:
<?xml version="1.0" encoding="utf-8"?>
<entry xml:base="http://<hostname>:<port>/sap/opu/odata/sap/ZBPS_MATR_DEMO_SRV/" xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
<content type="application/xml">
<m:properties>
<d:MatlGroup>00107</d:MatlGroup>
<d:Material>000000000000000019</d:Material>
<d:DelFlag>X</d:DelFlag>
</m:properties>
</content>
</entry>
OUTPUT:
With this we have completed all the CRUD operations.
Transferring HCM Process & Forms(FPM) using Gateway
Dear Experts,
As of now we have been able to send workflow decision task(no forms is attached to this) from SAP Backend system to the Gateway system and then sending them to the Lotus Notes Server in ODATA format and user is able to approve/reject the worktiem from Lotus Notes Email.
We have developed HCM Process and Forms using FPM(Floor Plan Manager) for several HR Process like Employee Transfer, Contract change , compensation change etc. and the requirement is to transfer the whole form(attached to the workflow task) to the Gateway system and eventually sending them to Lotus notes Server so that the user can approve/reject the request from Lotus Notes application like Lotus Notes Email.
Can anyone please let me know whether is it possible at all and if it is possible then how to do this or what are the additional steps needs to be followed for this.
Your response is highly appreciated....Thanks in advance!!!!!
Unable to CREATE or VIEW a project in T-code "SEGW"
Hi,
As part of a training exercise, I need to first...
1) go to T-code "SEGW",
2) create a project/or use an existing one and
3) import an OData file
4) create an Android App
as instructed in the course titled course - Introduction to Mobile Solution Development for the Enterprise using the https://sapes1.sapdevcenter.com/webgui link.
But I neither can CREATE nor VIEW an existing project in T-code "SEGW" (i.e. SAP NetWeaver Gateway Service Builder) in that environment. The error that I receive says "You are not authorized to create project".
Just wanted to know if anyone else has faced a similar issue earlier and what was the workaround used to resolve it.
NOTE: I have installed all the necessary plug-ins in Eclipse as mentioned in the below document:
http://scn.sap.com/docs/DOC-45809
Regards,
Aaron D'C
Getting started with the SAP Netweaver Gateway Service Consumption System
Welcome to sign up for the SAP Netweaver Gateway Service Consumption System. If you feel comfortable with handling an SAP ERP System feel free to jump immediately to the sign up below. We do however suggest that before doing so you take the time to read this document as it will not only give you the information on how to connect but also other valuable information you might need when using the system.
Where do I sign up?
To get started follow this link to the sign up form. When you sign up the form will take your SCN data as user data. The form also asks you to agree to the EULA. Once you have done that an email will be send to the email address that SCN has on file for your user with your logon information. Please make sure that the email address displayed is a valid email address for you if it is not please update your email address in your SCN profile before registering to the system.
How do I connect to the system?
Minutes after you registered to the system you should receive an email with your username and password. Once you have that the fastest way to change your initial password is by using the WebGUI. The WebGui for the system is located at https://sapes1.sapdevcenter.com/webgui. The WebGui is also the simplest way to connect to the system and navigate around in it. It is best to use Microsoft Internet Explorer for WebGui although Firefox and Safari should work fine too. We do however advice against using Google Chrome as we have seen things not working.
If you happen to have SAP Gui Windows or Java version you do however also have the option of creating a connection to the system in there. At this point we do not have an option of giving SAP Gui to you should you not have the rights to download it from SAP Service Marketplace. The connection information for SAP Gui to the system is as follows:
Application Server: lvpal259.dmzpal.sap.corp
Instance Number: 00
SystemID: ES1
SAPRouterString: /H/erpgw.sapdevcenter.com/S/3299/H/
What can I do with the System?
The main purpose of the system is to learn about consuming SAP Netweaver Gateway Services. All URL's to Gateway for this system start with
https : //sapes1.sapdevcenter.com/sap/opu..
Please have a look at the Sample Services and how to use them. The system is only for consumption of OData Services not for building new ones. If you are interested in building new services you have the option of choosing one of the other systems on the previous entry page. We will not hand out authorizations for developing any ABAP on this system.
What is on the System?
The System is an SAP ECC (Enterprise Core Components) filled with some Demo Data. You do have read and write authorizations to all modules but are restricted form accessing administrative functionality. Furthermore the system allows you to access the development tools but does not allow development itself. Debugging with viewing permissions is however possible.
If I need help.
If you have a question about Gateway feel free to post a message in the forum. If you have operational questions feel free to post them in the forum as well or send an email to devcenter@sap.com. Please also consider subscribing to the Operations Announcement Dokument where we will post information on the status of the system. In the future we are going to compile an FAQ, but for now we put the most pressing things into this document.
If I forgot my username password.
Go back to the sign-up form. The form will find you in the system and allow you to reset your user. Once your user is reset you will get an email confirming that the password has been reset.
How to consume PI/PO services throught Gateway
Hi all!
Our customer has a requirement, it consists in consume a set of PI/PO services (which has a lot of redirection logic to different SAP systems) using REST / OData from SAPUI5 app.
I've seen that it's possible consume Rest throught PI/PO with this private add-on Advantco REST adapter. But I would to know if it's is possible to install Gateway Add-On in PI/PO Abap stack to consume PI/PO functions in REST / OData.
Thanks in advance,
Kind regards
Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part1
In this blog I will explain Creating Gateway service with all CRUD operations Before starting, I am expecting that you have basic idea of gateway service and gateway service builder i.e SEGW
1. Create service in Gateway system with all the CRUD operations.(Create Read Update Delete)
Create project in SEGW (Gateway Service Builder).
Our Project looks as below.
Now we need to build our Data model, for that first Create the Entity type by importing an RFC Interface.
Give the Entity type name, RFC destination and name of the RFC to be imported and click on next
Select the required properties for the entity type.
Set key property for the entity type, here we will make Material as key then click on Finish.
Our Entity type MATR and its properties look as below.
Create Entity set with necessary entity type.
Give appropriate Entity set name and select the necessary Entity type then click on continue.
Our Project looks as below.
After creating Entity set Service implementation also created with empty CRUD operations which needed to be implemented by mapping with RFC/BOR interface.
Now we need save our changes within a request.
Now click on generate button to generate runtime artifacts.
Data provider and Model provider classes will be created. Click on ok.
Save the changes.
Runtime artifacts are generated and looks as below.
Now we need to implement all the CRUD operations in Service implementation.
Create
Read/Query
Update
Delete
CREATE: This is to create a new entry. Right click on create and choose Map to data source option.
Give the RFC destination name and select required RFC then click on ok.
Now click on propose mapping, the system will do mapping automatically or else we can do it manually for required fields. Here no need to map all the properties of the entity type; we will map only the required properties. We will do the mapping by drag drop from Function Module onto data source parameter of the Service operation.
Here all the required fields will have input mapping as below.
Here in our case we need to pass constant values for BASE_UOM, MATL_GROUP and BASIC_VIEW, we will do that as follows. First append the rows and maintain values under constant value tab.
Once mapping is done save your changes. Now we will implement DELETE operation.
DELETE: Right click on Delete and choose Map to data source option.
Give the RFC destination name and select required RFC then click on ok. Here we are mapping with BAPI_MATERIAL_SAVEDATA.
Do the required mapping as follows. Here we are passing Material, DelFlag, MatlGroup fields so do the mapping accordingly.
READ: Right click on Read and choose Map to data source option.
Give the required RFC and do the mapping as below. Here we are mapping Material, MatlDesc, IndSector, MatlType, MatlGroup,BaseUom fields. Except Material all are having output mapping.
Note: In READ operation all key fields should have input mapping, here in our example Material is key.
QUERY: Right click on Query and choose Map to data source option.
Note: In Query operation all key fields should have output mapping. Here we can also map ranges directly to pass range value for selection.
Give the required RFC and do the mapping as below. Here we are mapping with BAPI_MATERIAL_GETLIST
Here we will map MatlDesc property with appropriate Function field and our key property Material with range table, for that just drag drop that filed on to the data source field. Click on ok in the below screen.
Our mapping looks like below.
Here for display purpose we will again add Material property since all key fields should have output mapping in Query operation.
For this click on create button and choose the Material property and do the necessary mapping as shown below.
UPDATE: Right click on Update and choose Map to data source option.
Give the required RFC, Here we are mapping with BAPI_MATERIAL_SAVEDATA.Do the required mapping as follows. Here we are going to update MatlGroup Field.
After completing all the implementations save the changes and check for syntax errors.
Now again click on Generate button to regenerate the runtime artifacts.
Check the success messages.
With this we have successfully created a gateway service with implementing all CRUD operations.
In the next part Detailed step by step procedure for Creating Gateway Service with all the CRUD Operations and testing them in Service Explorer Part2
we will maintain our service and test it in Service Explorer
Unable to find BAPI CUSTOMER_GETDETAIL1
Hi,
I created a project using the segw t-code for which I need to import the Data Model by DDIC structure. I am trying to look for the BAPI CUSTOMER_GETDETAIL1 but it doesn't appear. I looked it's package details using the transaction se37 . I used that package name to search while looking for the BAPI's in segw , but it still did not appear in the list.
I also tried searching BAPI_CUSTOMER_GETDETAIL1 and BAPICUSTOMER_GETDETAIL1 and few other combinations, but nothing worked.
Looking forward to your suggestions now.
Regards,
Ravi Chaudhary
Modify external service name
When attempting to register and activate a service through the Service Builder the field External Service Name cannot be changed. In various documentation I commonly see the statement:
The External Service Name is defaulted with the Technical Service Name
Is there some requirement that these names must match or is it is possible to change this value somehow?
SAP HR to LDAP document
Hi there,
Is there an updated version of the document referenced in this link http://scn.sap.com/docs/DOC-3431?
I just want to ensure I have most current information as this document references SAP 4.6C and AD2003.
Many thanks, H.
Need advise on SAP Netweaver gateway/Odata/Eclipse
Hi All,
I am bit confused with all these terminology. Could you please advise me how do I make app for mobile using SAP netweaver gateway/Odata/Eclipse ..?I think that Eclipse is the way forward .....
I have SAP netweaver gateway system 2.0 installed and have Eclipse Kepler. Recently I have seen GWPA ..how and where can I get that ? and I am not able to install SAP Netweaver Gateway Plugin for Eclipse..can you please advise..
Kind Regards
Rama
Problems during Fiori installation on NW 7.4 system
Hi guys!
I have problems during Installation of Fiori App "My Leave Request" on NW 7.4 System.
Installation of UI component: UIHCM002 100 worked fine but during Installation of OData Component GBHCM002 600 I got the message
that the Add-on IW_BEP Release 200 is missing and I cannot proceed with the installation.
So far as I know is the Add-on IW_BEP part of the component SAP_GWFND in NW 7.4 and its not possible to install them?
Thx for your help!
BR, René.
SAP UI5 on ABAP without Gateway?
Hi All,
Within all the discussions about Gateway and OData sevices, I couldn't answer to a basic question I have... Hope someone here could answer it for me.
We have a NW 701 ABAP system with the IW_BEP Addon installed. I understand that this is enough to create OData channels from ABAP.
However, every blogs/articles goes ahead to GW_CORE as further steps to expose the OData channel as gateway services to the world. That's fine, but I'd like to know if I want to develop a UI5 application that's hosted right within the same ABAP server (using SAPUI5 runtime), then is there a way to consume these OData channels directly without the GW_CORE?
Can anyone refer me to any articles, wiki or blogs etc. that has such an information?