2022 Nov 23 4:40 AM
Hi
While using this FM I'm getting an error T:
Message class: SOFFICEINTEGRATION
Message number: 899
Message text: Method "&2" of object "&1" was not executed
Does anybody have any suggestions on how to rectify this error?
Thanks
Farhan
2022 Nov 23 7:15 AM
Yes, do not use this FM
It is not released by SAP, so you should not used it
Use ABAP2XLSx
2022 Nov 23 10:29 AM
How can I install this. I tried it but I'm not able to do it.
2022 Nov 24 9:36 PM
ABAP2XLSX is an open-source solution that must be installed in your SAP system. Search the Web for it and you will find the whole procedure and documentation on GitHub.
Hope this helps.
Patrice
2022 Nov 23 7:21 AM
Try to provide some context, for example how it is called and with what values
2022 Nov 23 10:28 AM
Just passing the file name and trying to get the details into an internal table. But the data
is not coming in the internal table sometimes. When I debugged the FM I found this error.
So please if you know anything regarding this or any alternative of it, then please share.