Mapping in Transformation file for loading infoprovider

Mapping in transformation file for load from infoprovider:
The requirement is : if Account of BW starts with 70XXXXXXX then use char1 if Account of BW starts with 12XXXXXXX then use char2 in BPC dimension 2.
So, in the transformation file for a load from an infoprovider we want for a dimension to use the data from a certain BW characteristic based on the characteristic Account.
For example if the account start with 70 then use for a certain bpc-dimension u201Cdetailu201D the characteristic of 0COUNRTY  should be used, if account start with 2 the char X should be used etc..
Following in the transformation works but the issue is that we have to specify all the accounts individually (+100 accounts in the statement which is not feasible):
BPC_detail = *IF (BWACCOUNT = str(70000010) then 0COUNTRY;str(NO_DETAIL))
Where BPC_detail is the dimension in BPC and BWACCOUNT is the characteristic in BW.
Following statement does not work: there is also no documentation available how to do this:
BPC_detail = *IF (BWACCOUNT(1:2) = str(70) then 0COUNTRY;str(NO_DETAIL))
Is there a solution/statement that fulfills this requirement for the load of an infoprovider?
( so similar to what you can do with the load of a flat file like for example:  Entity=IF(col(1,1:1)=U then SEntity;*col(1,1:1)=Z then *col(1,3:6); *STR(ERR)) )
Rgds

Hi,
Install process chain /CPMB/LOAD_INFOPROV_UI from BI Content as follows:
1.Enter Tcode RSA1
2. In the left navigation bar, click 'BI content'
3. Select process chain and double click "Select Objects".
4. Select the process chain /CPMB/LOAD_INFOPROV_UI.
5. Click 'Transfer Selections' button.
6. On the right pane, install objects from BI Content.
7. Enter Tcode SE38.
8. Input program name ujs_activate_content and click to run.
9. Only select option 'Update DM Default Instructions'.
10. Execute program.
Hope it helps..
Regards,
Raju

