Created F.A.Q. (markdown)

ivanfemia 2014-01-02 09:04:17 -08:00
parent d352525b35
commit 3def89cdaa

23
F.A.Q..md Normal file

@ -0,0 +1,23 @@
* After import error "Interface method are not implemented" is thrown
This is by a well know problem with SAPLink, Import nugget twice.
* Demo reports do not compile, class CL_BCS_CONVERT is not available.
Implement SAP OSS Notes:
[Note 1151257 - Converting document content](https://service.sap.com/sap/support/notes/1151257)
[Note 1151258 - Error when sending Excel attachments](https://service.sap.com/sap/support/notes/1151258)
* You want to start a report with SUBMIT. The report you called has a parameter of type string. If a variable of type string is transferred to the parameter with SUBMIT, the system issues termination message DB036
Implement SAP OSS Notes:
[Note 1385713 - SUBMIT: Allowing parameter of type STRING](https://service.sap.com/sap/support/notes/1385713)
* Macro-Enabled workbook
Run report ZDEMO_EXCEL29 and use as VBA source file TestMacro.xlsm attached.
Basically abap2xlsx works using an existing VBA binary (we do not want to create a VBA editor).