I need to write VB code in a UD05 Maintenance program that does the following:
Â
1. Select PartNum from the Part table based on certain criteria (for example
SELECT PartNum FROM Part WHERE Classid='GE') and (for now) display each of those part numbers in a MessageBox.
Â
2. Write multiple rows to UD05 based on the selection from #1 above. (PartNum will be one of the data points I'll be writing to UD05.
Â
Can anybody steer me in the right direction as to how to set this up (including custom views and or assemblies I may have to add)?
Â
TIA
Â
Ahmet Erispaha
  Â
[Non-text portions of this message have been removed]
Â
1. Select PartNum from the Part table based on certain criteria (for example
SELECT PartNum FROM Part WHERE Classid='GE') and (for now) display each of those part numbers in a MessageBox.
Â
2. Write multiple rows to UD05 based on the selection from #1 above. (PartNum will be one of the data points I'll be writing to UD05.
Â
Can anybody steer me in the right direction as to how to set this up (including custom views and or assemblies I may have to add)?
Â
TIA
Â
Ahmet Erispaha
  Â
[Non-text portions of this message have been removed]