How to insert Multiple Grid record values simultaneously into a JDE table?
Hi,
I have a Find and Browse form, i want to insert multiple grid record data (simultaneously) of this Find and Browse form in to a temporary table. How can we acheive this?
I tried using Table I/O Insert, but it inserts only a single record to a table at a time.
Thanks,
Terry
Hi Terry-
You will have to use Table IO within while loop to insert multiple records at one go. For example
Set Ver_Counter = 1
Set ver_Max Count = To limit While Loop Run, you may use system function(Get Max Grid Row Count -1) to run for all Fetched Rows in the Grid