cancel
Showing results for 
Search instead for 
Did you mean: 

Enhanments in VIM

0 Kudos

Hi

I have added a new field PO Number in my standard structure thru append structure.

I need that new field to be populated in my standard transaction and gets the data from their respective tables and generate that into reminder mail with that new field . is it thru screen enhancements? if so, what is the procedure? its regarding VIM

can anyone help me on this issue

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi all,

After adding the field thru append structure, this standard structure holds the new field and automatically populated into ur program.

  • But add this new field to fieldcat in your standard program.
  • We can not enhance the standard program directly, but we can do this thru implicit enhancements.
  • Open ur std prg --> edit-> enhancement operations -> show implicit enhancements options.
  • It will show the places where u can add your code. It may be at the starting or ending of ur program.
  • Then click on enhance (spiral pic) -> create -> your code here -> activate