cancel
Showing results for 
Search instead for 
Did you mean: 

Model updation in table /sapapo/model

Former Member
0 Kudos

Hi,

Could any body give solution to this query?

To get update the table : /sapapo/model which remote function module we can use?

Actually I have created one model using Function module RSDMESC_DB_MODEL_CREATE.

this model is getting updated in table : RSDMA_DBT_MODELT.

But I need this newly created model available in to the table : /sapapo/model

How can I do this.Please update me.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

tibor_nagy
Contributor
0 Kudos

Dear Sai,

the update of table /sapapo/model happens in function /SAPAPO/DM_MODEL_MODEL_UPDATE.

I hope I could help.

Regards,

Tibor

Former Member
0 Kudos

HI,

As per my requirement data is not getting updated in to the table /sapapo/model.

using the function module which you have given, it is just checking the model and given the status whether it is available or not.

Regards

Former Member
0 Kudos

Hi,

could you suggest remote function module?

Regards

Former Member
0 Kudos

Hi,

/SAPAPO/DM_MODEL_MODEL_UPDATE this module is not helping to update data in to /sapapo/model table.Is there any alternate for this.

Regards

Former Member
0 Kudos

Fm /SAPAPO/MVM_INT_SVC_CR_MOD creates a model and hence creates an entry in /sapapo/model.

Two parameters reqd - modelid and model text

Hope this helps.

Please let me know