Tuesday, April 28, 2009

SRM Smartforms.

I just thought, why shouldn't use my lovely space to portray my small small inventions (discoveries ?) :) in my Day-to-Day SAP Life.

If you are really interested in SAP. Here it goes. How to customize Smart forms in SRM.

Scope: How to customize an existing Standard Smart form in SRM - Overview.

  1. Copy smart form BBP_PO into "Z'' Smart form
  2. Do changes in Z Smart form add Desired Logos in Smart form using SE78 and SMARTFORMS transactions.
  3. Unlike ECC we will not have Driver program (in SE38), you will find Processing class and Processing method ( in SE24) for SRM Smart forms, where we write extraction logic.
  4. So, In case of SRM we should replace the "Driver Program" with "Processing Class" and Perform as "Processing Method".
  5. Where to Link Processing Class, Processing Method and Smart form? In SPRO, SRM Server -> Cross Apps -> Set Output Actions and Output Format -> Define Actions for Purchase Order Output -> Action definition -> Processing types, then select standard PO.
  6. If we are using Custom Form instead of Standard Smartform, then Don't change any settings in Step5, Just Implement BADI - BBP_OUTPUT_CHANGE_SF in SE19 transaction.
  7. Put a simple code in BADI as... IF IV_OBJECT_TYPE eq 'BUS2201' . CV_SMARTFORM = 'Z_CustomSF'. ENDIF.
  8. Don't forget you already copied Standard SF to Custom SF in Step 1 so use it in Step 7.
Why can't you try it once!!

Till next time..
- Mvk.

Reflection # 1 - Sep 26th

Everything work when reset . This certainly applies to human & human relations as well. Managing Kids & their schedules, Managing f...