on 2025 Oct 06 12:10 PM
Hi all,
I have a requirement in which i have to change fixed indicator in schedule line through bapi but not able to do as bapi's such as BAPI_SCHEDULE_MAINTAIN don't have any such Parameters to change the indicator.
Thanks,
Raj
Request clarification before answering.
The standard BAPI BAPI_SCHEDULE_MAINTAIN is designed for maintaining delivery schedules in Scheduling Agreements (ME38) but does not expose the “Fixed Indicator” field (EKET-FIXKZ) for update. This is a known limitation.
Since there is no standard BAPI exposes EKET-FIXKZ, implement a custom wrapper function module around standard logic and read the schedule line (EKET). Update FIXKZ using CALL FUNCTION ‘ME_UPDATE_SCHEDULE_LINE’ or direct update via BAPI with enhancement or Use BAdI ME_PROCESS_SCHED or user exit EXIT_SAPMM06E_012.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.