cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to change fixed Indicator in Schedule Line in Schedule Agreement through BAPI

Raj_Patel1302
Explorer
0 Kudos
285

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 

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
SAP Champion
SAP Champion
0 Kudos

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.

Raj_Patel1302
Explorer
0 Kudos
Didn't found any badi ME_PROCESS_SCHED and also EXIT_SAPMM06E_012 is not working .
Raj_Patel1302
Explorer
0 Kudos

Didn't found any badi ME_PROCESS_SCHED and also EXIT_SAPMM06E_012 is not working . tried using api but it is always updating the smallest schedule line.