I am using two BAPI's BAPI_PO_GETDETAIL & BAPI_ENTRYSHEET_CREATE
I am getting following error intermittently when trying to call BAPI, what could be the reason????
SAP.Middleware.Connector.RfcInvalidStateException: Lookup of function BAPI_PO_GETDETAIL metadata failed for destination WO ---> SAP.Middleware.Connector.RfcInvalidStateException: Lookup of StructureOrTable BAPIEKBE metadata failed for destination WO ---> SAP.Middleware.Connector.RfcCommunicationException: destination WO failed when calling DDIF_FIELDINFO_GET -- see log for details
at SAP.Middleware.Connector.RfcRepository.Execute(RfcFunction function)
at SAP.Middleware.Connector.RfcRepository.LookupRecordMetadataClassic(String name, RecordType recordType)
--- End of inner exception stack trace ---
at SAP.Middleware.Connector.RfcRepository.LookupRecordMetadataClassic(String name, RecordType recordType)
at SAP.Middleware.Connector.RfcRepository.LookupRecordMetadata(String name, RecordType recordType)
at SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
--- End of inner exception stack trace ---
at SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
at SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadata(String name)
at SAP.Middleware.Connector.RfcRepository.GetFunctionMetadata(String name)
at SAP.Middleware.Connector.RfcRepository.CreateFunction(String name)