Hi All,
My requirement is I have a report whose selection screen contains filename.On executing the program the data in the file comes as output.The output comes as node no,child name,node no for parent,parent name.
Now we have to create 2 Ztable as there are 2 different files which needs to be uploaded for 2 different business.So the table fields for both the ztable contains all the 4 fields node no,child,node no for parent,parent name.I created the two ztable but my doubt comes when i have to populate the entries in these 2 ztables.
How will I populate the entries in 2 ztbales. Like how will I come to know that I have uploaded A file so corresponding ztableA entries has to be populated and now I have uploaded B file so I have to populate entries for ZtableB.
please suggest?