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 Problem

Former Member
0 Likes
3,402

Hi SAPsperts,

My problem is as below:

I want to make some modification to the transaction CO15, This transaction is for Production order confirmation. First we will give the Order number on the first screen. Then we will check for the goods movement. When we press Goods movement button and it takes me to the next detailed screen where I see the order items. I need to make the changes in this screen. As per my requirement I need to disable couple of fields in the table control.

Now, I am going to SAP Service market place and creating the ACCESS KEY with below parameters

Release : 700

PgmID: R3TR Full Object

Type: TRAN (As its transaction: I think this is the problem, We need to use some other combination for this)

Object name: SAPLCOWB

After registering the object, SAP is creating access key but when I put that key to incorporate the changes, it says INVALID ENTRY. I think the problem is the TYPE parameter which I used while creating the access key.

Please let me know what should I put in that field to incorporate the changes?

Regards,

Hemal

1 ACCEPTED SOLUTION
Read only

former_member222709
Contributor
0 Likes
2,305

Hi Hemal,

As you've mentioned about the Object details, please note that the object you have specicified is a Program.

Release : 700

PgmID: R3TR Full Object

Type: FUGR

Object name: COWB

whereas, the change details for the transcation will be:

Release : 700

PgmID: R3TR Full Object

Type: TRAN

Object name: CO15

Hope this helps.

Regards,

Pranav.

13 REPLIES 13
Read only

former_member222709
Contributor
0 Likes
2,306

Hi Hemal,

As you've mentioned about the Object details, please note that the object you have specicified is a Program.

Release : 700

PgmID: R3TR Full Object

Type: FUGR

Object name: COWB

whereas, the change details for the transcation will be:

Release : 700

PgmID: R3TR Full Object

Type: TRAN

Object name: CO15

Hope this helps.

Regards,

Pranav.

Read only

0 Likes
2,305

Hi Pranav,

Many thanks for the reply!!!

I tried all the combinations but it was not working out.

Regards,

Hemal

Read only

0 Likes
2,305

Did you checked by giving the option as PROGRAM.

Thanks,

K.Kiran.

Read only

0 Likes
2,305

Yes I Did.

Rgds,

Hemal

Read only

0 Likes
2,305

I had never used CO15 so not able to provide much info.But,did you checked if there are any enhancement points or customer exits available because those are recommended instead of getting the SCCR key by regsitering the objects in SAP.I hope you are in ECC version.

Thanks,

K.Kiran.

Read only

0 Likes
2,305

Hi Hemal,

Can you check again using the following steps for registering/getting an access key:

1. Click on the change button of the object you want to edit.

2. You will get a pop-up asking for the access key.

3. That pop-up has the combination that you need to enter while registering the access key. e.g. R3TR/FUGR/COWB

4. The pop-up also has an installation number which you need to verify.

5. Log-on to service.sap.com

6. Navigate to 'Key & Requests' --> 'SCCR Keys' --> 'Register Object'.

Compare the installation number and enter this Access Key.

Also, ensure that your SAP User-id/Login-id has 'Developer's Access Key' to edit any object. (Try creating a 'Z' program from T. Code: SE38)

Regards,

Pranav.

Read only

0 Likes
2,305

Hi Friends,

Thanks for all your replies and my issue is solved Pranav has given very helpful solution and Thanks to all of you....Appreciate your help!!!

Regards,

Hemal

Read only

kiran_k8
Active Contributor
0 Likes
2,305

May be it should be LIMU/DYNP.You can get the objects details of the module pool screen from STATUS option in the menu bar.

Silly but check if you are getting some space before and at the end of the registration key when you copying from the sap service marktet place screen.

Thanks,

K.Kiran.

Read only

sjeevan
Active Contributor
0 Likes
2,305

I don't know who told you to change standard SAP Tcode but it is NOT at all recommended. This would cause serious inconsistencies when support packs are applied. SAP will not support if any problems should occur.

Your approach should be to first look for transaction variants, customer exits, BAdi's and it they're not available make a custom transaction code using BAPI's etc if they're not available make the copy of standard transaction code.

For your case try using this Business Addin WORKORDER_GOODSMVT

Read only

Former Member
0 Likes
2,305

Hi Jeevan,

I tried to create transaction variant for TCODE CO15. But I am unable to test that TV. Please if you can send me a link to play around this transaction SHD0, I would highly appreciate your help.

Regards,

Hemal

Read only

matt
Active Contributor
0 Likes
2,305

I don't know who told you to change standard SAP Tcode but it is NOT at all recommended. This would cause serious inconsistencies when support packs are applied. SAP will not support if any problems should occur.

>

> ... if they're not available make the copy of standard transaction code.

This is MORE dangerous than changing standard code. With a change, you get the modification assistant and for upgrade you get SPAU, so you can see exactly what has changed. If you clone a transaction, you don't get any fixes any more, there's no record of how the clone was made and how it differs from the original, and you've effectively written your own program to update standard SAP tables, which also means that SAP will not support you if any prolbems would occur.

With cloning you get exactly the same risks as modification without any of the controls or records .

For the OP. You must set the release, program id, type and object exactly as prompted, and ensure that you are registering the key for the correct installation. The key I will get for Release : 700 R3TR FUGR COWB will be different from the one you get as we have different systems.

Edited by: Matt on Jan 2, 2012 9:12 AM

Read only

Former Member
0 Likes
2,305

Not sure which screen you need to change, but have you tried/looked for any enhancement points?

Read only

0 Likes
2,305

Not sure whether you are facing the same issue as we did. But this is our scenario, Our client had an upgrade of SAP GUI. We also needed to access one the transactions for which access key was required. However the key that was generated at office system did not work. We tried couple of time. However, Access Key that was generated from personnel laptop did work. So we though it had some issue to do with Basis team.