Application Development 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: 

ME_PROCESS_PO_CUST and ME_GUI_PO_CUST

Former Member
0 Kudos

Hi everyone,

I've been able to add a subscreen with new fields on the Purchase Order Line Item area and I am able to create, maintain and display data in those fields with no problem using much of the example code.

I've however came up against a problem where I want the to hide the fields in certain conditions. This I can do, since I'm just using the fieldstatus as '-' in FIELDSELECTION_ITEM, but method PROCESS_ITEM is still validating the field value and throwing errors/warning for those fields (even though the fields are not displayed). I've tried debugging this area, but I can't see any means to switch off my validations in PROCESS_ITEM depending on the fieldstatus.

Does anyone have any ideas I can play with?

Thanks

1 REPLY 1

Former Member
0 Kudos

Hi

You should write all your code into function group, in this way you can store your data into global data and see it in every step of trx ME21.

Max