Questions tagged [badi]

Tag is intended for questions related to creation and implementation of BAdI objects in SAP ABAP environments. One should not confuse BAdI (Business Add-Ins) and BAPI (Business Application Programming Interface) because those are two different SAP frameworks.

Business Add-Ins or simply BAdI is a new generation framework which replaces old user-exits and customer-exits which where used for enhancing SAP standard code for years.

Advantages over user/customer-exits:

  • class-based, supports OOP
  • support several simultaneous implementations
  • supports filters for distinguishing implementations
  • fully integrated into new Enhancement Framework
33 questions
0
votes
0 answers

SAP HR OM BAdI does not detecting IN_UPDATE changes

We have implemented BADI ZHR_INT_BAD_OM_INFTY and Method IN_UPDATE. Now when some users save their OM work the IN_UPDATE method is not triggered. The problem with debugging this is that when you go into abap debugger "stuff" in the background gets…
FastSolutions
  • 1,809
  • 1
  • 25
  • 49
0
votes
2 answers

Invalidating line of Purchase Requisition through ME_PROCESS_REQ_CUST

I'm trying to prevent a user from saving a Purchase Requisition through a BAdI implementation, checking lines and accounts. The error messages I throw do not stop the saving process, and I can't find a way to invalidate the line, as I would in PO's.…
Jorg
  • 7,219
  • 3
  • 44
  • 65
-1
votes
2 answers

Dirty assign of cl_gui_alv_grid object is possible in ABAP?

The new requirement which MIGHT be easily solved by the trick mentioned in the topic needs to be verified. Besides the dirty kind of realization the consultant said, that he allows us to use dirty assigns. So I started, inside a BADI method, and got…
icbytes
  • 1,831
  • 1
  • 17
  • 27
1 2
3