Top "Sap" questions

DO NOT USE THIS TAG as it's ambiguous.

What are ABAP and SAP?

What are SAP and ABAP? I searched and got a bunch of different acronyms that don't quite make sense. Is …

sap abap
How to set dynamic key for READ TABLE?

I'm trying to work out a way to read an internal table that has to be created dynamically. I have …

dynamic sap abap internal-tables
Always display ALV Grid as ALV List?

I have a following issue. I would like to display an ALV Grid always as ALV list for my user. …

sap alv
How to convert a string to date in SAP HANA SQL select statement?

How do i convert a string '20120215' to a date format YYYY-MM-DD (2012-02-15) in a SQL SELECT statement? …

sql sap hana
Web Intelligence report error. #MULTIVALUE error

I've run into an issue with the WEBI report I am making. Here is the code in question: =If([Group …

sap business-objects multivalue
How do I login through SAP using command line

I am trying to login through SAP through the command line using the sapgui command, is this possible? Is there …

sap
Find all objects related to a list of transport requests

I have a huge list of transport requests, I want to get a report of all included objects of these (…

sap transport
Combine LIKE and CONTAINS in SAP HANA

Consider the following entries in my table: red apple yellow apple apple green red aple appel yellow Several people have …

sql sap fuzzy-search hana hana-studio
Increment an integer

Sometimes ABAP drives me crazy with really simple tasks such as incrementing an integer within a loop... Here's my try: …

sap abap
SAPUI5 Set Focus on Input Field

i have the following Problem: I have 2 XML Views with a few input fields and at navigation to the second …

javascript sap sapui5 setfocus