Class Method list used by SAP ABAP Class CL_XLFT_TRANSLATION_TRANSPORT (Transports translation from one object to another)
SAP ABAP Class
CL_XLFT_TRANSLATION_TRANSPORT (Transports translation from one object to another) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_XLFT_LOCK - RELEASE_OBJECT_READ_LOCK | Locks and unlocks XLIFF objects | ||
| 2 | CL_XLFT_LOCK - RELEASE_OBJECT_WRITE_LOCK | Locks and unlocks XLIFF objects | ||
| 3 | CL_XLFT_LOCK - REQUEST_OBJECT_READ_LOCK | Locks and unlocks XLIFF objects | ||
| 4 | CL_XLFT_LOCK - REQUEST_OBJECT_WRITE_LOCK | Locks and unlocks XLIFF objects | ||
| 5 | CL_XLFT_LXE_INTERFACE - VERIFY_AREA | Helper class that encapsulates LXE functionality | ||
| 6 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE CREATE OBJECT lo_instance |
|
| 7 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE EXPORTING |
|
| 8 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE source_area = source_area |
|
| 9 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE source_object_name = source_object_name |
|
| 10 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE target_area = target_area |
|
| 11 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE target_object_name = target_object_name |
|
| 12 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE languages = languages |
|
| 13 | CL_XLFT_TRANSLATION_TRANSPORT - CONSTRUCTOR | Transports translation from one object to another | SOURCE overwrite = overwrite. |
|
| 14 | CL_XLFT_TRANSLATION_TRANSPORT - TRANSPORT | Transports translation from one object to another | SOURCE lo_instance->transport( ). |