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

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

Former Member
0 Likes
2,038

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
Read only

monami
Explorer
0 Likes
1,711

Hi,

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

Thanks & regards,

Monami.

Read only

Former Member
0 Likes
1,711

Hi monami,

Thanks for reply ,

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

Thanks & Regards,

K.Manoj

Read only

0 Likes
1,711

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

Read only

Former Member
0 Likes
1,711

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

Read only

0 Likes
1,711

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

Read only

Former Member
0 Likes
1,711

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

Read only

0 Likes
1,711

This message was moderated.

Read only

0 Likes
1,711

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

Rich

Read only

matt
Active Contributor
0 Likes
1,711

Nor the other one now!

Read only

0 Likes
1,711

I'm confused enough already!!

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,711

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