We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] CALL_FUNCTION_NOT_FOUND

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by Kalyani Udare
on Sep 2 at 2:41 AM
How can you check function module in SM37. By the way, if the function module doesn't exist then you need to create it.

Regards,
Kalyani

---------------Original Message---------------
From: priya joshi
Sent: Friday, September 02, 2011 2:24 AM
Subject: CALL_FUNCTION_NOT_FOUND

I am facing this dump very frequently
User, transaction.


Client.............. 900
User................ "EPAWLAK"
Language key........ "L"
Transaction......... "ZCONS_ORD "
Program............. "ZCS_CONSUMABLE_ORDER"
Screen.............. "ZCS_CONSUMABLE_ORDER 0100"
Screen line......... 28

Dump occurring at following code

41690 LOOP AT t_consumables WHERE ordered_qty <> 0.
41700 CALL FUNCTION 'ENQUEUE_EMMARCE'
41710 EXPORTING
41720 matnr = t_consumables-material
41730 werks = werks
41740 EXCEPTIONS
41750 foreign_lock = 01
41760 system_failure = 02.
41770
41780 IF sy-subrc <> 0.
41790 lv_error = lc_enqueue_error.
41800 CLEAR: yreturn.
> CALL FUNCTION 'Z_CS_SY_TO_BAPIRET'
41820 IMPORTING
41830 return = yreturn
41840 EXCEPTIONS
41850 no_message_in_sy = 1
41860 OTHERS = 2.
41870
41880 CONCATENATE t_consumables-material ':' INTO x1.
41890 CONCATENATE x1 yreturn-message INTO yreturn-message
41900 SEPARATED BY space.
41910 APPEND yreturn.
41920 ELSE.

I have checked in SM37 FM 'Z_CS_SY_TO_BAPIRET'
does not exist.
please help me this is really urgent
please let me know if you want any more information.

Regards
Joshi

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
View the "Managing the Application Life Cycle" webinar and learn how organizations optimize their SAP applications.
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language