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: 

Function module not defines in SM37

Former Member
0 Kudos

Hi,

Please refer the function module : <b>/SAPSLL/ASS_DOCS_LS_FETCH_R3</b>. If you check in that you will find one more function module called : <b>/SAPSLL/LC_ASS_DOC_SELECT_RFC</b> . If I type this name in SE37 and say display it cannot be found. Where can I see the definition of this function module and this call retunrs some non zero value 4 . I want to debug and see why tis call is failing. Canm anyone please help me with this .

Regards,

varun .

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Mostly likly this function module does not exist in the system and mostly likely resides on another system such as CRM or SRM, etc. The RFC function module does not have to reside in the source system in order to use it in the program, it just has to reside in the target. Check the target system for the source code.

Regards,

Rich Heilman

7 REPLIES 7

former_member181962
Active Contributor
0 Kudos

It is being called from another system. see what is the value for LV_RFC_DEST . Go to that destination system and see its definition.

Regards,

ravi

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Mostly likly this function module does not exist in the system and mostly likely resides on another system such as CRM or SRM, etc. The RFC function module does not have to reside in the source system in order to use it in the program, it just has to reside in the target. Check the target system for the source code.

Regards,

Rich Heilman

Former Member
0 Kudos

/SAPSLL/LC_ASS_DOC_SELECT_RFC is called on a remote system. May be this is the reason you can see it in R3.

Also note that if the RFC destination is not found in /SAPSLL/ASS_DOCS_LS_FETCH_R3 the processing terminates.

-Kiran

0 Kudos

HI,

Thank you all friends. It makes sense what you have explained to me . I am waiting for some authorizations . I will get back if I have any more issues with this .

Regards,

Varun .

0 Kudos

Please reward points and close the thread if your query was resolved.

-Kiran

Former Member
0 Kudos

Well i am able to both th FM in SM37

0 Kudos

I'm on 46c, I can not see either.

Regards

Rich Heilman