cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to syndicate record number?

Former Member
0 Kudos

Hi All,

I have a requirement to syndicate the number of records based on flag instead of record value.. Is it possible?

Thanks

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajeev,

Please give a example what exactly is required?

Thanks,

Ravi

Former Member
0 Kudos

HI,

Suppose for example we have three records in MDM wiht a field flag=Y then the output will be 3.

Is it achievable?

Thanks

Rajeev

Former Member
0 Kudos

Hi Rajeev,

Best way to handle this would be to use APIs,you can get count of records based on the query you build.

This API can be called from a button of the User interface.You can use TextSearchConstraint class for this.

Thanks,

Ravi

Former Member
0 Kudos

According to me, the MDM Syndicator lacks the functionality to syndicate the record count.

What you can do is, syndicate 1 file per record and use the file count command at OS Level script to send it to the respected target. If you use any other tool like SAP PI or SAP Portal, then it can be done easily.

For Portal refer - http://help.sap.com/javadocs/MDM/SP05/com/sap/mdm/data/commands/RecordCountCommand.html

Thanks,

Shambhu.

Former Member
0 Kudos

Hi Rajeev,

The same be handled in PI too.The logic for the count is very simple,Use the standard Statistic COUNT function.

Thanks,

Ravi

Answers (0)