Monica Mona has Published 83 Articles

How to remove duplicate elements of an array in java?

Monica Mona

Monica Mona

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

3K+ 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

1K+ 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

400 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