Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CUA: TEXT COMPARISON FROM CHILD SYSTEM

Former Member
0 Kudos

Hi Experts,

I have a requirement wherein the option "TEXT COMPARISON FROM CHILD SYSTEM" in CUA system needs to be invoked programmatically. Are there any underlying programs that could be invoked from a custom RFC??

Any pointers in this regard will be highly appreciated.

Best regards,

Bala

1 ACCEPTED SOLUTION

Former Member
0 Kudos

What would be the difference to what the standard text comparison does, also via RFC?

Cheers,

Julius

10 REPLIES 10

Former Member
0 Kudos

What would be the difference to what the standard text comparison does, also via RFC?

Cheers,

Julius

0 Kudos

Hello Julius,

Thanks for the quick response.

May be my question might have been naive as I'm a newbie to the CUA topic... I have my external application (Webdynpro/ EJB based) from which I would like to trigger the activities related to creation, deletion of roles and/or profiles.

As per my understanding, for the data replication from CUA system to child systems and vice versa, the text comparison has to be done. So I was looking out for a way to do this. Kindly let me know how the text comparison could be triggered from an external application like what I have in my scenario..

Thanks..

Best regards,

Bala

0 Kudos

I am not sure whether that function is released for external use outside of the CUA (in which case it can change...) but it must be there.

Another option would be to run the function via the ABAP transaction, if that is supported and possible. Just call the transaction with the parameters it needs to trigger the text comparison. (disclaimer: I have not done or tried this myself for this purpose and it is not a state-of-the-art design, but principally it should work).

Cheers,

Julius

0 Kudos

Try to schedule RHAUTUPD_NEW as a nightly batch job for the affected role/roles.

0 Kudos

I'll try both the options and will update.

Many Thanks..

0 Kudos

John's advise is a good one. Via the role name convention you might still have a chance of doing it selectively and on demand.

A possibility would be to have a self-replicating job per system, which you then only release from your WDA and it schedules itself again in the next step to wait for the next release.

The function which does this Text Comparison internally, is clearly flagged as "Not released".

Cheers,

Julius

Former Member
0 Kudos

You can also execute the following report or schedule it in the background :-

SUSR_ZBV_GET_RECEIVER_PROFILES - to collect the changed roles and profiles from the child system. This report is run in the Central System.

0 Kudos

Hi,

please remind and take care, because this FM is not released.

b.rgds,

Bernhard

0 Kudos

Thanks for the note. As recommended by Julius and John, we are planning to use the report and not FM.

Best regards.

Former Member
0 Kudos

Use reports