cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Trying to debug program setup in NACE. See attached screen shot. Basically this program gets called when adding message ZNEU to PO (externally sends a PO via email). I would like program to break in debug when i add message and save PO. Program executes but I can't get it to break in debug.

View Entire Topic
former_member365886
Contributor

Hi Scott,

There are two ways to do it as below.

1st approach:

You have setup the further data of output as below,in this case it requires you to setup the update debugging.then it will stop at your desired breakpoint as suggested by Jurgen.(small trcik).Sometimes it si not required when the Standard FMs not called at update task,that is why SAP KBA has not mentioned it probably.

2nd approach: Whenever I need to debug, I follow this and it works 100% times.

Change PO->Messages-> repeat output->further data-> set 1

Then Run RSNAST00 it wil stop at your breakpoint.

RSNAST00 is actually the parent program of processing all kinds of output,however SAP has some specific programs and t-codes for individual output message processing in each process area though I have observed all can be processed by same RSNAST00.

Regards,

Avik

Najlaamusarsa
Discoverer

super useful thanks