Runtime object of type X with the persistent key X could not be created in the Business Object
Symptom:
eZIO, usually on "ExistenceCheck" Methods of bapi's returns
the following message:
"Runtime object of type
with the persistent key could not be created in the Business Object"
Solutions:
This is not an error. This message tells you that the key
(or data) you are trying to execute does not exist in the
SAP system. For example: If you call companycode --> existencecheck with a company code of "ZZZZ" and "ZZZZ"
is not a valid company code in table T001 in your SAP system,
you will receive this message.

