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: 

Standard Function Module is converted to Remote Function Module (CREDIT_EXPOSURE)

former_member223213
Participant
0 Kudos
542

As i am converting the standard Function Module to Remote Function Module (CREDIT_EXPOSURE) it is not asking any access key !!

i am on right path !!

11 REPLIES 11

monami
Explorer
0 Kudos
215

Hi,

It just means someone has already opened the object with the access key before you.

Thanks & regards,

Monami.

0 Kudos
215

Hi monami,

Thanks for reply ,

but i am  the only one who is changing it sure you can believe me.

Thanks & Regards,

K.Manoj

0 Kudos
215

Hi Manoj,

Please check if you have a developer key entry in table DEVACCESS for the user ID. When the key is present, it means that a developer key was provided earlier for the user ID.

Hope this helps,

~Athreya

0 Kudos
215

Hi Rama Krishna,

Yes developer key is provided is in the table DEVACCESS, if it is not provided we can not do developments ...that is  for developer key only

Is that key will provide us access to change the Standard object ....!!!    

but if i try to change other objects it is asking access key ..!!!

Thanks & Regards,

K.Manoj

0 Kudos
215

Hi Manoj,

My earlier reply some how has got truncated while posting. DEVACCESS table holds the developer key for a user ID and ADIRACCESS table holds the access key data for a particular object. If there is an entry in this table for the function module, it means that at some point the FM was edited and access key was provided.

Hope it helps,

~Athreya

former_member182550
Active Contributor
0 Kudos
215

If you are coinverting an FM because you now have a requirement for it to be RFC enabled,  don't touch the SAP standard - write a wrapper around it that is RFC enabled and call the standard module within that.

Regards

Rich

0 Kudos
215

This message was moderated.

0 Kudos
215

Where ?  I can't even see a previous reply from you.

Rich

0 Kudos
215

Nor the other one now!

0 Kudos
215

I'm confused enough already!!

raymond_giuseppi
Active Contributor
0 Kudos
215

Check at https://service.sap.com/sap/bc/bsp/spn/sscr/intro.htm for your company registration.

(or ask your admin to do)

As an alternative look in table ADIRACCESS for the function group (R3TR FUGR) containing the FM (as suggested in second anwer of Athreya)

I confirm using a wrapper is good practice, when changing standard is not.

Regards,

Raymond