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

ABAP/4 processor: CALL_FUNCTION_NOT_FOUND

Former Member
0 Likes
760

Hi

I have no knowlesdge in ABAP.

I can no more create purchasing order (ME21N). when I save , the system I receive a message in my inbox.

apparently, there is a problem with a functions:

CALL FUNCTION FMTAB-FUNCT

DESTINATION FMTAB-RFCDS

EXPORTING

please help me to understand for what are dedecated these functions , may be I can undestand if there is a problem in the configuration

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
619

Hi,

I think this is BTE related issue. Please check ABAP Consultant and check with him whether they have implemented any BTE.

Also you can have a look into this thread.

Shiva

Read only

Former Member
0 Likes
619

Hi

It's a dynamic call, you should indicate where the abap code you've posted is

Max

Read only

Former Member
0 Likes
619

As correctly identified by others, Its a dynamic call(BTE). An ABAPer should be able to identify the missing function module and he just have to create it or remove it from the config to keep things get going !

Arjun

Read only

Subhankar
Active Contributor
0 Likes
619

Just check with the ABAP er. May be in the target system function module is not exist. Check the RFC destination and in that system check the Function module exist or not.

Thanks

Subhankar