We are running SAP ECC 6.0 with Treasury Activated.
EA-FIN is also activated (SFW5).
However the commodities node under FSCM > TRM > Transaction Manager is not activated / visible.
What more needs to be done to enable commodities trading, pls let us know
Material Issuing for receiving batch
Dear All experts in MM/ PP,
How can I Compare two xml documents?
Hi all,
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is something wrong with my sql statement below is the error and the code. what I am trying to do is to edit
Deleting pointers froms vector?
Hi. I have a vector filled with pointers and I want to delete the pointers. I could do a loop and do delete on all indexes, but my question is that if I just clear the vector. Are the pointers
Add_Months not Easy to Understand
Oracle is number 1, very fast and very easy. But....
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complcated the password can be several words. "Today is Sunday"However I want to exclude certain
Looking for help on using joining mysql tables and php....
Does anyone have any good links to references on how to pull mysql data, through joining tables and how one can use php to handle the results? I need some solid clear examples to get me going in the
Problem with the Update command used with a sqldataadapter
I'm connected to a database on an SQL Server and I'm using a sqldataadapter, sqlconnection, sqldataset generated at DESIGNTIME.
how to remove in php string display
My code is
php multiple action on submit
I have a form which says:<form enctype='multipart/form-data' method='post' action='process.php' target='_blank'>I need to call process.php on submit or on clicking submit button. Now