cancel
Showing results for 
Search instead for 
Did you mean: 

HOW SMO TABLES AND ORIGINAL CRM TABLE UPDATE HAPPENS

Former Member
0 Kudos

Hi,

I have created program and populating data into BDOCS and calling SMW_CALL_MIDDLEWARE …

The SMO tables are getting updated but I would like to know how original CRM tables will get updated…

Any help greatly appreciated…

Plz let me know how 2 get relevant documents…

Thanks in advance…..

Regds..

kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the online database gets updated with mbdocs, the CDB with sbdocs.

you probably created an sbdoc in memory and passed it along to the middleware. You can do exactly the same with mbdocs, which will then update the online tables.

eg. capgen_object_write updates the CDB, bupa_main updates online.

You could also create the sbdoc (inbound), wich will then be processed accoring to the MSA flow: it will automatically be mapped to the mbdoc, which will be processed online, and which will then automatically call the outbound sbdoc flow.

This is tricky stuff ==> No documentation available, but you can learn alot from understanding how the standard system & flows work.

Michael.

Former Member
0 Kudos

hi Michael,

Thank u very much…

regds,

kris

Answers (0)