cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering a BPM

Former Member
0 Kudos

Hi,

I am doing an interface which makes a syn http call to a webservice. The response from this http syn call is captured and sent to a target system.

I have done a BPM which makes this syn http call to the web service. My requirement now is that how this BPM can be triggered on as a batch job.

Can anybody suggets that what may be the best way to send a dummy message within XI system? Is it possible to send an OB ABAP proxy within XI ie source system and XI system are same? any suggestions please!

Thanks,

dehra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member556603
Active Contributor
0 Kudos

Hi,

Control Step

Use

You use a control step () to do the following:

· Terminate the current process

· Trigger an exception

· Trigger an alert for Alert Management (see also: Triggering an Alert)

Activities

Terminate the Current Process

Choose Terminate Process.

At runtime, the system terminates the current process instance, including all active steps, and sets the status for the process to logically deleted.

Trigger an Exception

Choose Trigger Exception and specify the triggering exception (see also: Exception Handling). The relevant exception handler must be defined in the same block or a superordinate block.

The system triggers the specified exception at runtime.

For more information about using exceptions, see Example: Collecting and Bundling Messages - One Interface.

Proxy..

How to create proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

How to Activate Proxy.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

ABAP Server Proxies (Inbound Proxy)

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

OutBound Proxy (Client Proxy)

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

File to R/3 via ABAP Proxy with good example

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Debug your inbound ABAP Proxy implementation

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Thanks,

Satya Kumar