Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center