I have a ABAP program that bulids a UNIX file and first submits RFBIBL00 and then submits RSBDCSUB. the UNIX file name is hard-coded in the program so every time this runs, it uses the same dile name. is it possible in SM35 to have multiple sessions of this job running at the same time? I am thinking that I can't due to the fact of the hard coded filename and all of the jobs running together dumping data into the one filename would cause some problems but I am not sure. I have checked the documentation for RFBIBL00 and did not find anything that addressed this.
thanks in advance for the help