Wednesday, 23 April 2014

How to debugg Outbound FM(IDOC)

1. Add the output type in Transaction( Eg:purchase order,sales order).

2. Enter '/h' to activate debugging in transaction window.

3. Save Transaction( Eg:purchase order,sales order).

4. The process enters debugging mode.

5. In Settings tab, select check box for Update Debugging.

6. Click F8.

7. The control will appear to go out and re-enter debugging mode.

8. Now from the menu bar, in breakpoints option, choose Break-point At Function Module option, and give the name of the function module which is processing the idoc.

9. Once break-point set, click F8.

10. The control will now go to the function module. You can then debug the FM.

Monday, 7 April 2014

Sorting Fields in Query Reporting Part 4

Go to t-code SQ01 than go to the option info-set query.



Following screen appears.



 In info-set query you can sort fields in descending or ascending order. Select fields which you want to sort.

 

 

After that click on Save, a pop-up get displayed. Select appropriate query and click on green check mark button.


 
Then go back to the initial screen and click on display.


 
Now go to the basic list tab. Then you will find entries in Sort fields column.


Done!!!