Sorry, I did mean POPUP_GET_VALUES. We programmers are SOOOO darn literal!
Basically, I am writing a specialized version of SE16N that will be used to edit pretty much any Ztable.
It has a feature to select a column of the table, then press a button that pops up a dialog box so that the user can enter a value to search for in that column of the grid table and replace it with a new value. This would require 2 fields for the popup box, one for the "old" value and one for the "new" value. POPUP_GET_VALUES requires that the fields used on the box be defined in the data dictionary. I am trying to figure out how to do this. If you send the FM the same tabname/fieldname twice, the FM returns an error saying you can't do that.(which does make since) I am trying to find an alternative. The only thing I have come up with is to send a generic text field for the old value field and the actual tabname/fieldname for the new value field. But I was hoping for something better than that.