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 can I create a object for a note?

Former Member
0 Kudos

Hi experts,

I need to apply the note 501905 but when I try in the SNOTE transacction I receive this error:

Object REPS Z_MRM_DELETE_PP does not exist; create it

Diagnosis

The SAP Note that you want to implement contains changes to an object that does not yet exist in your system.

SAP Notes contain only changes to objects that already exist. This means that the the system cannot automatically create new objects during the implementation of this SAP Note.

Procedure

1. Cancel the SAP Note implementationl.

2. Create an empty object REPS Z_MRM_DELETE_PP with the corresponding object editor.

3. Restart the SAP Note implementation.

How can I create that Object??

Thanks for the help!

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Create an executable empty report with the name Z_MRM_DELETE_PP with transaction SE38. then use SNOTE or copy the code.

Regards

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Create an executable empty report with the name Z_MRM_DELETE_PP with transaction SE38. then use SNOTE or copy the code.

Regards

Former Member
0 Kudos

Hi Carlos,

It says that you have to create a new program with a name Z_MRM_DELETE_PP.

Once you create and activate the program you can execute the SAP Note.

All this processure will be written in the SAP Note.

Please Go through the Note using below:

Step1: Use T.code SNOTE.

Step2: Use menu GOTO --> NOTE BROWSER. Provide the Note no and EXECUTE.

Step3: Double click on the displayed line.

Here you will get the information to do before implementing the note.

Go through all the documentation, and once you did all the development given in the note then you can implement the note.

Regards,

Sreekanth.