Hi, All,
See below example definition for BAPI_FUNCLOC_GETLIST for business object FunctionalLocation and method GetList.
<doc:FunctionalLocation.GetList xmlns:doc="urn:sap-com:document:sap:business" xmlns="">
<MaintplantRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</MaintplantRa>
<PlangroupRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</PlangroupRa>
<DescriptRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</DescriptRa>
<FunclocRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</FunclocRa>
<SortfieldRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</SortfieldRa>
<PlanplantRa>
<item>
<SIGN></SIGN>
<OPTION></OPTION>
<LOW></LOW>
<HIGH></HIGH>
</item>
</PlanplantRa>
<FunclocList>
<item>
<FUNCTLOCATION></FUNCTLOCATION>
<FUNCLOC></FUNCLOC>
<LABEL_SYST></LABEL_SYST>
<DESCRIPT></DESCRIPT>
<STRIND></STRIND>
<CATEGORY></CATEGORY>
<SUPFLOC></SUPFLOC>
<PLANPLANT></PLANPLANT>
<MAINTPLANT></MAINTPLANT>
<PLANGROUP></PLANGROUP>
<SORTFIELD></SORTFIELD>
</item>
</FunclocList>
</doc:FunctionalLocation.GetList>
Does anyone know where this BAPI definition come from? How do i get this BAPI definition from SAP? Does SAP still support the BAPI definition like this? Thanks a lot!