2013 Apr 16 7:10 PM
Hi there
I need to retrive sy-tcode from RFC (BAPI_SALESORDER_CHANGE) that is called by .net program.
I'll do a customizing at include MV45AFZZ, USEREXIT_MOVE_FIELD_TO_VBKD.
I tried to use SRDEBUG transaction and I put a external Break-Point but I don't know why it doesn't work... (maybe it's because the user in this .net program is type system - SU01)
Does anyone have a sugestion?
2013 Apr 17 8:32 AM
Hi Thiago,
To debug a RFC which is being called from .net end , put a endless loop in RFC (like do enddo, while endwhile) . so when the RFC will get called it will struck at this point and you can debug it from SM50->program/session->program->debugging.
Do not forget to remove endless loop after debug.
Regards,
Dipesh
2013 Apr 17 8:32 AM
Hi Thiago,
To debug a RFC which is being called from .net end , put a endless loop in RFC (like do enddo, while endwhile) . so when the RFC will get called it will struck at this point and you can debug it from SM50->program/session->program->debugging.
Do not forget to remove endless loop after debug.
Regards,
Dipesh
2013 Apr 17 11:42 AM