Monica Mona has Published 85 Articles

What is Agentry Toolkit in SAP Mobile Platform SMP 3.0 SDK? How do you use it in an application?

Monica Mona

Monica Mona

Updated on 30-Jul-2019 22:30:20

104 Views

Agentry toolkit provides various SDK’s to integrate with the various mobile component. With Agentry toolkit, you have a plugin to Eclipse that allows you to create modify Agentry applications.To know more about Agentry toolkit, you can refer the below SAP link:https://help.sap.com/doc/f1944845cb7b4cb886ebfbd5fa720c64/3.0.14/en-US/7c03a69470061014a336f33ca4dd4413.htmlRead More

How to print data of specific element from an array in java?

Monica Mona

Monica Mona

Updated on 30-Jul-2019 22:30:20

12K+ Views

An array is a data structure/container/object that stores a fixed-size sequential collection of elements of the same type. The size/length of the array is determined at the time of creation. The position of the elements in the array is called as index or subscript. The first element of the array ... Read More

How to remove duplicate elements of an array in java?

Monica Mona

Monica Mona

Updated on 30-Jul-2019 22:30:20

2K+ Views

To detect the duplicate values in an array you need to compare each element of the array to all the remaining elements in case of a match you got your duplicate element.One solution to do so you need to use two loops (nested) where the inner loop starts with i+1 ... Read More

How to use EXPORT / IMPORT to Memory ABAP – SAP?

Monica Mona

Monica Mona

Updated on 30-Jul-2019 22:30:20

584 Views

As per your requirement, you are utilizing ABAP memory to transfer data to background session from session of the user. It will not work as per the standard documentation.  RFC or updates module will run in different user sessions with different ABAP memory and hence it will not be possible. ... Read More

Reading the contents of SAP structures from outside using RFC

Monica Mona

Monica Mona

Updated on 30-Jul-2019 22:30:20

261 Views

It seems you are confused with the definition of structure. The structure does not contain any data. They just type definition.If you want to return or receive a structure as a parameter, that can be done using RFC.

Previous 1 ... 5 6 7 8 9
Advertisements