cancel
Showing results for 
Search instead for 
Did you mean: 

File RFC File without BPM

nikhil_bose
Active Contributor
0 Kudos

Hi Experts!

How to implement File - RFC - File without CCBPM?

In the use-case, the File Sender acts as an initiator for the actual scenario RFC - File which is a usual table export from SAP R/3. There is no message present in the Sender File and when it is read by adapter, will start exporting (triggering RFC).

I did configure overall scenario with File sender Quality of Service as Best Effort . The response is available in Pipeline too. But I failed to figure out proper 'Receiver Determination' for the same.

Design Objects:

ExportRequest_Out ->

ZCO_MY_EXPORT

ExportedData_In <-

Both ExportRequest_Out & ExportedData_In are in same Business System. ZCO_MY_EXPORT is SAP Business System.

Please guide me to implement the scenario without BPM.

- Nikhil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

PLz browse thru the blog [https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file%2528without+bpm%2529&]

Thanks,

Kiran

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Can this solution be used also for File SOAP File scenario? I have followed the instructions from the orginial blog and end up with the error "CPAObjectKeyException: Value of key must not be null: ObjectId" when the AF_Modules/ResponseOnewayBean module is being processed. I have defined the module keys as suggested. I am running PI 7.11. Any ideas? Please?

The CPAObjectKeyException was solved. Not sure if it was restarting the engine or setting the receiverService parameter correct. Next error is the java.lang.NullPointerException which I saw other developers experiencing. One hint was to apply note 1261159 but it turned out we already have it (we're on 7.11 SP3). Now, the response message is written OK to the receiver channel but with this error on the sender channel, the original file is never deleted. Is there a workaround to make sure the file is deleted so that the next file can be picked up??

Helena

Edited by: HELENA BERGQVIST on Jul 21, 2010 11:20 AM

Former Member
0 Kudos

Hi

I got the same problem with "com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId" in a file-SOAP-file scenario. Is there a solution ?.

nikhil_bose
Active Contributor
0 Kudos

For Netweaver version 7.0 SP 10 https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(Without+BPM)

In all other case, BPM is used.

Former Member
0 Kudos

This message was moderated.

former_member200962
Active Contributor
0 Kudos

did you check this WIKI: ht[https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(WithoutBPM)|https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(WithoutBPM)]

Regards,

Abhishek.

nikhil_bose
Active Contributor
0 Kudos

Hi All,

thanks for your valuable reply. The blog you posted says the approach works only with SP 10. I am with 7.00 SP 9. And File Sender is not reading the file too. File Adapter shows exception that 'AF_Modules/RequestResponseBean' is not found. Is this because of my lower patch level?

Please suggest

thanks,

nIKHIL

former_member200962
Active Contributor
0 Kudos
Is this because of my lower patch level?

Yes.....the module requires SP > 9 .....i.e. min SP of 10

Edited by: abhishek salvi on Jun 11, 2009 7:09 PM