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

Creating an object to implementing a sap note

Former Member
0 Likes
2,860

Hi,

I'm implementing sap note 216150, after downloading the note when I try to implement it system

generates the following error:

Object REPS ZVADOR01 does not exist; create it

Message no. SCWN317

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 ZVADOR01 with the corresponding object editor.

3. Restart the SAP Note implementation.

I don't know how can I create the object ZVADOR01

Thanks

Best Regards

1 ACCEPTED SOLUTION
Read only

Former Member
1,484

Hi ,

Goto SE38 and create executable program with name ZVADOR01.

If code is given by SAP then copy it to this program.

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
1,484

Either in your sap-note there is the coding for this report or in some sap-note which is related to your note.

Probably one of the earlier ones in the chain.

Read only

Former Member
1,485

Hi ,

Goto SE38 and create executable program with name ZVADOR01.

If code is given by SAP then copy it to this program.

Regards