Hello Experts,
I am developing an application which has to create Contracts & Scheduling Agreements as part of a workflow process.
Now I was sincerely believing that BAPI_SAG_CREATE will help me with that unitll I came across the the deadly error,
"Scheduling agreements withtime-independent conditions are not supported"
When I did some research and read the forum, I came across the SAP Note,1046794, which says the following
"Question:
You want to change a scheduling agreement via BAPI_SAG_CHANGE and
receive the error message MEOUT019: "Scheduling agreements with
time-independent conditions are not supported". Why?
Answer:
BAPI_SAG_CHANGE (and BAPI_SAG_CREATE) can only treat scheduling
agreements with time-dependent conditions. Document conditions are not
supported. Therefore, this kind of scheduling agreements cannot be
processed. This is a missing functionality "
My problem is, I want to create a Time- Independent Scheduling Agreement programatically. Since the above BAPI is of no use, how can I do it?
Is BDC the only option?