-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please define format for DTEL (Data Element)? #556
Comments
Hi Libor, Thank you for reaching out to us. In general, for sure, I agree it make sense to have an ABAP file format for data elements. :) Can you add some words in which use case you want to use the file format? You are referring to the content type of ADT requests/responses. Currently, there are no short-term plans to change the content type of request/response representation of data elements in ADT to ABAP file formats. Thanks. |
Hello Michael, we use the DDCI system for internal development and testing purposes. And there are many situations, when we do need to create a DTEL for table, structure or piece of code, that is created afterwards. Now, we also have a usecase when we need to adapt existing DTEL used in a table and code (need to apply STRING type instead of CHAR 255) to lavarage the existing functionality in full scope. Best regards, |
Thanks, Libor for your update. To use the file formats (for data elements) in DDCI, this will require also an implementation. Therefore, I informed corresponding SAP development team about your request. Due to capacity reasons, I don't expect a fast solution. |
Hello Michael, thank you very much. It is much better than nothing :). We will just wait. Best regards, |
seems like this project is dead, dtel - is one of the core types. I doubt any project may work without DTEL means most like file formats is not in use anywhere, or this project is not in sync with some internal SAP project probably.. |
ABAP file formats are used for a bunch of object types in abapGit and ABAP development tools. I agree, it would be nice to have also a definition for DTEL and other DDIC artifacts. But, as of now, they are still missing. Both scenarios mentioned above can work without DTEL as of today, because they have other/old/existing representations of it. @ThePlenkov Maybe, you want to state why you are looking for a definition of DTEL and what is your use case. |
Hello colleagues,
I would like to ask you for having better format for DTELs.
I can see that tables and structures already have nice plain/text format. But in case of DTEL, ugly XML provided instead
READ
HTTP method: GET
URI: /sap/bc/adt/ddic/dataelements/zlb_test_dtel
Headers:
Accept: application/vnd.sap.adt.dataelements.v1+xml, application/vnd.sap.adt.dataelements.v2+xml
Body:
Write
HTTP method: PUT
URI: /sap/bc/adt/ddic/dataelements/%2Fiwfnd%2Fmet_request_add?lockHandle=AF6B410522A4215D7792D460CCA49CB9379FA47A&corrNr=C50K000749
Headers:
Content-Type: application/vnd.sap.adt.dataelements.v2+xml; charset=utf-8
Accept: application/vnd.sap.adt.dataelements.v1+xml, application/vnd.sap.adt.dataelements.v2+xml
Body:
Many thanks.
The text was updated successfully, but these errors were encountered: