MEREP_READ_SYNCTYPE_OBJ is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below is the pattern details for this FM showing its interface including any import and export parameters, exceptions etc as well as any documentation contributions (Comments) specific to the object.
See here to view full function module documentation and code listing, simply by entering the name MEREP_READ_SYNCTYPE_OBJ into the relevant SAP transaction such as SE37 or SE80.
Associated Function Group:
MEREP_TOOL
Released Date:
Not Released
Processing type: Normal fucntion module
CALL FUNCTION 'MEREP_READ_SYNCTYPE_OBJ' "Read Synchronization Type (801/801T) Object
EXPORTING
synctype = " merep_synctype SAP Mobile: Synchronization type
* check_exist = " merep_keyflag SAP Mobile: Key flag
IMPORTING
synctype_obj = "
EXCEPTIONS
INVALID_SYNCTYPE = 1 "
. " MEREP_READ_SYNCTYPE_OBJ
The ABAP code below is a full code listing to execute function module MEREP_READ_SYNCTYPE_OBJ including all data declarations. The code uses the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the original method of declaring data variables up front. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8).
| ld_synctype_obj | TYPE STRING . |
The below ABAP code uses the older none in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. It may also be useful if you are using an older version of SAP as some of the newer syntax above, such as the @DATA is not available until 4.70 EHP 8.
DATA:
| ld_synctype_obj | TYPE STRING , |
| ld_synctype | TYPE MEREP_SYNCTYPE , |
| ld_check_exist | TYPE MEREP_KEYFLAG . |
Please help keep this info upto date and use the comments section below to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name MEREP_READ_SYNCTYPE_OBJ or its description.
MEREP_READ_SYNCTYPE_OBJ - Read Synchronization Type (801/801T) Object MEREP_READ_SCEN_OBJ - Read SyncBO MEREP_RDB_V01_RESET - Reset Replica DB For Sync Type V01 Or V51 MEREP_RDB_V01_EXIST - Check Existence of Replica Database For Sync Type V01 MEREP_RDB_T51_GET - Get RDB contents for T51 MEREP_RDB_T01_UPDATE_1 - SAP Mobile: Update /SAPNEA/MBL207