Srinivas Gorla has Published 75 Articles

How to show a foreach loop using a flow chart in JavaScript?’

Srinivas Gorla

Srinivas Gorla

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

851 Views

The following shows foreach loop using flow chart:

How to put two public classes in a Java package.

Srinivas Gorla

Srinivas Gorla

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

304 Views

Yes. The only condition is to have one public class in separate java file.

RFC or BAPI for displaying change documents in SAP

Srinivas Gorla

Srinivas Gorla

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

303 Views

You need to set up a workflow engine and then customize event generation. Next is to write down a Java service to connect to SAP system using Java Connector and then register a RFC server. For this, you have to follow steps:Navigate to Transaction SM59 -> Expand TCP/IP connections directory ... Read More

Apply sorting on Date in SAP BO Webi report

Srinivas Gorla

Srinivas Gorla

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

461 Views

As you had already mentioned that you are using FormatDate function to format the date, So the sorting is applied to the output of the function which is STRING. So it applies sorting on the string and sorts only the initial alphabets which are a day in your case.You can ... Read More

Storing static attribute values in ABAP

Srinivas Gorla

Srinivas Gorla

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

276 Views

Static attributes of a class and the global variables of a function pool are dealt in a similar manner. In an abstract manner, you can consider static attributes as global variables. How global variables are reinitialized with a new internal session, static attributes do get reinitialized with the new internal ... Read More

Previous 1 ... 4 5 6 7 8
Advertisements