‎2011 Aug 24 4:26 PM
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
‎2011 Aug 24 4:37 PM
‎2011 Aug 24 5:49 PM
Hi
It's a dynamic call, you should indicate where the abap code you've posted is
Max
‎2011 Aug 24 9:27 PM
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
‎2011 Aug 25 3:13 AM
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