I'm changing a report source code in DEV system and transporting request to QA system to test the report. Assume that I have many requests include only one object that I've transported from DEV to QA for testing the report after making changes in same program.
Requests imported to QA are like:
1037 ABDK923094 400 MTOK Z_SAMPLE BUG_FIX 1
1038 ABDK923098 400 MTOK Z_SAMPLE BUG_FIX 2
1039 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 3
1040 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 4
1041 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 5
1042 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 6
1043 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 7
1044 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 8
1045 ABDK923100 400 MTOK Z_SAMPLE BUG_FIX 9
They all have one same object;
LIMU REPS Z_SAMPLE
Now I want to transport all the requests to Production system from QA.
Should I transport all the request one by one from QA to Production or delete all the requests but the last one and transport only the last request to PROD (for clearing the unnecessary requests)?
Which one is more appropriate ?