‎2007 Jul 02 8:00 AM
Hi All,
I am getting the below error in BAPI_REQUIREMENTS_CHANGE while changing the requirmrnt type of a materail.what cud be wrong?
Error : 'No new requirements can be created during a change transaction'
Thanks,
Rakesh.
‎2007 Jul 02 8:07 AM
Hi,
just check FM docu,
from here i can see one thing...
you need delete old ones and cretae neew ones ,
new data to be passed to REQUIREMENTS_SCHEDULE_IN
Existing Schedule Lines/>
Existing schedule lines are deleted, and the system creates the schedule lines transferred in parameter REQUIREMENTS_SCHEDULE_IN again.
When parameter DELETE_OLD has initial value, the existing schedule lines are not changed if the transferred schedule lines with the same requirements date do not overwrite them.
Existing schedule lines must be deleted for the following items (DELETE_OLD = X'):
Items for which automatic splitting is carried out
Items for which configuration supporting points are created
Regards
Sudheer
‎2007 Jul 02 8:19 AM
hi rakesh,
it seems u r trying to create a new requirements with the change mathod..
please read function documentation carefuly
its may be u r giving conflicted data with the existing requirement no..
reward if felpfull.