sábado, marzo 03, 2012

bash: read

create a variable: $ read file
store a string into the variable: $ read file <<< "This is a string"
retrieve variable value: $ echo ${file[@]}
create an array of data: $ read -a file
store data into array: $ read -a file <<< "This is a test for filling the array"
count elements in array: $ echo ${#file[@]}
display every element in array: $ for i in ${file[@]}; do echo $i; done;
fill the array from output redirected from other commands: $ read file -a file <<<$(cat file.txt)


Watch this

jueves, febrero 16, 2012

textcodepage VBA

http://msdn.microsoft.com/en-us/library/dd317756.aspx

miércoles, febrero 08, 2012

Arreglos en C++

http://www.functionx.com/cpp/Lesson14.htm

viernes, febrero 03, 2012

Stream iSight to vlc

Open terminal.app and execute:

Add a VBA Reference Library via code

http://www.vbaexpress.com/kb/getarticle.php?kb_id=267

Period balances SAP BAPI

Use BAPI_GL_GETGLACCPERIODBALANCES

Sudhir K Atluru
 

Re: BAPI_GL_GETGLACCPERIODBALANCES currency problem   Helpful
Posted: Jul 28, 2006 11:15 PM   in response to: Silvia Fornarini in response to: Silvia Fornarini

The import parameter CURRENCYTYPE takes values 00 or 10.

00 - Return values in transaction currency
10 - Return values in local currency

sábado, enero 28, 2012

Remove OpenFire mac osx

Type into terminal.app the following:

sudo rm -rf /usr/local/openfire 
sudo rm -rf /Library/PreferencePanes/Openfire.prefPane 
sudo rm -rf /Library/LaunchDaemons/org.jivesoftware.openfire.plist

jueves, enero 19, 2012

About Resource Consumption Accounting

Mentioned in Evaluating and improving costing in organizations (FASAB) [1] In July 2009, Resource Consumption Accounting is recognized in the new International Federation of Accounting’s International Good Practice Guide: Evaluating and Improving Costing in Organizations, and in the companion piece to the IGPG, A Costing Levels Continuum Maturity Model, RCA was evaluated as the most sophisticated costing approach on the continuum.



 I'm anxious to get more information about this... check out the RCA Institute webpage [2]
 Here are some webcasts [3]

I tried to download the application "ROSA" from www.altavia.com with no luck, please if you know where to get it, let me know writing me a comment!.


GPK + ABC = RCA?

viernes, enero 13, 2012

Identificar estado de órdenes SAP

Consultar las tablas:

JEST:para verificar los indicadores de estado de la orden, el tilde del campo INACT significa que no está activo el indicador.

TJ02:para verificar la correspondencia de los estados.