on 2024 May 10 8:18 AM
Dear Expoert,
Is there any BAdI or Enhancemanet spot just after ( or same timing ) updating Material related tables?
Because we have a problem that is "Append fields of MARA are not updated".
When "activate button" is pushed, we can see append fields are correctly filled to entity "MATERIAL" in "CHECK_ENTITY" method ,but sometimes they are not update correctly.
Therefore we need to BAdI to investigate it furthere.
Thank you
Yuko
Request clarification before answering.
Hi Yuko,
Please follow the steps from the below guide to understand how append fields "I assume custom fields" are updated in the backend.
https://www.sap.com/documents/2015/07/76525357-5b7c-0010-82c7-eda71af511fa.html
Regards
Anirban
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, there is the Business Transaction Event 00001250
Basically, you register a function module as a "listener" for this event in table TBE31. This technology antedates BAdIs, BTW.
All function modules registered for 00001250 have the same interface and get called after the business validations, right before saving to the data base.
Documentation is available by searching help.sap.com for "Business Transaction Event"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
56 | |
10 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.