diff --git a/F.A.Q..md b/F.A.Q..md new file mode 100644 index 0000000..798950c --- /dev/null +++ b/F.A.Q..md @@ -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). +