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: 

Records Management: Refresh the Tree in the organizer

Former Member
0 Kudos

Hello,

I have created a new service provider for the sap records management.

The new service provider uses the "BAPI_RECORD_ADDELEMENT" to add new folder and documents to the file.

According to this action, I would like to refresh the Organizer Tree, to see the new folder and documents.

I have found the Class CL_SRM_REC to refresh the Tree with the method IF_SRM_SK_INSTANCE~RELOAD.

But my problem is, that I don't have an instance of these class.

Can somebody help me, to refresh the tree in the organizer through a service provider.

Thank You

Torben

1 REPLY 1

Former Member
0 Kudos

Torben.

Try this

Inside Regestry, identify RECORD Provider and edit

In values tab, edit MODEL_SYNC_METHOD and choose A option (This automatically update tree)

Save and try again.

Regards