cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in standard program SAPLSMOX3_SERVICES

Former Member
0 Kudos

Hi All,

We are facing a syntax error in standard program SAPLSMOX3_SERVICES.

Issue is type DMC_POS is unknown. In ECC 6 this type was present in table DMC_PARAM for field POS. But now it is replaced by type TABFDPOS.

But standard program throws this run time error(given below).

I could not find any relevant notes or information relating to it.

Kindly provide your inputs.

What happened?
    Error in the ABAP Application Program

    The current ABAP program "SAPLCRM_UPLOAD_BW" had to be terminated because it
     has
    come across a statement that unfortunately cannot be executed.

    The following syntax error occurred in program "SAPLSMOX3_SERVICES " in include
     "%_CDMCT " in
    line 663:
    "The type "DMC_POS" 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 "SAPLCRM_UPLOAD_BW" had to be terminated because it
     has
    come across a statement that unfortunately cannot be executed.

What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "SAPLSMOX3_SERVICES ".
    You can also perform the syntax check from the ABAP Editor.

    If the problem persists, proceed as follows:
    Note down which actions and inputs caused the error.


    To process the problem further, contact you SAP system
    administrator.

    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.

Error analysis
    The following syntax error was found in the program SAPLSMOX3_SERVICES :
    "The type "DMC_POS" is unknown."
    " "
    " "
    " "

Accepted Solutions (1)

Accepted Solutions (1)

joaquin_fornas
Active Contributor
0 Kudos

Hello

That seems like an error in transport. Could you please re transport all objects in package S_DMCM?

Regards

Joaquin   

Answers (0)