cancel
Showing results for 
Search instead for 
Did you mean: 

[HOWTO][ABAP] New Web Dynpro Component Creation

Former Member
0 Kudos

To create your first new Web Dynpro Component using

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">sneak Preview SAP NetWeaver: Full ABAP Edition (with Web Dynpro for ABAP!)</a> and <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm">this tutorial</a>, use the name started with 'Z', not 'MYCOMPONENT' as stated in the tutorial. Otherwise you will obtain the following:

1. Message box appears with the title "Object Edition: Initial Screen" and message "Object can only be created in SAP package". Press OK.

2. "Create Object Directory Entry" dialog appears

Object: R3TR|WDYN|MYNEWCOMPONENT

Original System: NSP

Person Responsible: BCUSER

3. I pressed "Local Object". Error message box appeared. Message "Test objects cannot be created in foreign namespaces".

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

That's right Sam, anytime that you are creating custom objects in an ABAP system, you must use the customer namespace which is beginning your objects with "Z" or "Y". Not sure why the documentation suggests that name without mentioning the customer namespace. Thanks for sharing.

Regards,

Rich Heilman