cancel
Showing results for 
Search instead for 
Did you mean: 

Custom fields NewGL in Sales Order

Former Member
0 Kudos

Can I add new custom fields, created in NewGL, in "<i>Account Assignement</i>" in Item posting of a Sales Order?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

yes u can do that,

in table definition se11,

append the sales order item structure and include ur custom field with proper data element and domain for data type allocation,and

u will have to change the screen with screen exit to fit in new custom field where ever required, and lastly

u will have to write a logic in sales order user exit include to pass the value to std table when perform happens.

if these three points are met then u will achieve this.

should take abapper's help

reward if helps !!!!!!!!!!!!!

Former Member
0 Kudos

Hi Mukund,

than, if I want to add a new custom field in Sales Order, I have to make a user exit ???

In Purchase Order I can add a new custom field through a standard procedure.

Are you sure ?

Thank you