Advertising:
Function modules and business application programming interfaces: Difference between revisions
From SAP Knowledge Base
(Created page with "= Master Data = == Material == {| class="wikitable" |- ! Name !! Using |- | BAPI_MATERIAL_GET_ALL || Read all material data |- | ASSORTMENT_POS_HANDLING || Add materials to an assortment module |}") |
No edit summary |
||
Line 1: | Line 1: | ||
= Master Data = | = Master Data = | ||
== Business partner == | |||
{| class="wikitable" | |||
|- | |||
! Name !! Using | |||
|- | |||
| BAPI_BUPA_ADDRESS_GETDETAIL || Get BP-Masterdata | |||
|- | |||
| BAPI_BUPA_CENTRAL_CHANGE || Change the first name, last name, etc. of people, organizations and groups as well as address-independent master data such as telephone, email, etc. | |||
|- | |||
| BAPI_BUPA_ADDRESS_CHANGE || Change address data and address-dependent master data such as telephone, email, etc | |||
|} | |||
== Material == | == Material == | ||
{| class="wikitable" | {| class="wikitable" |
Revision as of 19:08, 23 December 2024
Master Data
Business partner
Name | Using |
---|---|
BAPI_BUPA_ADDRESS_GETDETAIL | Get BP-Masterdata |
BAPI_BUPA_CENTRAL_CHANGE | Change the first name, last name, etc. of people, organizations and groups as well as address-independent master data such as telephone, email, etc. |
BAPI_BUPA_ADDRESS_CHANGE | Change address data and address-dependent master data such as telephone, email, etc |
Material
Name | Using |
---|---|
BAPI_MATERIAL_GET_ALL | Read all material data |
ASSORTMENT_POS_HANDLING | Add materials to an assortment module |