Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to implement SAP note which has DDIC changes

former_member456231
Discoverer
0 Kudos

Data element and domain has to be created as part of SAP note but note is using standard naming convention for creating them. How to create data element and domain using standard naming convention as it is asking access key.

4 REPLIES 4

BJarkowski
Active Contributor

In general, you should not implement notes manually. Instead, you can use t-code SNOTE. Please follow the blog:

https://blogs.sap.com/2013/06/26/how-to-implement-sap-note-in-snote/

Bartosz

0 Kudos

Thanks. attached link has good info but my note has some manual steps to create new data elements, domains and structures. When i create them as per note it is asking access key due to standard naming convention. Can you please clarify.

0 Kudos

In that case you need to manually register the object in SAP Service Marketplace under Software Change Registration.

Best regards

Bartosz

raymond_giuseppi
Active Contributor
0 Kudos

Either you are lucky (and this is a recent note) so there is a program to generate those ddic elements. Else, you must get the access key from https://launchpad.support.sap.com/#/sscr/objects/my with your S-id and 'manually' create the ddic elements.