Skip to Content
0
Former Member
Aug 28, 2006 at 09:55 PM

File-XI-File BPM Split Question

33 Views

Iam using BPM to split the 1 file into 2 files. I have to use BPM due to requirement.

Iam sending file to BPM

In BPM:

receive step

transform Step - Here message split is performed

Fork Start

Send Message 1

Send Message 2

Fork End ( end condition is 1=1 )

Stop.

Only 1 file is written and 2nd file no information

When I looked at SXMB_MONI_BPE

Send1 Workflow system logically deleted

Send2 Workflow system completed

--

I dont know whats happening for Send 1

Where can I look for potential errors ?

In the request message mapping of SXMB_MONI ( 2 payloads are as follows )

1st Payload ( Maindocument ( Application/xml))

<?xml version="1.0" encoding="utf-8" ?>

- http://www.test.com">

- <State>

<State_rec>NYC</State_rec>

<State_rec>FLA</State_rec>

<State_rec>CAN</State_rec>

<State_rec>CAS</State_rec>

</State>

</ns1:MT_State>

2nd Payload (XI_Context(text/xml))

<?xml version="1.0" encoding="utf-8" ?>

- http://www.sap.com/abapxml" version="1.0">

- <asx:values>

- <CONTEXT>

- <RMS_CONTEXT>

http://sap.com/xi/XI/System>

<NAME>ProcessStep</NAME>

<VALUE />

</RMS_CONTEXT>

</CONTEXT>

</asx:values>

</asx:abap>

Anyone have any suggestion for me how to fix this issue?

Thanks a lot.