cancel
Showing results for 
Search instead for 
Did you mean: 

data Validataion

Former Member
0 Kudos

Hi

I am getting the data from legacy system that I have to transfer to R/3. I need to validate the data which is coming from legacy system with the ZTABLE values which is in R/3. how can we configure this interface?

can anyone send the example with screen shots related to this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Kartikeya,

Use RFC lookup in message mapping...

Follow these blogs,

Mapping Lookups a RFC API

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4...

use RFC lookups https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-code-samples...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/801376c6-0501...

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

<b>***********Reward points ,if found useful</b>

Answers (2)

Answers (2)

former_member859847
Active Contributor
0 Kudos

Hi,

Inorder to validate legacy field data with ztables of ECC,

it's better to plan for proxy communication.

in ABAP program we maintain the required code conversion logics.

other wise plan for RFCLook ups's provided validation for only wo to three fields.(it leads to performance problem.)

please check the below links on RFC lookup and proxy communication..

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

/people/thomas.jung3/blog/2004/08/16/bsp-150-a-developer146s-journal-part-ix--user-authentication-trusted-rfc

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

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

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

warm regards

mahesh.

Former Member
0 Kudos

You will need to use RFC look-up.

Write an RFC to read the Ztable. It will have the legacy file field names as the import parameters. The required validation can be handled in this RFC.

Design the scenario using BPM.