![]() |
T4S4
19.1 C8408 A23185
Teamcenter Gateway for SAP S/4HANA API 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... | |
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 | ______________________ | | ..._______________________________________________
References TPSAP::performSapCall().
Referenced by TPSAP::VENDOR::InfoRecordGetList2().