cancel
Showing results for 
Search instead for 
Did you mean: 

Name in description field.

Former Member
0 Kudos

Hi Experts,

Here in sales order, at item level, in additional data B tab, there is a field PERSONNEL NUMBER and this field has numeric value. Now, client wants the name of this respective number to appear in the description field at first screen of sales order. Is there any provision for this? Can we do something using VOFM? If there is, please tell me the whole procedure. If there is any user exit for this, please send me the one.

My email - chetanbarokar@gmail.com

Points will be rewarded.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

You can check one of the following user exits, to move that field into hte first screen of the sales order.

The exits are

MV45ATZZ

USEREXIT_MOVE_FIELD_TO_KOMKD

USEREXIT_MOVE_FIELD_TO_KOMPD

USEREXIT_MOVE_FIELD_TO_KOMKG

USEREXIT_REFRESH_DOCUMENT

USEREXIT_FILL_VBAP_FROM_HVBAP

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Hi Chetan

Try with the following Sales User Exits

1) USEREXIT_FIELD_MODIFICATION

2) USEREXIT_MOVE_FIELD_TO_VBAP

3) USEREXIT_SAVE_DOCUMENT_PREPARE

4) User exits in the program MV45AFZA

a) USEREXIT_MOVE_FIELD_TO_KOMPD

Thanks

G. Lakshmipathi