cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know where this BAPI definition come from

Former Member
0 Kudos

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!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

this is no WSDL at all!!! it's no definition at all nor is it a schema or something.

it is an XML document mocking up that BAPIs structures, i.e. a 'template' of what a BAPI request might look like. and this in something resembling an XML format but not even well-formed(due to the missing first declaration line).

The BAPI itself, FunctionalLocation, is readily available in a 6.0 system.

hope it helps, anton

BTW, I'd consider to alter that 'junk nickname' to a more serious one since users with such names are often ignored in this community. but that's upt to you of course

amit_khare
Active Contributor
0 Kudos

If I remember ...this is how the BAPI Definition will look in WSDL