Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in BAPI_REQUIREMENTS_CHANGE

Former Member
0 Likes
2,834

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.

2 REPLIES 2
Read only

Former Member
0 Likes
1,455

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

Read only

Former Member
0 Likes
1,455

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.