A bit tricky. You will first need to create an Extender Record Header for each PO additional information record. Each record in EXT01100 would require a unique "Record ID" that you must generate at runtime based on total number of records that are already there in this table. I assume that all three values you want to pass are "string" values. In that case, you need only more table EXT01101. For each string value that you need to insert into EXT01101, you need the exact "Field ID". Otherwise, the whole record would become either incorrect or corrupt. This is probably the simplest way I could think and explain. :-)
↧