on 2024 Sep 18 1:32 PM
Hi, I have used the "Reverse engineer->XML Definition" and this way imported XSD files (defining ISO messages) into PowerDesigner 16.5 (DataArchitect license).
Then I used "Tools->Generate Physical Data Model".
The XSD Complex Type contains the attribute comments as below on Documentation:
<xs:element name="_baseType" minOccurs="0" type="xs:string">
<xs:annotation>
<xs:appinfo>Schema for processing submitted applications</xs:appinfo>
<xs:documentation>When sub-classing, this defines the super-class</xs:documentation>
</xs:annotation>
</xs:element>
MY issue is, while generating Physical Data Model, my expectation is that this Documentation info should be available on attribute comment in PDM.
Any hint on this on how to achieve it?
Request clarification before answering.
Hello,
After reversing the xsd file in an XML model, you can find the values of "appinfo" and "documentation" in the Annotation tab of the element properties window.
However, please note that there is no automatic mapping defined in the PDM for these properties during XML > PDM generation. To ensure that the annotation values are propagated to the generated table, you can use transformations to copy the contents and paste them into the comment field.
You can refer to this example for more information:
https://community.sap.com/t5/technology-blogs-by-sap/example-on-using-powerdesigner-transformation/b...
Kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
15 | |
10 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.