Advertising:
Classic extensibility: Difference between revisions
From SAP Knowledge Base
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:In-App]] | [[Category:In-App]] | ||
All expansion options are listed here. | |||
When it comes to BAdIs, there is a distinction between on-premise and cloud BAdIs. | |||
{| class="wikitable" style="width:100%;" | {| class="wikitable" style="width:100%;" | ||
Line 11: | Line 13: | ||
|- | |- | ||
|Adjust batch input folders before bookings after uploading the account statement | |Adjust batch input folders before bookings after uploading the account statement | ||
|BAdI | |BAdI (onPremise) | ||
|[[FEB_BADI]] - Method CHANGE_POSTING_DATA | |[[FEB_BADI]] - Method CHANGE_POSTING_DATA | ||
|Execution Tcode FF_5 | |Execution Tcode FF_5 | ||
|- | |- | ||
|Change of external document with [[BAPI_ACC_DOCUMENT_POST]] | |Change of external document with [[BAPI_ACC_DOCUMENT_POST]] | ||
|BAdI | |BAdI (onPremise) | ||
|[[ACC_DOCUMENT]] - Method CHANGE | |[[ACC_DOCUMENT]] - Method CHANGE | ||
|Execution of BAPI_ACC_DOCUMENT_POST if extension parameter 'extension2' is maintained | |Execution of BAPI_ACC_DOCUMENT_POST if extension parameter 'extension2' is maintained | ||
Line 35: | Line 37: | ||
|- | |- | ||
|Different extension in transaction code COOIS | |Different extension in transaction code COOIS | ||
|BAdI | |BAdI (onPremise) | ||
|WORKORDER_INFOSYSTEM | |WORKORDER_INFOSYSTEM | ||
|Several e.g. after selection / layout output | |Several e.g. after selection / layout output | ||
|} | |} |
Revision as of 14:29, 26 December 2024
All expansion options are listed here. When it comes to BAdIs, there is a distinction between on-premise and cloud BAdIs.
Purpose | Type of extension | Name | Trigger |
Finance (FI) | |||
---|---|---|---|
Adjust batch input folders before bookings after uploading the account statement | BAdI (onPremise) | FEB_BADI - Method CHANGE_POSTING_DATA | Execution Tcode FF_5 |
Change of external document with BAPI_ACC_DOCUMENT_POST | BAdI (onPremise) | ACC_DOCUMENT - Method CHANGE | Execution of BAPI_ACC_DOCUMENT_POST if extension parameter 'extension2' is maintained |
Adjust raw data from upload of an account statement 'MT940' | Customer Exit | FEB00004 - Exit fm EXIT_RFEKA400_001 | Execution Tcode FF_5 with format MT940 so that program RFEKA400 is called |
Materials Management (MM) | |||
Different ToDos when saving and updating in reservation | Customer Exit | MBCF0007 - EXIT_SAPMM07R_001 | Saving/changing the reservation with MB21/22 |
Production Planning and Control (PP) | |||
Different extension in transaction code COOIS | BAdI (onPremise) | WORKORDER_INFOSYSTEM | Several e.g. after selection / layout output |