T4S4  18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
TPSAP::VENDOR::GEN Namespace Reference

Functions

 callBAPI_INFORECORD_GETLIST args
 Calls SAP function 'BAPI_INFORECORD_GETLIST'. The following lines are extracted from the SAP function module documentation, Copyright SAP AG. More...
 
 callBAPI_VENDOR_GETDETAIL
 

Function Documentation

◆ callBAPI_INFORECORD_GETLIST()

TPSAP::VENDOR::GEN::callBAPI_INFORECORD_GETLIST   args  

Calls SAP function 'BAPI_INFORECORD_GETLIST'. The following lines are extracted from the SAP function module documentation, Copyright SAP AG.

_______________________________________________... | | FUNCTIONALITY | _____________ | | This method enables you to list purchasing info records. You pass on | the desired selection criteria (e.g. vendor, material, plant) in the | import parameters. For more information, refer to the relevant | parameter documentation. | | EXAMPLE | _______

| HINTS | _____ | | The following authorization objects are checked with activity 03 | (Display): | <DS:UO.M_EINF_EKG>M_EINF_EKG</>,,Purchasing group in info record | <DS:UO.M_EINF_WRK>M_EINF_WRK</>,,Plant in info record | <DS:UO.M_EINF_EKO>M_EINF_EKO</>,,Purchasing organization in info record | <ZH>Return</> | The purchasing info records that satisfy the selection criteria are | returned in the tables <LS>InforecordGeneral</> and | <LS>InforecordPurchorg</>. | <ZH>Return messages</> | INCLUDE BAPI_RET | | FURTHER_SOURCES_OF_INF | ______________________ | | ..._______________________________________________

Returns
dict structure with the following elements:
  • Status OK|ERROR|JCO_ERROR
  • JCoStatus OK|ERROR
  • ErrorMessage last error message
  • NoOfMessages number of messages
  • LogMessageMessage(1 .. n)
  • LogMessageSeverity(1 .. n)

References TPSAP::performSapCall().

Referenced by TPSAP::VENDOR::InfoRecordGetList2().

◆ callBAPI_VENDOR_GETDETAIL()

TPSAP::VENDOR::GEN::callBAPI_VENDOR_GETDETAIL