Document Flow SAP SD and MM with Tcodes and Tables

SAP SD

Learn the main steps to create a sales order in SAP system (ECC).Easy SAP SD – Sales Order Process for end users.

This post deals with Document Flow SAP SD ( For Sales and Distribution ) and SAP MM ( for Material Management) .

It details the different SAP documents with Tcodes and SAP Tables. The main focus will be The Sales Order Process flow.

Read more

How To find SAP BADI and User exit for any SAP transaction

ABAP Workbench

SAP BADI: Enhancement of a SAP Standard Program/Class/function are a daily routine for ABAP-er ( at least for me ).
The most harsh part is to find the right place to put the custom code.

This article will give two different step-by-step guides to find the BADI or User-Exit for a transaction or program. It is up to you to choose the most relevant for your case.

  • Debugging the CL_EXITHANDLER Class
  • Analyse SQL Trace

Read more