cancel
Showing results for 
Search instead for 
Did you mean: 

Erroneous data received from server.

Former Member
0 Kudos

Dear All,

   HELP !

I am receiving the following message in VA02

Message header "SAP Frontend Server"

Message reads "Erroneous data received from server. Application may not work correctly"

the message occurs when system message V1166 - Oldest of open items overdue.

The massage occurs from the following script:-

----------------------------------------------------------------------------------------------------

If V[_transaction=VA01] or V[_transaction=VA02]

 

 

 

  IgnoreWarning V1308 totext="warnings"

 

  // delete previous values

  Set V[zVA_Itc.*] ""

 

  Set V[zlvr] "&V[_listlastrow]"

  Set V[zfvr] "&V[_listfirstvisiblerow]"

  set V[zi] 1

 

  label zIStart

 

  Set V[zVA_Itc.&V[zi]] "&cell[All items,ItCa,&V[zi]]"

 

  if V[zVA_Itc.&V[zi]=ZNBB]

  Set V[ZNBB] "Y"

    NoInput [All items,*,&V[zi]]

  Endif

  Label Zend

 

  set V[zi] &V[zi] + 1

 

  if V[zi<&V[zlvr]]

    goto zIStart

  Endif

 

If V[ZNBB=Y]

  If F[Sales Doc. Type] or F[Req. deliv.date] or F[Sales Document Item]

     Pushbutton P[Create item]+(0,3) "@18\QDelete item@" Process=".\InputScripts\del_line.txt"

  Endif

 

  del P[Delete item]

 

  //Set V[zi] ""

 

  ///////// Prevent deletion of children from boms

  //On "=POLO" Process=".\InputScripts\Bom_no.txt"

 

  If V[not_item=Y]

// Change [H] Standard Order 2046207: Overview

Screen SAPMV45A.4001

  Enter "/Menu=3,3,1"                // Sales A

Endif

Endif

// Display all warnings

if text[warnings]

  Message "&text[warnings]" -statusline

  Set text[warnings] ""

endif

Endif

Accepted Solutions (0)

Answers (1)

Answers (1)

jude_bradley
Advisor
Advisor
0 Kudos

Normally George, this issue occurs with a kernel or the SAPGUI could be out of date.

A quick check to see do all workstations get the issue should rule out the GUI.

If only one machine is affected, reinstall the SAPGUI from add/remove programs.

Ensure that the latest patch or a recent patch is installed.

Regards,

Jude