cancel
Showing results for 
Search instead for 
Did you mean: 

Source: SAPbobsCOM.Company.88.0 Description: (50008) The entered quality status does not exist or is not filled in.

Former Member
0 Kudos

Hi,

SBO ver: 8.81 PL09

B1if ver: 1.9.0

I am trying to insert a delivery in SBO.

B1if returns the insert as succesfull with a new docentry but this document is not inserted.


<Payload Role="C" id="atom4" system="0010000110" status="success" b1login="Technical User" method="Synchronous Insert" objectid="16" payload="atom1" keyname="DocEntry" keyvalue="" DIresult="success" DImsg="1694" />

When I go to testrun the scenario I get following error

Source: SAPbobsCOM.Company.88.0

Description: (50008) Error on line(s): 0 1 2 The entered quality status does not exist or is not filled in.

at com.sap.b1i.adapter.dia.DiaAdapter.throwException(DiaAdapter.java:756)

at com.sap.b1i.adapter.dia.DiaAdapter.throwException(DiaAdapter.java:723)

at com.sap.b1i.adapter.dia.DiaAdapter.redo(DiaAdapter.java:615)

at com.sap.b1i.xcellerator.IPOStepInstance.finishTransaction(IPOStepInstance.java:1197)

at com.sap.b1i.xcellerator.IPOWorkResource.execute(IPOWorkResource.java:460)

at com.sap.b1i.xcellerator.IPOStepInstance.executeInner(IPOStepInstance.java:666)

at com.sap.b1i.xcellerator.IPOStepInstance.executeOuter(IPOStepInstance.java:515)

at com.sap.b1i.xcellerator.Xcellerator.trigger(Xcellerator.java:1376)

at com.sap.b1i.xcellerator.SingleAdapterPool.trigger(SingleAdapterPool.java:485)

at com.sap.b1i.xcellerator.SingleAdapterPool.trigger(SingleAdapterPool.java:449)

at com.sap.b1i.xcellerator.XclScheduler$JobRunner$JobThread.run(XclScheduler.java:284)

Caused by: java.lang.RuntimeException: Invoke of: EndTransaction

Can anyone help me with this?

Thx,

Joeri

Accepted Solutions (1)

Accepted Solutions (1)

former_member217514
Active Contributor
0 Kudos

I am guessing you have a User Defined field in the marketing documents rows that you also need to fill in.  I have never seen this message before, so it leads me to believe there is a validation checking going on most likely in the SBO_SP_TransactionNotification that is throwing this error.

Answers (0)