cancel
Showing results for 
Search instead for 
Did you mean: 

sap solman dswp new m,aintenance runtime error.

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Duplicate Post

Read and Follow the Forum Rules