cancel
Showing results for 
Search instead for 
Did you mean: 

maintenance potimizer - dswp

0 Kudos

Hi Experts,

i upgrade the support packages for install sap router.router is working.Then creating the new maitenance transaction runtime error was coming.

The following syntax error was foun

The type "CCARD_MASK" is unknown.

clear the problems.do the needful for this problem.

Regards,

A/Sithanandan

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> The following syntax error was foun

> The type "CCARD_MASK" is unknown.

Please post the full dump here and also tell us, what exactly you installed.

Markus

0 Kudos

Hi Experts, In DSWP tcode create the new maintenance transaction the abap runtime error will come.then how to solve the problem. -


Runtime Errors SYNTAX_ERROR Date and Time 05.09.2011 08:59:12 -


-


|Short text | | Syntax error in program "SAPLBUD0 ". | -


-


|What happened? | | Error in the ABAP Application Program | | | | The current ABAP program "SAPLBUBA_4" had to be terminated because it has | | come across a statement that unfortunately cannot be executed. | | | | The following syntax error occurred in program "SAPLBUD0 " in include "LBUD0TOP | | " in | | line 1112: | | "The type "CCARD_MASK" is unknown." | | " " | | " " | | " " | | | | 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 "SAPLBUBA_4" 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 SAPLBUD0 : | | "The type "CCARD_MASK" is unknown." | | " " | | " " | | " " | -


-


|Trigger Location of Runtime Error | | Program SAPLBUBA_4 | | Include LBUBA_4U76 | | Row 59 | | Module type (FUNCTION) | | Module Name BUPA_ACT_ANALYZE_FOR_BAPI | -


-


|Source Code Extract | -


|Line |SourceCde | -


| 29| lv_relationship TYPE bu_reltyp VALUE 'BUR013', | | 30| lv_suppressed TYPE bu_boolean. | | 31| | | 32| | | 33|* Unused workarea. | | 34| CLEAR ct_results. | | 35| | | 36|* Check if status check is active | | 37| CALL FUNCTION 'BUPA_STATUS_CHECK_STATUS' | | 38| IMPORTING | | 39| ev_suppressed = lv_suppressed. | | 40| CHECK lv_suppressed IS INITIAL. | | 41| | | 42| | | 43|********* Convert Number<->GUID *********************** | | 44|........ BAPI-Memory | | 45| CALL FUNCTION 'BUP_MEMORY_BUT000_GET' | | 46| EXPORTING | | 47| iv_partner = iv_bp_number | | 48| iv_partner_guid = iv_partner_guid | | 49| IMPORTING | | 50| es_but000 = ls_but000 | | 51| EXCEPTIONS | | 52| not_found = 1 | | 53| parameter_error = 2 | | 54| OTHERS = 3. | | 55| | | 56| IF sy-subrc 0. | | 57| Vorabk. Lesen Dialogmemory wg. Verwe. in BUS_BUPR_EVENT_DINP1 | | 58|........ Dialog-memory | |>>>>>| CALL FUNCTION 'BUP_BUPA_MEMORY_GET' | | 60| EXPORTING | | 61| I_PARTNER = iv_bp_number | | 62| I_XWA = 'X' | | 63| IMPORTING | | 64| E_BUT000 = ls_but000 | | 65| EXCEPTIONS | | 66| NO_DATA_FOUND = 1 | | 67| WRONG_PARAMETERS = 2 | | 68| DATE_INVALID = 3 | | 69| OTHERS = 4 | | 70| . | | 71| IF SY-SUBRC 0. | | 72|........ Datenbank | | 73| CALL FUNCTION 'BUPA_NUMBERS_READ' | | 74| EXPORTING | | 75| iv_partner = iv_bp_number | | 76| iv_partner_guid = iv_partner_guid | | 77| iv_reset_buffer = iv_reset_buffer | | 78| IMPORTING | -


Regards, A.Sithanandan

Former Member
0 Kudos

Hi Sithanandan,

It is better to you open a ticket to SAP AGS, about this issue.

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hi,

Can you please activate the BADI for which you have got the error.

goto transaction se18 and then give the enhancement spot as CCARD_MASK and then activate it.After you are done with that then go to t code se38 and do a syntaxt check for the program LBUD0TOP.Hope that suffices.Thanks.

Answers (0)