cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the rfc caller

Former Member
0 Kudos

someday the pi(xi) crahed. i checked the dev_disp log and found following records:

Mon Dec 22 16:39:50 2008

***LOG Q0P=> DpAllocTm, tm_overflow ( 300) [dpxxdisp.c 5283]

***LOG Q0B=> DpRqLoginHandle, tm overflow ( I) [dpxxdisp.c 19365]

***LOG Q0P=> DpAllocTm, tm_overflow ( 300) [dpxxdisp.c 5283]

***LOG Q0B=> DpRqLoginHandle, tm overflow ( I) [dpxxdisp.c 19365]

considering many rfcuser logon into another instance called erp prd, i checked tcode sm58 in xi and found lots of rfc connection records like following at that time.

Caller Function Module Target System Date Time Status Text Transaction ID Host Tctn Program Cln Rpts

PIAPPLUSER IDOC_INBOUND_ASYNCHRONOUS PRDCLNT500 22.12.2008 16:39:28 Transaction executing 867F11750410494F52400043 SAP-SRM- SAPMSSY1 565 0000

PIAPPLUSER IDOC_INBOUND_ASYNCHRONOUS PRDCLNT500 22.12.2008 16:39:29 Transaction executing 867F11750410494F52410045 SAP-SRM- SAPMSSY1 565 0000

Maybe somebody on another instance like srm connected to xi in some way and did idoc things as user piappluser. the parallel connection number exceeded the limitation then xi crahsed.

my question is how to find which user call user piappluser to do IDOC_INBOUND_ASYNCHRONOUS in technical way. thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

SudhirT
Active Contributor
0 Kudos

Hi,

The caller for IDOC_INBOUND_ASYNCHRONOUS can be viewed in tcode SM58(refreshing). The caller for this FM might be different but whenever you use BPM then WF-BATCH is the caller in that case.

Thanks!

Former Member
0 Kudos

hi, tiwari

i can see caller piappluser,the system service user, in sm58 like the records i posted before. WF-BATCH you metioned is a system user.

there should be some guy to start the operation. the users piappluser and wf-batch are called to part of job. i want to find the the original user,who start the whole thing.

SudhirT
Active Contributor
0 Kudos

Hi,

check in tcode ST03 as explained in the sap help, you will get the list of the users program wise (which program which user)but still no relation with the originator of the Job and the sub jobs.

http://help.sap.com/saphelp_nw70/helpdata/EN/cc/1bef3aabdfb20de10000000a11402f/frameset.htm

Thanks!