cancel
Showing results for 
Search instead for 
Did you mean: 

T51 GETDETAIL

Former Member
0 Kudos

Hi, i´m developin an application with a syncbo in T51.

I have the GETLIST, GETDETAIL, MODIFY and CREATE.

When i execute the replicator in Middelware, i receive all data in MEREP_207, but only the headers (Structure TOP) no the Childs (Structure T_010). Why?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

cause T51 runs with DltaBO, you should run the replicator by sending the keys of the objects form the acklend to MEREP_DELTABO... but that would not help you - it is just a commecnt that you are on the wrong process anyway.

Look into your getdetail handler. If you riun it on the backend manually I would expect that the 010 structure is empty as well - so look into your code and change the code to fill it in the backen!

Regards,

Oliver

Former Member
0 Kudos

In the backend i fill the structire correctly... But, if i go to the midelware --> merep_pd and execute replicator for the syncbo, it doesn´t write in merep_207 correctly.

Regards,

Former Member
0 Kudos

Hi,

then open MEREP_SBUILDER and see if you have done the mapping properly - the fields need to be ticked

Regards,

Oliver

Former Member
0 Kudos

Yes, the fields are ticked...

Regards,

Former Member
0 Kudos

Hi Victor,

well, one of the two replies should show up the issue:

Well, you run the GETLIST handler in the backend. Write down a few keys. Then you run the getdetail handler in backend and enter one of the keys you have written down. Then you should see a resultset and you told me that in that result set the structure of Item 010 is filled correctly.

If that is the case you go to the middleware and SBUILDER. In there you see the structure of that BO. If in that BO the mapping is correct, all fields are ticked and the line tells you: mapped to line...., then it should work.

If not I have more or less only one more idea: delete the MEREP_207 entries for this BO in MW with

RDB_T01_RESET scenario is the SyncBO name - and then MEREP_EX_REPLIC again. That should show up if items got replicated.

Hope that helps.

Regards,

Oliver

Former Member
0 Kudos

I reset it and work fine.

Thanks,

Answers (0)