Dear Experts,
I have some problem in STMS, During the configuration of STMS.
I have getting syntax error in STMS ad below :-
Category ABAP Programming Error
Runtime Errors SYNTAX_ERROR
ABAP Program CL_CTS_FILE_SERVICE===========CP
Application Component BC-CTS-ORG
Date and Time 07.07.2014 10:19:56
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Syntax error in program "CL_CTS_FILE_SERVICE===========CP ". |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| Error in the ABAP Application Program |
| |
| The current ABAP program "SAPLTMSU" had to be terminated because it has |
| come across a statement that unfortunately cannot be executed. |
| |
| The following syntax error occurred in program |
| "CL_CTS_FILE_SERVICE===========CP " in include |
| "CL_CTS_FILE_SERVICE===========CM011 " in |
| line 73: |
| "The data object "FILE" does not have a component called "PURPOSE"." |
| " " |
| " " |
| " " |
| |
| The include has been created and last changed by: |
| Created by: "SAP " |
| Last changed by: "SAP " |
| Error in the ABAP Application Program |
| |
| The current ABAP program "SAPLTMSU" had to be terminated because it has |
| come across a statement that unfortunately cannot be executed. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis |
| The following syntax error was found in the program |
| CL_CTS_FILE_SERVICE===========CP : |
| "The data object "FILE" does not have a component called "PURPOSE"." |
| " " |
| " " |
| " " |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Trigger Location of Runtime Error |
| Program SAPLTMSU |
| Include LTMSUU75 |
| Row 1 |
| Module type (FUNCTION) |
| Module Name TMS_UI_GET_TMSADM_CREDENTIALS |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
|>>>>>|function tms_ui_get_tmsadm_credentials. |
| 2|*"---------------------------------------------------------------------- |
| 3|*"*"Lokale Schnittstelle: |
| 4|*" IMPORTING |
| 5|*" VALUE(IV_FOREIGN_DOMAIN) TYPE TMSDOMNAM OPTIONAL |
| 6|*" VALUE(IV_REQUIRE_PWDCOPY) TYPE FLAG OPTIONAL |
| 7|*" VALUE(IV_SUPPORT_OWNPWD) TYPE FLAG DEFAULT 'X' |
| 8|*" VALUE(IV_SUPPORT_KEEPPWD) TYPE FLAG OPTIONAL |
| 9|*" EXPORTING |
| 10|*" REFERENCE(EV_PASSWORD) TYPE RFCAUTH |
| 11|*" REFERENCE(EV_STANDARD_USED) TYPE FLAG |
| 12|*" EXCEPTIONS |
| 13|*" CANCELLED_BY_USER |
| 14|*"---------------------------------------------------------------------- |
| 15| |
| 16|* fill global structure |
| 17| clear gs_dyn173. |
| 18| gs_dyn173-user = 'TMSADM'. |
| 19| gs_dyn173-domain = iv_foreign_domain. " p.k. Domainlink accept |
| 20| gs_dyn173-pwdefine = iv_require_pwdcopy. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 5 FUNCTION SAPLTMSU LTMSUU75 1 |
| TMS_UI_GET_TMSADM_CREDENTIALS |
| 4 MODULE (PAI) SAPLTMSU LTMSUI01 333 |
| USER_COMMAND_0130 |
| 3 FUNCTION SAPLTMSU LTMSUU07 104 |
| TMS_UI_CONFIGURE_CONTROLLER |
| 2 FUNCTION SAPLTMSU LTMSUU04 121 |
| TMS_UI_CONFIGURE_SYSTEM |
| 1 MODULE (PBO) SAPLTMSU LTMSUO01 68 |
| STATUS_0100 |
----------------------------------------------------------------------------------------------------
Many thanks
Subhash N Bhalekar