Question:
Hi Guys,
I need to process/upload a file from other R/3. for eg: Running program in Development server and program will need to upload a file that currently sitting in QS server.
Could u guys pls comment on how can i code it in program.
Thanks in advance.
Answer:
hmm, i was requested before for the requirement above. Any ideas?
Answer:
CALL FUNCTION DESTINATION? Not sure if it would work, but deserves a try...
Create a function in your origin-R/3 to upload the file into an internal table, and then call it from your destination-R/3.
_________________
Brief History of the Tuly Idiots
Bad advices, wrong answers, bigotism
sapfans GD
Ad by Viiiiiic
Answer:
In addition to Vis's reply: another solution is to use directories shared by all server.
However, I wonder how can both be allowed from the security point of view...
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
In addition to Vis's reply: another solution is to use directories shared by all server.
And an even simpler one is to FTP it from one to the other . You could do it via an intermediate, e.g. your local PC, if you haven't the access to do it in one hop.
Is this intended to be a one-off or an ongoing process?
Answer:
In addition to Vis's reply: another solution is to use directories shared by all server.
And an even simpler one is to FTP it from one to the other . You could do it via an intermediate, e.g. your local PC, if you haven't the access to do it in one hop.
Is this intended to be a one-off or an ongoing process?
Hi Sark E. Get,
It is an ongoing process. I've suggested the idea for FTP, that was rejected so many times.
any other ideas..?
Answer:
any other ideas..?
At least two others were given above.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
It is an ongoing process. I've suggested the idea for FTP, that was rejected so many times.
any other ideas..?
rshell? email? Shoot your boss?
See the other suggestions made - along with their disadvantages.
Answer:
Humm... if you are familiar with iDocs, maybe you can manage to make something with them... and if you are not, will be a good chance to learn.
About the idea of shooting the boss... you will be the only who will lose something:
- if you kill him, you'll get jailed (maybe if you are in the US you can argue Personal Defense because he was trying to kill you with his lack of skills, but the tribunal will be formed by users, and you'll be lost): his family will have a nice amount of cash, and your co-workers will get rid-off him
- if you don't, he'll get a(nother) amount of cash, and you'll get fired (or worse, jailed... or worse, none of both) and will need to give him more cash
- in the best case (you not jailed and he out of work -wish not dead-) you'll get a new boss with the same (maybe less) skills...
Seriously, try another solution
_________________
Brief History of the Tuly Idiots
Bad advices, wrong answers, bigotism
sapfans GD
Ad by Viiiiiic
Answer:
Hi Guys,
Thanks for all the useful info(including "kill my boss")...hihi.
In fact, this is a daily job where the ideas as recommended by Sapfans folks below was requested due to reason:
1. Shared the folder in both server - rejected due to security issue.
2. FTP the file over - rejected because trying not to involve too much man
power on it.
While for the CAll FM DESTINATION, this should work. I will need time to test.
But for VLozano's idea(not shooting my boss) IDOC, im quite interested on it. Guys, would appreciate if you can give me some info on how to achieve on my requirement. Basically i do not have experience for IDOC, hence need your expertise here and pls do let me know where can i get the useful info abt IDOC through internet.
Thanks in advance.
Answer:
Someone at your place should get a clue. I'll wager that it takes a lot less manpower to write an FTP script than any of the increasingly elaborate alternatives you're proposing. Who are your system architicts - Heath Robinson & Rube Goldberg?
Answer:
Can't be Rube Goldberg...he works here for us!
Answer:
Hi Guys,
Topic "Two questions regarding FTP from application server to other" solved my prob.
Thanks guys.
Answer:
Hi Guys,
Topic "Two questions regarding FTP from application server to other" solved my prob.
Thanks guys.Nice to read it.
And now, notice if you would be a registered user, you could edit the subject of this topic adding [SOLVED] and I would not been writing this comment
And out of topic, if your net admins said you cannot use a shared folders due to security issues, you would be sure they are a bunch of lazy peons. They can (or would) put any level of security in a shared folder. If they don't know how to do it or want not to do it, they may say it directly
_________________
Brief History of the Tuly Idiots
Bad advices, wrong answers, bigotism
sapfans GD
Ad by Viiiiiic
Answer:
Thanks VLozano.