Articles on Trending Technologies

Technical articles with clear explanations and examples

Copying ALV layout from one client to another in SAP if they are not user specific

Ramu Prasad
Ramu Prasad
Updated on 30-Jul-2019 937 Views

You can transport your ALV layouts to other system if they are not user specific. This can be performed in Layout Administration by raising a customizing request.Navigate to this path for Layout Administration:Main Menu -> Settings -> Layout -> Administration

Read More

Error while calling Web Service using SRT_UTIL Transaction

V Jyothi
V Jyothi
Updated on 30-Jul-2019 581 Views

This error can come due to multiple reasons. One of possible cause could be that your structure name is 30 characters and it is translated to 26 chars in WSDL.I would suggest changing structure name to 10 characters and it may resolve your issue. Below shows Web Service Utilities:

Read More

What is meant by Java being an architecture neutral language?

Sreemaha
Sreemaha
Updated on 30-Jul-2019 5K+ Views

Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform specific machine, rather into platform-independent byte code. This byte code is distributed over the web and interpreted by the Virtual Machine (JVM) on whichever platform it is being run on. Thus when you write a piece of Java code in a particular platform and generated an executable code .class file. You can execute/run this .class file on any system the only condition is that the target system should have JVM (JRE) installed in it. In short, Java compiler generates an architecture-neutral ...

Read More

What is the purpose of System class in Java?

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 30-Jul-2019 2K+ Views

System class belongs to the package java.lang. It cannot be instantiated. A System class provides − standard output. error output streams. standard input and access to externally defined properties and environment variables. A utility method for quickly copying a portion of an array. a means of loading files and libraries. Following are the fields for java.lang.System class − static PrintStream err − This is the "standard" error output stream. static InputStream in − This is the "standard" input stream. static PrintStream out − This is the "standard" output stream.

Read More

Integrating SAP with Android

V Jyothi
V Jyothi
Updated on 30-Jul-2019 588 Views

SMP 3/HCPMS (SAP Cloud-based Mobile services) is the new SAP product to create enterprise mobile apps. This can be used to integrate SAP with different mobile platforms. SAP recently launched the SAP Cloud Platform mobile services- a full-featured mobile app platform in the cloud, partners gain the flexibility to build and run native and hybrid apps that integrate securely with on-premise or cloud-based systems.

Read More

Reading an image using SAP OData v2 in UI5 application

Sravani S
Sravani S
Updated on 30-Jul-2019 628 Views

You have to use below code:img.setSrc("/path/to/my/service/UserPhotoSet('someone@gmail.com')/$value");Here you need to replace part with original path.

Read More

What is meant by Java being a dynamic language?

Giri Raju
Giri Raju
Updated on 30-Jul-2019 3K+ Views

Java is considered to be more dynamic than C or C++ since it is designed to adapt to an evolving environment. Java programs can carry an extensive amount of run-time information that can be used to verify and resolve accesses to objects at run-time.

Read More

Unloading tables in SAP HANA database

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 821 Views

HANA consumes lot of space in system tables/views, statistics, caches. When you unload tables, these memory areas will not be released.Check SAP Notes https://launchpad.support.sap.com/#/notes/1969700

Read More

Difference between JCoClient and JCoDestination

Priya Pallavi
Priya Pallavi
Updated on 30-Jul-2019 828 Views

JcoDestination is the newer version (3) and JCO.client is the older version (2) of SAP Java connector Class. Along with the change of names in the classes, they have also re-written the library architecture in the new version JCoDestination. It is recommended to use the newer version JCodestination.

Read More

Way to check if SAP system is ABAP based, Java or Dual stack

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 2K+ Views

Using SAP GUI, you can only access ABAP or ABAP+Java based system. You can check at multiple places if it is a dual system.T-code: SMICM, you can checklist of services in transaction SMICM (Goto --> Services) - dual stack systems will have the J2EE services listed too. There will also be an AS Java menu in SMICM on ABAP+Java systems.

Read More
Showing 61171–61180 of 61,297 articles
Advertisements