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

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

[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 Certified SAP ABAP consultant.. (SAP ABAP)
on Sep 2 at 2:23 AM
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
View this online
  
Popular White Papers

In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App
_.____.__

0 comments:

Post a Comment

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