SAP HANA Articles

Page 50 of 58

Connect to SAP system from C# application

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 852 Views

There is nothing like standard but you need to specify all required details for a successful connection.XXXX-  H/IP Address/S/Port NumberHere H stands for Host, IP Address is the IP Address, S stands for Port Number

Read More

Sort Datetime Type in SAP ABAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 554 Views

There are two operation LT (Less than) and GT (Greater Than) which you can use to perform basic comparisons between two variables.You can frame the logic as per your requirement whether you have a set of variables or a table. If it involves set of variables then you need to do manual comparisons.

Read More

Using xsodata service with SAP HANA XS Engine without authentication

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 353 Views

Note that to use xsaccess file it without credentials, you have to create xssqlcc file. xsaccess file is used to define who all are authorized to access the content exposed by a SAP HANA XS application package and what content should be displayed as per access.Check out this tread for more details:xsodata service without authentication

Read More

Installing SAPUI5 on local machine using XAMPP

Anil SAP Gupta
Anil SAP Gupta
Updated on 30-Jul-2019 292 Views

You can refer this link for setting up basic development environment for SAP UI5:Basic Development environment for SAPUI5To setup local Development with Eclipse, you should refer this:UI5 with Eclipse

Read More

How to map an Object of objects to a SAP List?

SAP Developer
SAP Developer
Updated on 30-Jul-2019 256 Views

The answer to your question is ‘NO’. It is not possible to map your complex JSON object (object of objects) to a list as it does not make sense.If you want you can have a model or a JSONModel which replicates your object and then you can map it otherwise as you said, you can try to use array if it suits your requirement.

Read More

Using JCo to connect SAP with Android

SAP Developer
SAP Developer
Updated on 30-Jul-2019 377 Views

I have not tried it but it does not seem feasible. The reason being if you are planning to use JCo library, you will require a native library but that is still not available for Android environment.You can try an alternative for it. You can create a Web Service either a SOAP or REST which communicates to SAP via JCo. Then, you can use the service to do two way communication with SAP.The result of communication can then be shared to Android environment in either JSON or XML format as per requirement.

Read More

In SAP Workflow, Binding the receiver dynamically

SAP Expert
SAP Expert
Updated on 30-Jul-2019 438 Views

To bind receiver dynamically in Workflow, you have to write a Function Module that will provide you manager name of initiator. This FM should be put in public class to be used in Workflow. The provided value will be saved in any table of HR module.Then you need to call this method from Workflow template. To set binding, you need to pass a value in _WF_INITIATOR._WF_Initiator                    WFSYST-INITIATORUsing _WF_Initiator        Initiator of the workflow (user name).Here “user name” is a fourteen-character field in the structure US.When a workflow is started ...

Read More

Error while connecting to SAP server from Java application: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path

SAP Developer
SAP Developer
Updated on 30-Jul-2019 553 Views

Note that SAP Java Connector should be configured as server library and not as application library.There are many issues in the way you are trying to use:You shouldn’t change java.library.path programmatically as it is not recommended and this is cached at JVM start.You are overwriting java.library.path instead of adding your directory so your application server requires native libraries.Also note that our JVM root directory is different from your application root directory so /WEB-INF/lib path won’t be found by our JVM. 

Read More

Best way to connect to SAP system from JAVA

SAP Developer
SAP Developer
Updated on 30-Jul-2019 2K+ Views

There are lots of possibilities but a lot depends upon on your exact requirement and needs.One way is that you can go ahead and use Java Connector also known as JCo. JCo is a prevalent option to do similar requirements as of yours. It has a lot of support available online as well.Also, as you said Web service is by default the web standard and can be opted too. SAP functions are readily available and can be tuned effortlessly to be available as web services.

Read More

Retrieving ABAP BAdi from SAP BW

SAP Developer
SAP Developer
Updated on 30-Jul-2019 366 Views

There are different Function Module that you can use depending on BAdi type- classic or fast kernelYou can try using Function module SXO_IMPL_FOR_BADI_READ. To read the coding of class, try using “CL_ENH_BADI_RUNTIME_FUNCTIONS”You can use “GET_BADI_SHORTTEXT” method to know different BAdi’s types.There is a Function modules SEO* - which can be used to read the structure of a class, it’s superclasses and method.

Read More
Showing 491–500 of 573 articles
« Prev 1 48 49 50 51 52 58 Next »
Advertisements