SAP renaming Field Names/Keywords using CMOD

SAP allows to modify its Keywords/Field names using the Customer Modification Transaction(CMOD).

To adjust/change any keyword or DDIC field name, navigate to CMOD and browse to the option Goto->Text Enhacements->Keywords->Change.

cmod1

Continue Reading…

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…

Page 1 of 11