Application Development and Automation 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: 
Read only

how to implement SAP note which has DDIC changes

former_member456231
Discoverer
0 Likes
3,942

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
Read only

BJarkowski
Active Contributor
1,787

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

Read only

0 Likes
1,787

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.

Read only

0 Likes
1,787

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

Best regards

Bartosz

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,787

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.