Top "Sap" questions

DO NOT USE THIS TAG as it's ambiguous.

Pulling data from SAP using Excel Macros

So I am trying to pull data from SAP using excel macros. I am new to VBA so please bear …

vba excel sap longtext
Count itab rows that meet some condition?

I get a internal table from a FUBA call that has ~ 100 rows. About 40% of the rows are not relevant to …

sap abap internal-tables
Connecting to SAP Web Service from C# .NET application

I've written a Windows Application to test a connection to a clients SAP web services. The web service call requires …

c# .net c#-3.0 sap
How to check status of a running program

I assume that I have an ABAP program that takes long time on running. So I want to check what …

sap abap
SAP JCO JAVA Could not initialize class com.sap.conn.jco.JCo

i want to use SAP JCO to select user data for my java program. But all i got is: Sep 23, 2014 1:34:28 …

java sap jco
Activating (bring to foreground) a specific window with vbscript

I'm not even sure where to start with my question, I tried a hundred things and googled for hours but …

windows vbscript sap
BAPI_TRANSACTION_COMMIT with WAIT = 'X' within a BADi

What would be the effect of using the 'BAPI_TRANSACTION_COMMIT' with 'WAIT' parameter when equals to 'X' inside a …

sap commit abap bapi badi
replace parameter name show on screen?

When I'm defining a parameter, like: PARAMETER pa_date TYPE d DEFAULT sy-datum. How do I change "pa_date" to …

parameters sap abap
How to write text to a local file

I'm trying to write text to a local file (i.e. on my laptop) using the following code: data: fname(60), …

io sap abap bsp
Trouble connecting to a remote HANA database via JDBC

I'm running a small JAVA program from my laptop trying to connect via JDBC to our HANA server for a "…

java jdbc sap hana