SAP HANA Articles

Page 54 of 58

OData or Java Services to be consumed by SAP UI5 application

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 484 Views

Before I make any proposal, I am assuming that you understand both oData and REST very well. REST is a well-known and accomplished architecture style whereas oData is a protocol for communication.OData resides on top of Atompub protocol which in turn is based on REST so overall oData seems to follow REST path only and it is implemented in a similar manner.The advantage that you get with oData is that it saves a lot of effort and time in handling client side either by writing Javascript code or something else. I agree that the support in JAVA for oData will ...

Read More

Do I need to set up SAP user for every user of module?

seetha
seetha
Updated on 30-Jul-2019 198 Views

I think you knew the answer beforehand as you already mentioned it in your question. You need to set an SAP user for every user to work the SAP prescribed way otherwise you are violating the service agreement of SAP and hence support will be void.

Read More

Connecting to SAP HANA server on Cloud using PHP

Nishtha Thakur
Nishtha Thakur
Updated on 30-Jul-2019 562 Views

To get the server name of SAP HANA server, you need to check the virtual machine (VM) list.You can find this list under Virtual machine details of your corresponding HANA SPS5 server’s External Address property.Usually, the port number is 30015.For the problem that you are facing regarding the connection set up, you can refer below link for more details.https://blogs.sap.com/2013/06/17/connecting-to-your-hana-database-from-php-using-odbc/

Read More

Extract data from SAP system using ERPConnect

Daniol Thomas
Daniol Thomas
Updated on 30-Jul-2019 447 Views

As per my understanding of your question, the better option for you will be to code the selection in ABAP. Then you can wrap this selection in a function module which will be remote function call enabled. Then go ahead and use this module.But let’s say you are not able to use it, then only remaining option for you will be ‘RFC_READ_TABLE’ but it has got its own problems.

Read More

Standards for maintaining Customer Repository Objects in SAP

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 179 Views

The Y-namespace is meant to be used for centrally developed solutions or also known as head office while the Z-namespace is used for local developed solutions or also known as branch office. But at the end of day, it all depends on the developer how he uses it.

Read More

Determining table or structure of an ABAP code

Smita Kapse
Smita Kapse
Updated on 30-Jul-2019 349 Views

abc would be a table and its line will be of type PPP. For structure, you need to code asabc TYPE PPP

Read More

Adapter properties dropdown not updated with list even after installation (SAP 7.2 adapter)

mkotla
mkotla
Updated on 30-Jul-2019 181 Views

I have experienced something similar in the past. What I noticed was a part of the installer, the assembly responsible for Microsoft adapter properties is not deployed over to the group.I had to perform the step manually. So I had to copy the dll (BizTalkPropertySchema) manually so that the options in dropdown starts coming.Also, make sure the Global assembly cache is synced while adding.

Read More

Inserting new line to the output using WS_Download in ABAP

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 1K+ Views

First of all, don’t use WS_DOWNLOAD as this is obsolete.You can use a character type field and set it to cl_abap_char_utilities=>cr_lf. Now use this field at places where you want to insert the new line.

Read More

Identify the qualification and Employee relationship table in SAP system

radhakrishna
radhakrishna
Updated on 30-Jul-2019 466 Views

The answer is there is no such single table where you can find everything pertaining to qualifications as they are stored in PD tables as well.Basically, they are of object type ‘Q’ and are stored under HRP1000. HRP10001 will capture the relation between the qualification and employee.  We do have qualification rating and scales which you can find in HRPAD31 and T77TP respectively. T77TS stores the text with an id of qualification.You can also go ahead with function module ‘RHPP_Q_PROFILE_READ’ which you can use.

Read More

Error while connection SAP HANA with .NET

Anvi Jain
Anvi Jain
Updated on 30-Jul-2019 244 Views

You would require installing both the 32 bit and 64 bit SAP HANA client software as Microsoft Visual operates on a 32 bit application.

Read More
Showing 531–540 of 573 articles
« Prev 1 52 53 54 55 56 58 Next »
Advertisements