Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Hi Joshi, This function is a homemade function (starts with Z). It's not a standard SAP function. The best you can do, is to retrieve the specifications or the person who has made it. Look if the source doesn't exist anymore and if yes try to re-activate the function. Further than this no one can help you. John
| | | ---------------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 | | Popular White Papers In the Spotlight SAP BusinessObjects: Dashboards and Analytics. Learn more about this Toobox.com Marketplace online course. _.____.__ |