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 |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= | {{Template:MetaDesc|A list of SAP functions modules for onPremise systems differentiated for general across-the-board use and specific to different business processes e.g. MM.}} | ||
== | Better known in short: FMs and BAPIs.<br /><br /> | ||
Interesting article on FMs and BAPIs for T2 or making them interchangeable for T1 development: [[Create_wrapper_for_function_modules_and_BAPIs]] | |||
== Overall == | |||
=== Texts and Notes === | |||
{| class="wikitable" | {| class="wikitable" | ||
|'''Name''' | |||
|'''Purpose''' | |||
|- | |- | ||
! Name !! | |READ_TEXT | ||
|Read texts and notes | |||
|- style="text-align:center;" | |||
|colspan="2" | 🔧 how to article: [[Read_texts_and_notes_with_function_module_READ_TEXT]] | |||
|} | |||
== Master Data == | |||
=== Business partner === | |||
{| class="wikitable" | |||
|- | |||
! Name !! Purpose | |||
|- | |||
| 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 === | |||
{| class="wikitable" | |||
|- | |||
! Name !! Purpose | |||
|- | |- | ||
| BAPI_MATERIAL_GET_ALL || Read all material data | | BAPI_MATERIAL_GET_ALL || Read all material data |
Latest revision as of 17:04, 31 December 2024
Better known in short: FMs and BAPIs.
Interesting article on FMs and BAPIs for T2 or making them interchangeable for T1 development: Create_wrapper_for_function_modules_and_BAPIs
Overall
Texts and Notes
Name | Purpose |
READ_TEXT | Read texts and notes |
🔧 how to article: Read_texts_and_notes_with_function_module_READ_TEXT |
Master Data
Business partner
Name | Purpose |
---|---|
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 | Purpose |
---|---|
BAPI_MATERIAL_GET_ALL | Read all material data |
ASSORTMENT_POS_HANDLING | Add materials to an assortment module |