Field Exit in SAP

Field exit are use to create programming logic for any data element.It carry out any checks,Conversions or Business related processing of screen fields. Important thing is it can not be debugged.It have its own naming convention FIELD_EXIT_.

In transaction code CMOD choose Text element -> Field exit.

Field Exit Initial Screen
Field Exit Initial Screen

Continue Reading…

ABAP program to get User Exits and BADI List for a T-Code

The following program when generated will display a list of all User-Exits and BADI (Business Add-Ins) for the specified T-Code.
Continue Reading…

Page 2 of 212