Lakshmi Srinivas has Published 315 Articles

I have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.

Lakshmi Srinivas

Lakshmi Srinivas

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

149 Views

This problem can be fixed by adding a / before application URL like this/sap/bc/ui5_ui5/sap/zstest/Ztest- shows name of application

LDAP_SEARCH function not returning photos stored in Active Directory with LDAP integration in SAP BSP application

Lakshmi Srinivas

Lakshmi Srinivas

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

85 Views

I would recommend to use LDAP_READ instead of LDAP_SEARCH and you will see thumbnail photo should be available in a convenient form to be from “XSTRING”.LDAP_SEARCH is mentioned as obsolete in SAP documentation. To see full documentation of this FM, you can use T-code SE37 to open Function Builder. Navigate ... Read More

Invalid Connection String in SAP Business One

Lakshmi Srinivas

Lakshmi Srinivas

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

364 Views

The answer lies within the exception message itself. The connection string that you are using to connect to the Business object server is wrongly configured. Check for each parameter, you will find something must be wrong and hence why you are receiving this error message.

How to return an array from a method in Java?

Lakshmi Srinivas

Lakshmi Srinivas

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

5K+ Views

We can return an array in Java from a method in Java. Here we have a method createArray() from which we create an array dynamically by taking values from the user and return the created array.Example Live Demoimport java.util.Arrays; import java.util.Scanner; public class ReturningAnArray {    public int[] createArray() {   ... Read More

Length of XSTRING variable from an SAP function module.

Lakshmi Srinivas

Lakshmi Srinivas

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

424 Views

You can fetch the length of XSTRING variable using xstrlen( l_abc_xstring ) where l_abc_xstring is the XSTRING variable.

Advertisements