Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging

Former Member
0 Likes
623

Hi Experts,

I have a function module in QAS110 that I need to debug, this function module was assigned through table TBE24 and TBE34. The function module should be able to populate the KNVV-PLANT in QAS100 once a business partner and relationship is created in CRM. Can anyone inform me how can I debug this function module once I triggered the CRM?

For more info, kindly check OSS note 865321.

Thanks a lot!

3 REPLIES 3
Read only

Former Member
0 Likes
581

fill "/h" in your ok-code field (the white box left top of your screen).

then you will immidiateley go to the debugger.

sorry if i didnt understand you properly and so told you $hit.

Message was edited by:

Florian Kemmer

Read only

Former Member
0 Likes
581

Is this a function that runs in the background that you need to capture.

There is a small peice of code you can put in but as it is QA then you wont be able to do that.

Read only

Former Member
0 Likes
581

Yes.. this function is being executed in background.. so execute transaction in CRM --> trigger the Function module --> QAS..

I can put code in DEV and transfer it in QAS to debug.. may I know the small code that I can put that you are trying to say? thanks