SAP AG software company based in germany. SAP offers business software, targeting small and medium-sized companies, just as whole software solutions for major corporations. The company's best known products are its SAP ERP & BusinessObjects.
1
vote
1answer
25 views
Calling an excel macro with paramters from SAP ABAP
How can I call an excel macro with parameters from ABAP? I've found plenty of references for calling a macro without parameters online using the following method:
CALL METHOD OF obj_ex_APP 'Run'
...
0
votes
0answers
8 views
Full list of RFCOPTIONS key values for RFCDES table
Where can I get a description of RFCOPTIONS strings from a RFCDES table? What it means to each parameter? (H=?,N=?,g=?,l=?, ...)
I'm looking for a full list of these for documentation purposes.
0
votes
2answers
19 views
SAP localization of strings that are hardcoded
Does anybody know how SAP and other ERP companies deal with localization issues such as Import values? To give a specific example: If I am trying to translate the message: "Value has to be either 'Y' ...
1
vote
1answer
28 views
PKCS7 Verify digital signature in Java
The situation is that i have to check a digital signature:
String1 "A1005056807CE11EE2B4CE0025305725CFrCN=KED,OU=I0020266601,OU=SAPWebAS,O=SAPTrustCommunity,C=DE20130611102236"
is signed via PKCS#7 ...
0
votes
0answers
35 views
+50
Dialog box does not work for SAP Business One Add-On
I have used the code below for my SAP Business One add-on that reads Excel sheets from a dialog box. While testing my addon, I placed a breakpoint at
Thread.Sleep(1); // Wait a sec more
in Visual ...
0
votes
1answer
28 views
Casting from a Packed(8) type to a TMSTMP (DEC15) type in a Unicode system (and back)
Background:
I have several tables that are connected for maintenance in a view cluster (SE54). Each of these tables have the standard Created/Changed By/On fields. For created data updating the ...
0
votes
0answers
60 views
Export to Excel does not parse correctly [closed]
I do not use SAP but do use Excel output from it. I would appreciate a clear description (to pass on to whoever does the extract) of how to overcome the occasional problem with parsing text fields ...
1
vote
2answers
46 views
How to enhance a standard Transaction, to add a Parameter ID to one of the field in one screen?
Transaction MB1A
That is the field I am interested in.
When I analyze the field, it has no Parameter ID
However I'd like to be able to call this transaction and for that field to be ...
0
votes
1answer
27 views
Data Provider for SAP
I am trying to create SSIS package for loading the data from SAP BW to SQL Server. But after read through many books people are saying we need Data Provider to load the data from SAP BW to SQl Server. ...
0
votes
1answer
33 views
Unable to convert datetime yyyyMMdd to ddMMyyyy for SAP matrix
I am developing an SAP addon that reads excel sheets and then loads the information into a matrix. A user can edit the information on the matrix and then save the data to the SAP database.
The date ...
5
votes
0answers
72 views
SAP: SAPGUI Parse GuiUserArea
Problem!
Currently at the place that I work We are trying to perform some kind of repetitive task via automatically with the usage of SAPGui, Excel & VBA. Usually, the most of the reports that ...
0
votes
0answers
8 views
Description in front of a field - developed infotype
I'm developing a custom infotype and, in an infotype like 0001, in front of some fields the description is shown. I would like to have this in my developed infotype.
Does any one know how to do this?
...
3
votes
1answer
31 views
Writing without clearing the entire screen
I want to write something after a user command in report programming. (when he pushes a button in pf-status). But I dont want the screen to be cleared. It's like I want to append text in the end of a ...
0
votes
0answers
23 views
SAP .NET Connector 3.0 Memory Leak
We have a SAP Integration adapter that uses .NET Connector 3.0 and is written in C#. It runs continuously as a windows service, periodically connecting to SAP and pulling some data over RFC.
We ...
1
vote
1answer
47 views
Input string was not in a correct format from null data from DataTable
I am creating an add-on program for SAP Business One that reads data from an Excel sheet and then loads the data to a Matrix. The Excel sheets will always have the same columns.
However, some columns ...