Wednesday, September 27, 2006
Code:Download and upload OO ABAP class in XML format - ITtoolbox Wiki
Code:Download and upload OO ABAP class in XML format - ITtoolbox Wiki
If you are closely acquainted with ABAP Objects and more generally with OO technology and paradigm, then it is likely that you have your own OO developments you want to reuse. Personally I have some. The problem is that for one reason or another not always you can use SAP transport system to port your classes from one system to another. There is a standard program RWBPRINT which can be used (with debugging tricks) to download ABAP class data, but frankly it is not quite convenient, its strength is that it can be used as a usage template of some function modules for accessing ABAP class data.
If you are closely acquainted with ABAP Objects and more generally with OO technology and paradigm, then it is likely that you have your own OO developments you want to reuse. Personally I have some. The problem is that for one reason or another not always you can use SAP transport system to port your classes from one system to another. There is a standard program RWBPRINT which can be used (with debugging tricks) to download ABAP class data, but frankly it is not quite convenient, its strength is that it can be used as a usage template of some function modules for accessing ABAP class data.