cancel
Showing results for 
Search instead for 
Did you mean: 

Data Dictionary and ABAP in Text Representation for Transformation

Former Member
0 Kudos

Hello Community,

is there any possibilities to have the data dictionary of SAP WAS 6.2 in a text representation form?

Something like DDL of SQL database (without going deeper to the database SAP WAS uses)?

Something like:

CREATE TABLE xxx ...

The point is that I try to write a transformation from UML to ABAP code and to SAP Data Dictionary,

To make this possible I need a possibility to be able to "import" text file (ABAP code and SAP

Data Dictionary) from the file system to the SAP Repository... and the best way is to have

a text file import... AFAIK using transport does not help since it supports SAP to SAP import/export...

Thanks a lot!

Lofi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

To make my question more accurate:

Are there any standard BAPIs (RFCs) which enable me to read and write the Data Dictionary from and to SAP WAS 6.2 easily?

Surely I could write my own RFCs using ABAP just like what SAPEditor has done (http://www.sapedit.com) but I would prefer a standard mechanism (standard RFCs) for this... if available.

I really apreciate any answers and thanks a lot!

Lofi.