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: 

How do you include custom fields in the 'Fast Change' functionality in PO?

Former Member
0 Kudos

Hi All,

Using transactions ME21N and ME22N we have the desire to add entries to the 'Fast Change' functionality. Background: We have extended the EKPO (PO Line) table via the CI_EKPODB include and added a couple new fields and it is working just fine. We also have placed the new fields on a subscreen via a BADI - and that is working just fine. Now, however, we want to be able to use the 'Fast Change' option to quickly populate these fields just like much of the other SAP canned fields - but my custom fields don't show up in the Fast Change list to do this! Looks like the popup window is using structure MEGUI_MASSCH_ALLOWED_FIELDS to list the fields for Fast Change. My new fields are not in there (doesn't use the CI_EKPODB include). I added them in (to the structure just mentioned) with another include (just as an experiment to see if it'd work) -- but still - those fields don't show up in the selection pane!! Does anyone know how to add (custom field) entries to this??

thanks,

Matt

1 REPLY 1

Former Member
0 Kudos

Hi Matt,

I have also same requirement.

If your problem is solved then please give me solution.