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
modifying a property of an object from a different class
I have 2 classes:- Math- Distancein my math class, I have this line:$distance = new Distance($this->query, $this->distances);and this property:public $special = array();in my Distance
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compiler (gcc) is reporting an error on line k.f();, but not g().f(); and g() = k;. Does anyone
I apologise! It's a newbie to PHP feedback form problem!
Hi,I am a total newbie to PHP. I am also a unemployed and need to get a job. So after 100% rejection rate for job applications since last November, I have built me a little 'self-marketing' site with
Perplexing problem showing a .jpg
Please disregard..........I figured it out
Auto-populating dropdowns and multiple forms.
Here's what I have so far:First drop down = select a state (works)This populates the second drop down (works)Second drop down = select a city (works)This populates the third drop down with local
Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for everything but Sundays. What I am trying to do is display all dates within a specified date range that
j1inmis Ouput layout changes
Hi,
Table Control
Hi Guru's,
cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database using a single select statement or must a select count be done for each individual table?