cancel
Showing results for 
Search instead for 
Did you mean: 

update ekpo table with new custom field in item overview -Me22n/Me21n.

winona86
Explorer
0 Kudos

Hi All,

I have a requirement to add new custom field to Item Overview tab of me22n/me23n.

I have achieved it by appending ci_ekpodb and MEPO1211.

Also in the screen 1211 I have a module in PBO event to display the corresponding value for each line item in the new column.

But here are two problems.

1) the new value is not updated in the EKPO-ZZFIELD.- How to achieve this?. Will this Badi help? ME_PROCESS_PO_CUST? Should I call the method -PROCESS_ITEM in PBO?

2) IN PAI event , when the value is changed the new ZZFIELD should be updated.

Appreciate your help.

Thanks!

winona86
Explorer
0 Kudos

Also when I change the ZZFIELD in say the first line item , the PAI event is triggered , but it checks for all the N line items , not the only changed one.

I have

 CHAIN.
FIELD mepo1211-ebelp.
FIELD mepo1211-zzfield. " new field
MODULE zm_field_change.
ENDCHAIN.

Accepted Solutions (0)

Answers (1)

Answers (1)

Eduardo-CE
Active Participant
0 Kudos
winona86
Explorer
0 Kudos

Hi @eduardo.cardona2 ,

The above link talks about adding zfeilds to customer data tab in the header. However my requirement is to add a new column for the line items.