Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>OrgMasterDataReplica



Index

OrgMasterDataReplica

OrgMasterDataReplica


The control object for organizational master data replication controls
the replication of master data in Organizational Management.

This object is used in a distributed system environment.


11-Dec-2005


Methods

Available Methods


  • Replicate : Replication of HR objects [ BAPI_ORGMASTER_REPLICATE ]
  • SaveOriginalMultiple : Save replications of HR organizational objects as originals [ BAPI_ORGMASTER_SAVE_ORIG_MULT ]
  • SaveReplicaMultiple : Replication of HR organizational data [ BAPI_ORGMASTER_SAVE_REPL_MULT ]

11-Dec-2005


Replicate

Replicate


Object replication method OrgMasterDataReplica controls the replication of data in Organizational Management.

The header data of objects to be replicated is transferred by the'HrObjectHeader' parameter: plan version, object type, object ID.
The receiving systems can be specified using the 'Recipients'
parameter.

Example

Replication of organizational units '4711' and '4712' from plan version '01' to logical system 'PRDCLNT003':

HROBJECTHEADER[1]-PLAN_VER = '01'.

HROBJECTHEADER[1]-OBJ_TYPE = 'O '.

HROBJECTHEADER[1]-OBJ_ID = '00004711'.


HROBJECTHEADER[2]-PLAN_VER = '01'.

HROBJECTHEADER[2]-OBJ_TYPE = 'O '.

HROBJECTHEADER[2]-OBJ_ID = '00004712'.

RECIPIENTS[1]-LOG_SYSTEM = 'PRDCLNT003'.


11-Dec-2005


SaveOriginalMultiple

SaveOriginalMultiple


The SaveOriginalMultiple method of the OrgMasterDataReplica objectdetermines how Organizational Management replications are saved. Theobjects are flagged as originals. The method is used to move originals.

This method must only be used as part of the 'Distributed Organizational Management' ALE scenario. The method has not been
released for accessing from a third-party system.

Notes

Messages are returned to the 'RETURN' parameter. The documentation onthis parameter lists the return values and their respective meanings.


11-Dec-2005


SaveReplicaMultiple

SaveReplicaMultiple


The SaveReplicaMultiple method of the OrgMasterDataReplica objectdetermines how organizational management data is replicated. It is usedto store the replications of more than one object. This method has fewer functions than the SaveReplicaMultiple method of the
HRMasterDataReplica object. For this reason, SAP recommends that youuse the SaveReplicaMultiple method of the HRMasterDataReplica object.

Notes

Messages are returned to the 'RETURN' parameter. The documentation onthis parameter includes the return values and their meanings.


The method is not used in the Distributed HR Master Data scenario.


11-Dec-2005