cancel
Showing results for 
Search instead for 
Did you mean: 

validation in BPM by callinmg RFC

Former Member
0 Kudos

hi

I have a scenarion in which a file is coming contaioning header and line item .Based on the header field i have to give validation by taking the values from R/3 if true then further procced othrewise stop.

Accepted Solutions (1)

Accepted Solutions (1)

henrique_pinto
Active Contributor
0 Kudos

is either sender or receiver of your scenario R/3?

See, if it is, then it is not a very good solution architecture to do it like this.

R/3 -> XI -> R/3 -> XI -> target

or

source -> XI -> R/3 -> XI -> R/3

If source system is R/3, perform validation even b4 you send it to XI.

If target system is R/3, use synchronous RFC to communicate with it, in this RFC perform validation if data is valid then post entry and return OK message to XI, in case it is not valid, return ERROR message to XI. Then XI can return this message back to source system.

If neither sender nor receiver of your scenario is R/3, then u could use BPM for it.

Regards,

Henrique.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Thanks for The suggestion.

In my scenario a file is coming out from Legacy system . This file contains one Header field and several Line item fields. Now on the basic of field in the header i have to perform the validation weather the same file has been process earlier or not . For this i am using the RFC lookup but my doubt is how whould i use the the mapping one for the right one and other for the File allreday processed .

Thanks

sudhir sharma

bhavesh_kantilal
Active Contributor
0 Kudos

Sudhir,

Can you give the entire flow?

1. what validation are you looking at?

2. How do you plan to send data to the target system? Is it a RFC?

Regards

Bhavesh

Former Member
0 Kudos

Hi bhavesh

i am sending the data through ABAP proxy . where i am using the one to one mapping . my doubt is how should i use the data type one for the valid and anthor one for the invalid one

Former Member
0 Kudos

Hi,

See the related link

Reconciliation of Messages in BPM - /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm

and

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Regards

Chilla