Srinivas Gorla has Published 72 Articles

Apply sorting on Date in SAP BO Webi report

Srinivas Gorla

Srinivas Gorla

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

704 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

400 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