cancel
Showing results for 
Search instead for 
Did you mean: 

SAPLSCSM_BI_DATALOAD SYNTAX_ERROR after upgrade to 7.1 SP5

Former Member
0 Kudos

Hello,Experts


I have a problem after upgrade to 7.1 SP5.

There're tons of same errors in every second.


Program Name:SAPLSCSM_BI_DATALOAD



I already attached

SAP NOTE 1707863

SAP NOTE 1697302

Please tell me how to solve this.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Dear Experts,

any real solution to this problem. I have the same problem and I cannot go back to all the other versions of the implementation. I figured out the parameters are different in requirements FORM and PERFORM function of selfmon_performance for the SMD_DATA_LOADER_P.

IN SMD_DATA_LOADER_P it has 6.

Where it in SMD_DATA_LOADER_S calls the selfmon_performance with 7.

form selfmon_performance using value(objname) type char40

                                runtime_prep type i

                                runtime_proc type i

                                runtime_commit type i

                                runtime_post type i

                                runtime_secs type i

                                number_of_records TYPE i.

Any idea ?

Former Member
0 Kudos

Hi,

Here is an image of the ST22 Tx. As you can see I'm getting 15k + errors in ST22.

I can't find any help anywhere, any help is welcome.

Regards,

Junior V.

Former Member
0 Kudos

Hi

Has anyone been able to resolve this yet, I to am having the same issue

Thanks

Former Member
0 Kudos

Dear Junior,

regarding syntax error "SAPLSCSM_BI_DATALOAD"  Please check if the SAP Note 1610374 completely implemented in your system, if not then please apply it.

Rgds,

Sachin

Former Member
0 Kudos

Here with the same problem, but still without a solution.

More than 9k errors in ST22

Here's the error in ST22:

Category                         ABAP Programming Error

Runtime Errors                SYNTAX_ERROR

ABAP Program               SAPLSCSM_BI_DATALOAD

Application Component    SV-SMG

I have been trying to search for a solution that take me to this threat.

Any help is welcome.

SAP Solution Manager 7.1

SAP Release..... 702

SAP Basis Level. 0009

SAP kernel....... 720

Oracle ..............11.2.0.3.0

Windows 2008 R2

Regards,

Junior V.

Former Member
0 Kudos

Hi,

I ran across similar situation after application of SPS05 to Solman 7.1. (20 K error in a day)

I found many notes which were inconsistent in SNOTE transaction.

I had to reapply all notes to get rid of different runtime error.

Problem is solved for me now.

Regards.

g_vandenbroucke
Explorer
0 Kudos

Did you find a solution for this problem?

Former Member
0 Kudos

This is my case.
(SAP wonder why this error occur)

Transaction code SE37, enter function modulename SMD_DATA_LOADER_ALM.

By attach the note1707863
almost all data of function module SMD_DATA_LOADER_ALM(import, export,
changing,tables, exceptions) are lost.

This is the reason why this error occur.
So, I retrive the older version of this module.(on SM37)
And check the all data(import, export,changing,tables, exceptions)

After that,
I retrive the new version(that has error) & manually input the all data.

By doing this,
It looks working fine.

g_vandenbroucke
Explorer
0 Kudos

Thx for this answer , I noticed the same problem.

Former Member
0 Kudos

Hi,

have you find any sysntax error on the program SAPLSCSM_BI_DATALOAD, after the apab syntax check?

Please check the work process trace, could be many reason

Check this note also, seems relevant 1610374, as per this do you hav any inactive cubes in RCA ?

Thanks,

Jansi

Former Member
0 Kudos

Hi Jansi

Thanks.

After syntax check about SAPLSCSM_BI_DATALOAD in SE38,

there's a syntax error at Function Module SMD_DATA_LOADER_ALM.

In the work trace,

**** Trace file opened at 20120629 133648 , by disp+work

**** Versions SAP-REL 720,0,114 RFC-VER U 3 1291253 MT-SL

======> Syntax error in program SAPLSCSM_BI_DATALOAD                    .

ABAP Programm: SAPLE2E_DPC_LUW (Transaction: )

Called function module: SMD_DATA_LOADER_S

User: SM_EXTERN_WS (Client: 100)

Destination: NONE (Handle: 1, DtConId: B0DEC1E15E54F142B1C6000C29534D56, DtConCnt: 1, ConvId: 73245536,{B0DEC1E1-5E54-F142-B1C6-000C29534D56})

Remote ABAP Programm: SAPMSSY1 (Position: 139, Workprocess: 8, Stacklevel: 2)

EPP RootContextId: 000C29534D561EE1B0BBD60A8BC6F1C6, ConnectionId: 000C29534D561EE1B0BBD6A554EFB1C6, ConnectionCnt: 1

EPP TransactionId: B0DEC1E15E54F13DB1C6000C29534D56

I implemented note correction 1610374.