Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

me22n screen custom fields validation in header

Former Member
0 Likes
1,252

Hi,

I have few custom fields in Customer data tab(po header) in po screens(me21n,me22n,me23n).in me22n if i do changes in header data i raised error message from exit_sapmm06e_007.i got error message in status bar.now its it non editable mode.if i press enter or press display<->change icon its not becoming non editable.it again goes to same exit and displaying same error...

i tried to code the logic in me_procee_po_cust~process_header,but its not getting triggered if i change header data in me22n screen.its getting triggered only if i make any changes to item data...

please help me to solve this issue,if u have any solution for this.

Thanks in advance.

Regards,

kavitha

Hi,

I have few custom fields in Customer data tab(po header) in po screens(me21n,me22n,me23n).in me22n if i do changes in header data i raised error message from exit_sapmm06e_007.i got error message in status bar.now its it non editable mode.if i press enter or press display<->change icon its not becoming non editable.it again goes to same exit and displaying same error...

i tried to code the logic in me_procee_po_cust~process_header,but its not getting triggered if i change header data in me22n screen.its getting triggered only if i make any changes to item data...

please help me to solve this issue,if u have any solution for this.

Thanks in advance.

Regards,

kavitha

4 REPLIES 4
Read only

Former Member
0 Likes
835

Hi,

Check in EXIT_SAPMM06E_012. Here you can check customer data.

Regards,

Ernesto

Read only

0 Likes
835

in me22n if i do changes in header data i raised error message from exit_sapmm06e_007.i got error message in status bar.now its it non editable mode.if i press enter or press display<->change icon its not becoming editable.it again goes to same exit and displaying same error...

Read only

0 Likes
835

You can't comment that exit and use the one I mentioned?

Read only

0 Likes
835

i got it by using badi me_process_po_cust.