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

access key while extending IDOC type

Former Member
0 Likes
1,897

hi,

i am new user to Idoc creation...I am just practicing Idoc in SAP R3 6.0 IDES version...i started CMOD..then assigned project name and created..then i clicked enhancement assigments..then I try to provide VSV00002 and pressed enter..

i saved the details..then clicked components..

selected funiction module EXIT_SAPLKD01_001 and clicked on that..

then i selected INCLUDE PROGRAM and clicked on that..

then i try to change to display to change mode

then it is asking for the access key

installation INTIAL

( Enter the key for the object and SAP release)

Sorry i do not know whether to ask this question in this forum or basis forum..

regards

Praba

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,070

From what I can understand from your explanation here, you are trying to work on a user exit related to an IDoc. You created a project in CMOD, attached the enhancement and selected the component that you want to insert the logic into. When you double clicked on the INCLUDE ZXVSVU03, and if this is the first time, you will get a warning at the bottom of the screen that says 'Program names ZX... are reserved for includes of exit function groups'. Just press enter key and you should get a pop-up window that asks you ' Include ZXVSVU01 does not

Create Object?'. Click 'Yes'. You will then continue on to create the include. Once the include is created, it is that include where you should insert the logic for the user exit.

You probably clicked on the change button within the function module.

8 REPLIES 8
Read only

former_member404244
Active Contributor
0 Likes
1,070

Hi,

R u using logging into the client for the first time..If yes then u need to give the developer key..Provide the developer key and proceed u won't get any message now.

Regards,

nagaraj

Read only

0 Likes
1,070

hi,

yes..i am first time using this system..

how to get the developer key?

even i tried with that standard access key (366876 632212 61278694) it is not accepting

Read only

Former Member
0 Likes
1,070

hi prabha,

can't u extedn the idoc by using <b>we30</b>first create an exten using WE31 ans then append it to idoc using we30 y r using user-exit..? acyually by clicking on the include program u should get the editor screen i dont know y its displaying that message.

ravi r

Read only

0 Likes
1,070

hi,

if u have any notes/Links with step by step procedures to create new IDOC or extend Idoc..mail me to praba78@rediffmail.com

Read only

Former Member
0 Likes
1,070

Hi,

Follow the steps given below:

WE31 --> To Create a Custom Segment

WE30 --> To extend the basic Idoc type

WE82 --> Assigning the extended to Message type

WE57 --> Assigning FM to Extended Idoc type

WE41 or WE42 --> Write the code in userexit in FM to populate the data in Custom Segments.

Regards

Kannaiah

Read only

0 Likes
1,070

hi,

Thanks for ur answers...all of u..nagaraj,Ravi, kannan..

I remotely accessing the SAP R3 when i contacted the admin..he is saying like this..

We do not provide Access Key for SAP Objects. You can only develop your own program or create your own objects in Z/Y range, but modification of existing SAP objects is not allowed

..can u explain..above one... can i copy the existing Idoc and create new Idoc...is it possible..

like what ravi and kannan told

regards

Praba

Read only

Former Member
0 Likes
1,071

From what I can understand from your explanation here, you are trying to work on a user exit related to an IDoc. You created a project in CMOD, attached the enhancement and selected the component that you want to insert the logic into. When you double clicked on the INCLUDE ZXVSVU03, and if this is the first time, you will get a warning at the bottom of the screen that says 'Program names ZX... are reserved for includes of exit function groups'. Just press enter key and you should get a pop-up window that asks you ' Include ZXVSVU01 does not

Create Object?'. Click 'Yes'. You will then continue on to create the include. Once the include is created, it is that include where you should insert the logic for the user exit.

You probably clicked on the change button within the function module.

Read only

0 Likes
1,070

hi srinivas,

I followed ur steps..it went correct..thanks.

regards

Praba