Similar Messages

  • How to design Flat file for loading attribute dimension in a planning application

    Dear Gurus,
    I have a requirement to extract attribute dimensions from an essbase application and load it to another planning application. I have a dimension called Program and two attribute dimensions Sales Manager, Accounts manager associated with Program dimension in Essbase application. I will Extract these dimensions using Essbase outline extractor. After Extracting the attribute dimensions I have to load these dimensions to planning applications using outline load utility. Kindly guide me how to design the flat file for loading attribute dimensions in planning application.
    Thanks and Regards
    SC

    You could dig through the docs and try to figure out the file format manually, or you could do this the easy way.  Simply use the Outline Load Utility to export your attribute dimension from Planning.  The export file format is the same as the import file format.  You might have to manually add a couple of test members to your attribute dimension so that your export file has some content.  Then simply update the file you exported, and import it.
    (I am assuming you have already manually created the Attribute dimension in Planning, and that you simply need to add members to it.)
    Hope this helps,
    - Jake

  • Changes to be done in Assignment and WorkTerms file for loading 3-Tier employment model.

    Hi Folks,
    My understanding on Fusion HCM 3-Tier Employment model is that :
    An Employee can have multiple WR records each with Multiple Work Terms and these Work Terms in turn can have multiple
    Assignments tagged to them. Further, default assignment of the Employee is marked in the Assignment_VO file using
    Primary_Flag=Y.
    1) Can anyone please explain on what are the changes to incorporate in the WorkRelationship, WorkTerms & Assignment file for
    loading WR data based 3-Tier employment model.
    2) What are the scenarios that require loading F_CONTRACT_VO file for 3-Tier Employment model....
    3) Can anyone share template of sample 3Tier WR data loaded in Fusion.
    Thanks a lot in advance,
    HEMANT

    I'll need to ask a colleague in HCM to comment on this, while waiting you may want to take a look at the following:
    HCM Employment Model Primary Flags on HCM support forum
    FBL most updated sample files - Fusion HCM v8 on HCM support forum
    Oracle Support Document 1572625.1 (Data Migration And Integration Advisor: Oracle Fusion HCM)
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • BPC 7.5 NW SP5 - Question regarding Transformation file for exporting data

    Hi Experts,
    I have a requirement to export data from a BPC application to App.server/UJFS. There are currently 13 dimensions in the application. The user requires the output file to contain only three dimensions followed by the amount(signdata), namely
    | COSTCENTER | ACCOUNT | TIME | AMOUNT |.
    How do i handle the same in transformation file?
    Currently i am using the following transformation file but i am having issues validating it.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    OUTPUTHEADER=*COSTCENTER,ACCOUNT,TIME, PERIODIC
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=NO
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    COSTCENTER=*COL(2)
    ACCOUNT=*COL(4)
    TIME=*COL(13)
    AMOUNT=*COL(14)
    I tried to remove the OUTPUTHEADER from *options and tried but it still gives the same issue.
    Please help me as to how i can handle this scenario.
    Thanks,
    Victor

    The 'Export' data package which comes as part of a support pack enhancement does not support using Transformation/Conversion files to modify data prior to transport.
    Please refer to section 3 (Limitations) in the below how to guide.
    http://www.sdn.sap.com/irj/bpx/go/portal/prtroot/docs/library/uuid/b0427318-5ffb-2b10-9cac-96ec44c73c11?QuickLink=index&overridelayout=true
    Hence your only option is to manually massage data in the spreadsheet after exporting.

  • XML file for loading different classes in application ?

    Hi,
    I want to configure a small application ( a simulator ) using a XML file. The XML file determines the classes, whih should be loaded, and initialize the variables (values set in the XML files). I want to have different modules (same functionality, different implementations) and which module is loaded, is determined by the XML file ( a scenario ).
    I am not sure, how can I implement it ? Should I use Java Beans with XMLBeans ? Is there a standard way for doing this ? I will appreciate any advice.
    Thanks in advance.
    Bobi

    I used the java class loading capability using the following code snippet
    public void loadPlugin(String entrypoint, String name)
              Plugin plugin;
              Class c;
              try
                   c = Class.forName(entrypoint);
                   plugin = (Plugin)c.newInstance();
                   plugin.setName(name);
                   plugin.setConnection(DBHandler.getConnection());
                   plugin.setParameters(_pluginReader.readParameters(name));
                   if (plugin != null && _plugins != null)
                        _plugins.add(plugin);
              catch (Exception e)
                   e.printStackTrace();
         }I have to add that I have an interface called Plugin that specifies the above mentioned method stubs.

  • Connection string in listener log file for loading balance/failover

    Hi Experts,
    I have 4 node RAC for oracle 10g2 in rad hate 5.0
    We creaed service dbsale ( sale1,2 as pr imary and sale3/4 as available) with loading balance/failover.
    The remote user created a local TNS as
    localmarket =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 155.206.xxx.xx)(PORT = 1521))
    (LOAD_BALANCE = OFF)
    (CONNECT_DATA = (SERVICE_NAME = dbsale))
    From server side, I saw that user send two request connection string. one fail and another is OK.
    It seems that fail connecting come from failover/loading balance from dbsale3?
    Why do we get two connection string in listener log file?
    Which difference is between two connection string?
    Where does system change these connection string?
    Thanks for your explaining.
    Jim
    ==============listener.log message
    [oracle@sale log]$ cat listener_sale.log|grep pmason
    15-SEP-2009 13:52:24 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54326)) * establish * dbsale * 0
    15-SEP-2009 13:52:25 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))(SERVER=dedicated)(INSTANCE_NAME=sale3)) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54327)) * establish * dbsale * 12520
    15-SEP-2009 13:52:30 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54329)) * establish * dbsale* 0
    15-SEP-2009 13:52:47 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54332)) * establish * dbsale * 0
    15-SEP-2009 13:52:47 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))(SERVER=dedicated)(INSTANCE_NAME=sale3)) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54333)) * establish dbsale 12520
    15-SEP-2009 13:52:49 * (CONNECT_DATA=(SERVICE_NAME=dbsale)(CID=(PROGRAM=oracle)(HOST=rock)(USER=test ))) * (ADDRESS=(PROTOCOL=tcp)(HOST=161.55.xxx.xx)(PORT=54334)) * establish * dbsale * 0
    Edited by: user589812 on Sep 16, 2009 7:21 AM

    Hi Jim,
    I think the best way on this case is create one service with one instance as primary and another 3 as available.
    Or use the connect string with two vip addresses, cause the service has two instances and the tnsnames.ora entry has only one.
    Cheers,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • How to use local variables in control files for loading data

    i want to count the number of records which have odd number like...
    Data in data.txt
    1 a
    2 b
    3 c
    So my count = 2, i will write this to another file.
    Plz help me how to achieve this

    If you want to extract some rows from a file and write them to another one, why do you need Oracle? What is your requirement?
    Or are you asking out of curiosity how can this be done in Oracle?
    You can create an external table for this input file, select the rows you want from it and write them to another file using utl_file.
    External tables: http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/et_concepts.htm#SUTIL011
    UTL_FILE: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_file.htm#sthref14095

  • Verbose logging jdk1.6 no longer contains path and file for loading msgs

    The javac verbose option underjdk 1.6 logs LOADING Line as follows:
    [javac] [loading javax\naming\InitialContext.class(javax\naming:InitialContext.class)]
    That is different that what I had been getting under jdk 1.5
    [javac] [loading Z:\WebSphere\AppServer\java\jre\lib\core.jar(javax/naming/InitialContext.class)]
    Given a choice I would have prefered the orginal.
    It resolves to a jar. I find the 1.6 line of no more use than the original, and in fact of much less use.
    I see no signs of this being reported as a bug, or even noticed (not a single person other than myself complaining on the internet...)
    I can find no flags to revert to original, and see no snippits of postings showing the former format in any samples of Verbose dumps...
    Help....???
    Why do I care.... I had scripts that using this output to identify our internally written jars being "found" by the compiler, so that they could be "graphed" and packaged in the wars that needed them. Not perfect, but easy.... At least it was easy.

    Solved my own issue.  Turns out my IP address for the served was changed by the router.  I have now assigned it a permanent IP.  It's working again.

  • Need JAR files for load testing the dicoverer plus 9.0.4

    I am able to capture the Applet events in oracle discoverer plus 9.0.4 using loadrunner. But i am not able to replay the script. For replaying the script it needs some jar files to be included in the classpath. Source.jar,Xmlparserv2.jar,inner.jar and remoteclient.jar files. I am not able to find out the source.jar and remoteclient.jar in server.
    Any one help me out to get all these jar files with complete stuff to include in classpath and replay that is run the script in loadrunner.
    i need these jar files urgently. Version is discoverer plus 9.0.4

    Hi, Bhushan and all!!
    I have the dll's needed for the connection:
    - GxSiebelBridge.dll
    - Interop.SiebelApplicationServer.dll
    - Interop.SiebelBusObjectInterfaces.dll
    - Interop.SiebelDataServer.dll
    Tell me if you want it. You can implement these dll's with JNI (Java Native Interface).
    I need the jars, too. If anyone have it, please send me.
    Thanks!!

  • How to use the transformation file

    Hello there!
    This message is to ask a question that maybe it could be familiar to you. I want to load data using a .txt file and a transformation file using the import package. Suppose  that the structure of my txt file is:
    Entity,Category,Time,Account1,Account2,Account3
    Ent1,Actual,2010.JAN,289.23,32.43,123.34
    Ent1,Actual,2010.JAN,289.23,32.43,123.34
    Ent1,Actual,2010.JAN,289.23,32.43,123.34
    How could I load this values using a transformation? I know that there exists an option named *MVAL(), but if I use the following syntax in mapping section it doesnu2019t work:
    Account=*MVAL(4:6)
    I read something about accountval, does some boddy knows how to use it?
    Thanks in advance
    regards

    Hi,
    If you are using MVAL statement, then you need to maintain a conversion file also. Its compulsory. Please make sure that you have maintained a conversion file.
    If you are on 7.5 MS, then the statement will work. Please refer to the MVAL statement in the mapping section of the below link
    http://help.sap.com/saphelp_bpc75/helpdata/en/a2/e722bc58404335ada8592cdc8feaca/content.htm
    However, in 7.0 MS, the MVAL works only if the multiple key figures are corresponding to the time dimension. In your case, they correspond to the account dimension. You need to create separate transformation file for each of the key figures and then upload the flat file separately using each of the transformation files.
    Hope this helps.

  • How to calculate length of the string in transformation file

    Hello all
    I have tried a number of ways and I am not able to calculate the length of the incoming field in transformation file for my data load. Here is the issue.
    I have an incoming string of length 10 and I need to use it to update multiple dimensions which will need first 2, 4 ,6 , 8 characters respectively.
    Now in transformation file ID=ID(1:2) works perfect. However, the BW InfoObject will have multiple values as shown below:
    ID
    Description
    AB
    Business
    ABCD
    Business Organization
    ABCDEF
    Business Line
    ABCDEFGH
    Product Family
    ABCDEFGHIJ
    Product Line
    ABCDEFGHIJKL
    Brand
    I want to update my dimension for Business Organization. I need to update only the records where the length of the incoming string is 4. If I do ID(1:4), I will get the duplicate records and will see the ID less than 4 characters in rejected records. The latter is not such a big issue but the former one is as I need to fetch the right description as well. The formula should check the length and then only pass the record else a dummy value.
    A formula to achieve this in the transformation file is what I am looking for.
    Regards
    Gajendra

    Thanks Vadim for the quick response!
    I am also trying something similar and really appreciate your input here. However, I am not sure if the conversion is really happening.
    Here is what I have done:
    But the strings <> 4 in length are still passing through.

  • Script Logic VS Data Transformation File

    Hi all,
       I'm new to SAP BPC. I have knowledge of SAP BW.
       I can see conversion file, which we are referring in data transformation file. which we can use for mapping and conversion of external data into internal data.
      How data transformation file different form script logic? Are we going to refer script logis in Data transformation file for each required dimension?
      Can any of you give me clarity on how to place script logic and data transformation file in BPC data management flow.
      I will really applicate all your help!!!
    Thanks
    Ben.

    Nilanjan,
       I have a another quick question...
      suppose my bpc application has 5 dimensions. Out of the 5 dimensions, 4 dimensions data i'm getting directly from SAP BW. assume 1 dim, i need to extract by doing look up at different table which also reside in BW.
       how to populate data for DIM 5.
       I got your point that data transformation file purely for field mapping. suppose DIM5 if i want to populate from script logic, wht do i need map in Transformation file. I hope you got my point.
       My question if how to populate a DIM in BPC using lookup approach.
    Thanks,
    Ben.

  • Cannot Save Transformation File

    Hi
      I created a transformation file for Master Data Load. But, when I am trying to save it, it is giving me an error "You do not have authority to save this Transformation File" -- Can anyone throw some light
    " I have given full admin access to the user I am using"
    Thanks
    KC

    Are them trying to save it to the company folder or a team folder?  If team, perhaps they have not been assigned to that team.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Parameters in Transformations file "data export"

    Hi,
    i'm trying to export to a txt file data from SAP BPC to a txt file, using the standard package (Export Transactional Data).
    I have several issues. Firstly, it seems like the dataexport generates a lot of lines containing all the "PARENT" calculations. So my file is perpaps only 30 lines on basemember level, but the final flatfile is perhaps 3.000 lines due to all the calculated lines (on parents level).
    Is there any way to "disable" all these parent calculated lines in the export ?
    Also i've tried finding some examples on transformation files for dataexport, but can not find any.
    Does anyone know which parameters I can use in the *option section of the transformation file ?
    Thank you,
    Joergen Dalby

    If you can access the other machine like a share folder then provide the same path in physical schema like \\my_other_pc_on_shared\new_folder
    If you cannot access like that then create one agent on that machine which can access the path and execute your project using the agent.
    Thanks
    Bhabani
    http://bhabaniranjan.com/

  • Load infoprovider in 2 steps (2 transformation files) - BPC 10.0

    Hi Masters,
    For your better understanding, the background of this issue is that I currently have the planning solution configured and in use in BPC 7.50, in another
    server, and on it I have the same ACTUAL uploading process from our legacy system (SIG) working just perfectly.
    PS: The process chain to load transaction data from BW infoprovider using 2 transformation files was configured by SAP consulting, since this was a project made by SAP consulting.
    So, I am migrating the solution to BPC 10.0, and is better to say "reconfiguring" the solution to BPC 10.0. I just recriated the transformations and convertion files, the process chain (and all its custom variants) and the data package. But in the new configuration, I am unfortunately facing this problem whlie executing the Process Chain.
    Data Package Script:
    INFO(%InforProvide%,GIF00003)
    INFO(%TRANSF1%,\ROOT\WEBFOLDERS\GIF_TEMPLATE\CR_INCOMESTATEMENT\DATAMANAGER\TRANSFORMATIONFILES\CR_IST_LOAD_SIG_STEP1.xls)
    INFO(%TRANSF2%,\ROOT\WEBFOLDERS\GIF_TEMPLATE\CR_INCOMESTATEMENT\DATAMANAGER\TRANSFORMATIONFILES\CR_IST_LOAD_SIG_STEP2.xls)
    'Handling of records in target (0 = Append, 1 = Overwrite, 2 = Replace )
    INFO(%TARGETMODE%,0)
    INFO(%RUNLOGIC%,1)
    INFO(%CHECKLCK%,1)
    INFO(%KEYDATE%,0)
    INFO(%TEMPNO1%,%INCREASENO%)
    INFO(%ACTNO%,%INCREASENO%)
    'Upload data from SIG - 1st Step
    TASK(ZGIF_INFOPROVIDER_CONVERT1,OUTPUTNO,%TEMPNO1%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,ACT_FILE_NO,%ACTNO%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,TRANSFORMATIONFILEPATH,%TRANSF1%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,SUSER,%USER%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,SAPPSET,%APPSET%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,SAPP,%APP%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,FILE,%InforProvide%)
    TASK(ZGIF_INFOPROVIDER_CONVERT1,KEYDATE,%KEYDATE%)
    TASK(ZGIF_CRLOAD_LOAD1,PREPROCESSMODE,0)
    TASK(ZGIF_CRLOAD_LOAD1,TARGETMODE,%TARGETMODE%)
    TASK(ZGIF_CRLOAD_LOAD1,INPUTNO,%TEMPNO1%)
    TASK(ZGIF_CRLOAD_LOAD1,ACT_FILE_NO,%ACTNO%)
    TASK(ZGIF_CRLOAD_LOAD1,RUNLOGIC,%RUNLOGIC%)
    TASK(ZGIF_CRLOAD_LOAD1,CHECKLCK,%CHECKLCK%)
    TASK(ZGIF_CRLOAD_LOAD1,KEYDATE,%KEYDATE%)
    'Corp Unit Calculation (upload base level companies with negative signal) - 2nd Step
    TASK(ZGIF_INFOPROVIDER_CONVERT2,OUTPUTNO,%TEMPNO1%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,ACT_FILE_NO,%ACTNO%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,TRANSFORMATIONFILEPATH,%TRANSF2%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,SUSER,%USER%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,SAPPSET,%APPSET%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,SAPP,%APP%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,FILE,%InforProvide%)
    TASK(ZGIF_INFOPROVIDER_CONVERT2,KEYDATE,%KEYDATE%)
    TASK(ZGIF_CRLOAD_LOAD2,PREPROCESSMODE,0)
    TASK(ZGIF_CRLOAD_LOAD2,TARGETMODE,%TARGETMODE%)
    TASK(ZGIF_CRLOAD_LOAD2,INPUTNO,%TEMPNO1%)
    TASK(ZGIF_CRLOAD_LOAD2,ACT_FILE_NO,%ACTNO%)
    TASK(ZGIF_CRLOAD_LOAD2,RUNLOGIC,%RUNLOGIC%)
    TASK(ZGIF_CRLOAD_LOAD2,CHECKLCK,%CHECKLCK%)
    TASK(ZGIF_CRLOAD_LOAD2,KEYDATE,%KEYDATE%)
    Process Chain
        2. Error
        3. Variant Configuration (ZGIF_INFOPROVIDER_CONVERT2)
        4 . Error Package
    So, what I need is to understand if there was any change between BPC 7.50 and BPC 10.0 (regarding this custom variants), that is preventing the new configuration to work as it should, or better saying, as I already have working in BPC 7.50.
    I checked already the variants configurations and the Data Package Script, to certify that everything is correct, and it seems perfect!
    The strange thing is that the process chain executes the first Convert (ZGIF_INFOPROVIDER_CONVERT1) with no problem, and it is exactly the same configuration as the second Convert.
        5. Variant Configuration (ZGIF_INFOPROVIDER_CONVERT1)
    Should I use other variant between the first Load and the second Convert?
    I hope you guys can help me to solve this question.
    PS: The transformation files are attached to this message.
    Thanks in advance!
    Adriano Frossard
    São Paulo - Brazil

    Hello Adriano,
    I have small question here,
    are you automate the entire process...?
    if manually running the data manager package, is it successful or abort...?
    As far as I know variant comes into picture while automating the process only...
    recently we also face the same issue, while automating the process at that time we use RFC system name, unfortunately the user doesn't have required access to perform the task. while doing it manually its successful but throwing an error while running from back end...
    In this case the problem with variant so the transformation file doesn't throw any error , its show the validation is successful..
    Please check the variant is available or not...
    if possible can you please share the log abort  DM package...
    Regards,
    SRG...

Maybe you are looking for

  • Cost of Service Sale

    Hi everybody! In my company want to determine the cost of a sale of services,,, but the material that we use doesn´t manage stock, so i don´t have manner to generate it. Please, can you help me??

  • Create Material Specific View via Workflow

    Hello, I am trying to build a simple workflow that is started when a new material is created and then 3 workitems are sent parallel to 3 users, each one has to create a different view for this material. Some technical details: R3 version: ECC 5.00 BO

  • BPEL Test Suite description

    Hi people! I would like to change the description "no description" that describes the Test Suite in the BPEL COnsole. I tried many things in the tests_suites.xml but no result... <testSuites> <testSuite name="Tests" deploy="yes"> <unittest name="I104

  • Shortcut to Albums on N73?

    On my previous S60 phones, I could put pictures in different folders and use that to categorize them. With the N73, the gallery always shows every picture in the phone. It has albums, but to go to the album list, I have to do Gallery -> Options -> Al

  • Problème de css sur mon site

    bonjour, je rencontre des difficultés avec l'adaptation de mes css sur mon site referencement fabriqué avec l'open source joomla. quelqu'un a t'il les mêmes difficultés pour modifier ces css ?