Srinivas Gorla

Srinivas Gorla

45 Articles Published

Articles by Srinivas Gorla

Page 5 of 5

How to put two public classes in a Java package.

Srinivas Gorla
Srinivas Gorla
Updated on 30-Jul-2019 493 Views

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

Read More

RFC or BAPI for displaying change documents in SAP

Srinivas Gorla
Srinivas Gorla
Updated on 30-Jul-2019 627 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 and click on Create (F8).In the RFC destination field, enter the name of the RFC destination system. Next is to set the connection type to T (Start an external program through TCP/IP).Next is to provide a Function Module handler that can be called using tRFC from SAP system -> Next ...

Read More

Apply sorting on Date in SAP BO Webi report

Srinivas Gorla
Srinivas Gorla
Updated on 30-Jul-2019 774 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 get your task done in few ways:Easiest option will add another column with the same field and then apply sorting on this and then hide the column. This will sort your data on the date field.Other but better option will be using a custom date format to format the date ...

Read More

Storing static attribute values in ABAP

Srinivas Gorla
Srinivas Gorla
Updated on 30-Jul-2019 461 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 session- this can be verified using a recursive function call.

Read More
Showing 41–45 of 45 articles
« Prev 1 2 3 4 5 Next »
Advertisements