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

Deleting planned independent requirement using BAPI function

Former Member
0 Likes
1,446

Hi all,

I want to delete some planned independent requirements so they will not be in MD63 any more. I selected some entries from table PBIM and their scheduling lines from PBED using BDZEI key. <b>Does anyone know how to use the function BAPI_REQUIREMENTS_CHANGE to delete those requirements, or is there some other function for that?</b>

Setting up the parameter VERS_ACTIV to space only deactivates them so they stay in MD63. But how delete them completely? Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
887

I haven't used the BAPI to change Independent requirements, but there are standard transaction MD74, MD75 and MD76 to reorganize Planned independent requirements by date. These jobs are normally scheduled to run at start of period.

2 REPLIES 2
Read only

Former Member
0 Likes
888

I haven't used the BAPI to change Independent requirements, but there are standard transaction MD74, MD75 and MD76 to reorganize Planned independent requirements by date. These jobs are normally scheduled to run at start of period.

Read only

Former Member
0 Likes
887

Thanks but my problem is that I have to delete independent requirements programmaticaly (i.e. by my ABAP code). Any next ideas please?