cancel
Showing results for 
Search instead for 
Did you mean: 

how to get record number of RFC function

Former Member
0 Kudos

It is RFC to JDBC scenario.

Using user defined mapping function?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Entire Table in RFC is passed to SAP XI and updated in table in one JBDC SQL - XML Statement.

if Error occurs in one record in table, JDBC wont get updated.

so to get record count, u can use count function in Graphical Mapping or u can write some UDF for the same.

Former Member
0 Kudos

Use count Function.

former_member181962
Active Contributor
0 Kudos

Hi Shen,

YOur question is not clear.

can you explain a bit more clearly?

Have a look at these blogs:

Is this what you wanted?

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

Regards,

Ravi

Former Member
0 Kudos

I meant that how to get the record number of the RFC function returned.

former_member181962
Active Contributor
0 Kudos

Hi Shen,

You would have a Response structure for your RFC function module, which would have the data that is returned by it.

You can map the response in the response mapping tab of the message mapping.

Regards,

ravi

Former Member
0 Kudos

Can you tell some more detail about it. I have worked on RFC scenario before. I don't know how to get the count by mapping.