cancel
Showing results for 
Search instead for 
Did you mean: 

Error when Calling Transaction in ABAP Proxy

Former Member
0 Kudos

Hi All,

I'm trying to call a transaction in synchronous ABAP Proxy, but there's a CNTL_ERROR in the details of SXMB_MONI.

I've checked some threads related to this problem, but they're not solved yet.

Please advise, can I use "call transaction" in synchronous ABAP Proxy ? Is there any additional setting / code to prevent the error ?

Thanks in advance,

Andy S

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stefan,

I'm trying to assign marketing attributes in our CRM Business Partner Transaction, which is triggered by messages sent from some 3rd party application.

Recently, I find out that this transaction (TCode BP) raise the same error (CNTL_ERROR) if run background from SM35. So the problem is not about calling transaction in ABAP Proxy, but due to the TCode BP itself.......

My ABAPER friend is trying to find the BAPI to replace this call transaction .........

Thanks a lot for your response........

Regards,

Andy S

stefan_grube
Active Contributor
0 Kudos

Could you explain what you want to achieve?

Usually a call transaction statement starts a dialog process, which does not make sence in an ABAP proxy.

Regards

Stefan