Hi all,
I need to save the JCO (sap) IMetadata object in a file, then create the IMetaData object from the file on a different computer.
can anyone help me on how to do so?
thanks! :)
Hi all,
I need to save the JCO (sap) IMetadata object in a file, then create the IMetaData object from the file on a different computer.
can anyone help me on how to do so?
thanks! :)
the following page will help you: Object Persistence Made Easy the IMetadata Class implements the Serializable interface. you can use ObjectInputStream/ObjectOutputStream to store and recover your object.