2009 Feb 23 10:01 PM
Hi, All,
For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy. Also I have to pass an internal table to the program (or tcode). Is there anybody know how to do it? Thanks.
Meiying
Hi, All,
For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy. Also I have to pass an internal table to the program (or tcode). Is there anybody know how to do it? Thanks.
Meiying
2009 Feb 23 10:58 PM
Is there no BAPI available for this "reason"?
Or create your own (BAPI compliant) FM and just call that?
Please explore transaction BAPI (incase you are not aware of it yet).
If you exposed a remote way to submit (any) report using an internal table which that "any report" can use, then chances are good that your ABAP proxy would be a bit of a security hazard...
Or am I missing the point here?
Perhaps you could explain the scenarioa bit, and then appropriate solutions can be suggested.
Cheers,
Julius
2009 Feb 24 2:12 PM
Hi, Julius,
Thanks for the input. My ABAP proxy just like a ABAP function module. Now let's say that, if I have a function module to call a se38 program. And I need the FM pass an internal table to the program. How I can do that? Can you provide an sample program to pass and receive the internal table data? Thanks.
Meiying
Edited by: Meiying Yang on Feb 25, 2009 9:39 PM
2009 Feb 25 9:24 PM
> For some reasons, I have to call a se38 program (or tcode) instead of calling a FM from an abap proxy.
I would be curious to know what your reason is? Data loss of the app server is not available? Performance? Do you want all work for all records to be commited at the same time?
Please clarify, then I think it will be clearer.
Cheers,
Julius
2009 Feb 25 9:31 PM
Thanks everybody. I opened another thread and got the answer.
2009 Feb 25 9:41 PM
-->
So what you were looking for is the ABAP keywords SUBMIT and EXPORT TO DATABASE?
Oh well... another lesson learnt...
ps: Please do not duplicate post...
2009 Feb 25 9:51 PM
Julius,
I did not get my answer for this one for a while. So I think I might not explain it very well. I could not change the Subject. That is why I opened another one.
The answer for another one works for me. Since my proxy to ABAP program just works like program to program. I only need some small changes. But anyway, thanks for you attention.
Meiying
2009 Feb 25 8:46 PM
Hi,
create a FM using tx se37. Inside, call ur program (the one u want to call) using "Submit".
see the information of submit, because u can pass tables or variables using submit.
and that's all.
Regards
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |