Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Question about SE30

Former Member
0 Likes
472

I have a problem with this Transaction.

I create a Framework with Java JCO to run parallel Thread connection to SAP server.

And every Thread has themself different function moduls.And i want to get the Runtime Analysis evaluation for every Thread such as the report from SE30>Analyze>ABAP Database System.

In SE30 is it very easy , --> in current Session --> Function Model give the name >Execute> give the Parmeter and Execute --> get the Report

my question

1. Is there any Function Modul in SE30 ,which i can call it with my java code ,use in my java code?

I have googling around for some time, did not find some valuable information about SE30. Most of them is to introduce how to use it.

Hope somebody could give me some advices.

2. how to use the function 'in parallel Session'

i want to test the response time for FM BAPI_PROJECTDEF_EXISTENCECHECK in 10 parallel session. How can i realize it?

Thanks a lot for any help

Regarts

2 REPLIES 2
Read only

Former Member
0 Likes
442

Answer to your first que...

Try FM START_SE30_RFC - RFC Enabled Trace

FM SAPWL_REMOTE_SE30 - RFC Enabled Cross-System Trace Read Functions

FM SE30_E2E_RFC - RFC Enabled ABAP runtime analysis

And now the Second question...

Create a CATT Test case and

Try Running FM BAPI_PROJECTDEF_EXISTENCECHECK in your CATT Script in SCAT Tcode.

Hope this helps.

Vinodh Balakrishnan

Read only

0 Likes
442

Hi Balakrishnan

Thanks a lot for your help.

but i still have some problem.

i have see the three function information durch SE37.

But it is hard to understand how can i use it.

If i want more information of these FM such as dokumentation , where can i get it?

I think you use these FM usually in ABAP ?

Do you know acidently if man can also use it in JCO ?

with such as

-


function f=Repository.getFunctionTemplate("START_SE30_RFC");

client.execute(function f);

-


Or give me a Programm which actually call these FM model.

anyway

thanks again for your help

regards

Amao