Kommentar verfassen
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
Das Schreiben von Kommentaren ist nur registrierten Benutzern erlaubt, die Registrierung ist kostenlos und erfordert keine E-Mail Adresse und kann schnell hier durchgeführt werden.
My excel contains a column that is a timestamp. When I parse it with the XCO library to write to an internal table, it gets converted to some random string value. What should I do?
Hello Nikhitha,
you can try out to change the transformation from string to IDENTITY (method set_value_transformation) for example. Normally it's not a random number, it's a calculation. You can also check google for the conversion from the timestamp to a date or datetime to find the formula.
Greetings Björn
How download / upload the excel using XCO?
How can we download / upload the excel data using XCO class? If XCO does not have the functionality for download / upload then is there any clean approach to handle such operation by using some released classes?
Hello Nikesh,
the XCO Library is only for conversion of a binary. The up-/download is a frontend feature of ABAP. So you can use the GUI frontend services for SAP GUI. For ABAP you have to implement it at the moment for yourself. An easy solution is planned in RAP for the future, at the moment you can use the Streams.
Greetings Björn