Application Development 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: 

Change Milestone Dates via ABAP

abapdanny
Explorer
0 Kudos
286

Hi guys,

I have two fields, which I wanted to change over an SAP Standard Function / Method etc. The fields are MLST-EDATU and MLST-LST_ACTDT. Does anyone know an SAP Standard Function etc. to do that? Or can I do it directly on the database with an UPDATE?

Thanks!

3 REPLIES 3

Sandra_Rossi
Active Contributor
250

Or can I do it directly on the database with an UPDATE?

Of course, NO: it would be your responsibility if something goes wrong with the standard programs.

 


Does anyone know an SAP Standard Function etc. to do that?

Did you try BAPI_PROJECT_MAINTAIN?

0 Kudos
156

That's it, thanks!

Ken_Melching
Product and Topic Expert
Product and Topic Expert
212

Never change SAP data directly in the database.  Never.  You will violate the SAP maintenance agreement and you'd be on your own for any problems.

As Sandra said research using a BAPI (API).  What version of SAP are you using?