Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>RetailSite



Index

RetailSite

RetailSite


The Business Objekt Retail site is a plant in which goods are made available for distribution or sale.


Comment
Important types of retail sites are the distribution center and the
store, whereby the distribution center is used for the intermediate storage and distribution of goods, and the store for their sale.


For the supply of goods, each retail site, as the receiving plant, assumes the role of a customer.

A retail site, as a customer (see Business Objekt Customer, can

- be subdivided into departments that reflect the responsibility for
material groups

- have several receiving points that permit organization of the
internal distribution of the goods; at a receiving point goods can be received for several departments.


In addition, distribution centers, as delivering plants, occur in the role of a vendor.

In the retail trade a retail site can be represented by a sales office
in order to enable plant-specific sales statistics to be drawn up in the case of sales transactions across company codes.


11-Dec-2005


Methods

Available Methods


  • GetDepartments : Determine departments of a plant (including description) [ BAPI_RETAILSITE_GETDEPARTMENTS ]
  • GetMatGroups : Material groups for a customer (retail plant) including description [ BAPI_RETAILSITE_GETMATGROUPS ]

11-Dec-2005


GetDepartments

GetDepartments


This function module determines the departments that belong to a plantor customer. The plant number must be entered. The departments in aretail plant are dependent on the plant's customer number. If thecustomer number of the retail plant is transferred as well, the system does not need to determine it via the plant table.


The system displays all departments of the retail plant including thier descriptions.


11-Dec-2005


GetMatGroups

GetMatGroups


This function module determines all material groups for a retail plantor the material groups for a department in a retail plant. The plantnumber must be transferred. As the material groups of a retail plantcan be assigned via the customer, the customer number of the retail plant can also be transferred. The system then does not need to
determine the customer number via the plant table.

The system displays all material groups of the retail plant, includingdescriptions, or the material groups of the particular department of the retail plant.


11-Dec-2005