3 weeks ago
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 weeks ago
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?
3 weeks ago
3 weeks ago
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?