RECEIVER FILE FCC - Help needed.

Hi,
Iam working on a idoc-to-file interface.My receiver structure is as follows:
<HEADER_1st_LINE>
      <field1>
     <field2>
   <field n>
</ HEADER_1st_LINE>
<HEADER_2nd_LINE>
      <field1>
     <field2>
   <field n>
</ HEADER_2nd_LINE>
<PO_LINE>
  <POLINE_1st_LINE>
      <field1>
     <field2>
   <field n>
< /POLINE_1st_LINE>
<POLine_2ndLine>
   <field1>
     <field2>
   <field n>
</ POLINE_2nd_LINE>
</PO_LINE>
My FILE RECEIVER channel is as follows:
RECORDSET STRUCTURE : HEADER_1stLINE,HEADER_2ndLINE,POLINE,POLINE_1stLINE,POLINE_2ndLINE
Kindly pls help me in content conversion parameters.My target structure should be as follows:
HEADER_1st_LINE
HEADER_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
Thanks in advance,
Cheers,
Ram.

Hi Kenneth,
Thanks for your reply.
PO_LINE has two child nodes...POLINE_1st_LINE & POLINE_2nd_LINE respectively.
In the target flat file i must generate the structure which has the following nodes in sequence :
HEADER_1st_LINE
HEADER_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
POLINE_1st_LINE
POLINE_2nd_LINE
How to write Content Conversion Parameters so as to achieve my task of generating the desired file structure ?
Cheers,
Ram.

Similar Messages

  • Receiver File - FCC

    Folks,
    The understanding is that you need to have a flat XML without hierarchies at the receiver File adapter for a successful FCC.
    <root>...
       <nameA>
             <value1>value</value1>
             <value2>value</value2>
             <value3>value</value3>
       </nameA>
       <nameB>
             <value4>value</value4>
       </nameB>
    </root>...
    Now has this understanding changed?
    I 'think' I saw some blog or article on converting a hierarchical XML to a flat file on the receiver file adapter using the FCC parameters some time back.
    Not sure about this. Does someone know or confirm if there is such a link?
    Thanks folks,
    Shabz

    Hey ...
    You are true... There is still limitation on receiver FCC...
    So, I have (always)used an ABAP mapping to flatten my structure (not the exact code but similar to what has been mentioned in the weblog )
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0189460050DB12714177844362848175End?blog=/pub/wlg/5720
    This will give u more flexibility in designing & working with XML's while using FCC.
    I still use deep XML structures for FCC...
    <Orders>
    .<Order>
    ..<Header>
    ..</Header>
    ..<Lines>
    ...<Line_Detail>
    ...<Line_Detail>
    ..<Lines>
    .</Order>
    </Orders>
    Regards,
    Siva Maranani

  • Removing quotes in receiver file FCC.....

    Hi,
    I am working in a scenario where I am doing FCC on receiver file adapter and generating a text file.
    Now,I have given comma as the field end seperator.But some fields exists that have comma in their values....Now my FCC isnot working properly....
    If I send those fileds in quotes,and want to send them to recever system without quotes,what should I do??
    Is there any option as enclosureSignEsc,in receiver file adapter FCC too as in sender file FCC????
    Regards,
    Sriparna

    > Now,I have given comma as the field end seperator.But some fields exists that have comma in their values....Now my FCC isnot working properly....
    > If I send those fileds in quotes,and want to send them to recever system without quotes,what should I do??
    Ask your customer or project lead.
    You cannot have a comma as field seperator, when you have also commas in the field values.

  • To Generate file with whitespaces for the last fields -Receiver file FCC

    Hi Experts,
    We need to create a file at receiver side having last field of 50 length.If value of last field is less than 50 length than we need to keep whitespaces on the right side.When we create file the whitespaces get trimmed and files are created without whitespaces.I am using fixed field length FCC.Please help me resolve this issue.
    Thanks & Regards
    Deepak Jaiswal

    If you like to have UDF ... here it is ..
    public String appendWhiteSpaces(String var1, Container container) throws StreamTransformationException{
      if(var1.length()< 50){
         for(int count=0;var1.length()<50;count++){
            var1 = var1 + " ";
      return var1;

  • FCC Help Needed!

    Hi there
    Im using FCC to create a flat file, I have to specify the field lengths and If I miss something it takes forever to get the faulty value. If I have an error like this, is there a way to pin point the line that has the problem?
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)': java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '0000000000' too long (>1 for 25. column) - must stop', probably configuration error in file adapter (XML parser error)'
    Thanks,
    Jan

    Hello,
    Check out useful,
    [Re: FCC error :java.lang.Exception: Column value '   ' too long]
    This will help in solving the problem,
    [Re: FCC Receiver Error :Column value '   ' too long]
    Edited by: Siddhesh Pathak on Apr 2, 2009 11:40 AM

  • Receiver File FCC Issue

    Dear Experts,
    I have follwed Arpit Seth's blog "File Receiver with Content Conversion" and completed Recv FCC scenario for below structure with parameters:
    Records.fieldSeparator= ,
    RecordList.fieldSeparator='nl'
    Records.endSeparator='nl'
    <root>
    <RecordList>
      <Records>
       <ID>123</ID>
       <Name>SAP</Name>
       <Loc>US</Loc>
      </Records>
    </RecordList>
    </root
    How can perform same Recv FCC for below given structure. I have given parameters as -
    Records.fieldSeparator= ,
    Records.endSeparator='nl'
    Its not working....Need suggestions...thanks in advance...
    <root>
    <Records>
      <ID>123</ID>
      <Name>SAP</Name>
      <Loc>US</Loc>
    </Records>
    </root>

    Hi,
    in Record Structure = Records
    add one more as Records.addHeaderLine = 0
    just try if it works.
    Regards,
    Manisha

  • Hyperlinks text to file?Help needed

    hi guys,i need some help in Abode Flash Professional CS 5.5 . im new to Flash,need some serious help over here =( deadline is tomorrow ><
    Here's the Senario :
      -im editing a flash website,and i need to do some hyperlink to the text.but instad of hyperlinking those text to other website,i want to link them to my file which i had in the folder.
    - also to ask if its able to hyperlink an image to a website i want.if can,how to do it.if cant,any other option i can link them?
    - i also created a Form for people to enter their information like email address and names to my email address.but when they click Send Button,i dont receive the mail.how can i do it?
    Many thanks for people replying to this Discussion.

    If you want to launch the local mail client to send mails, read the below tutorial
    http://www.flashdesignerzone.com/tutorials/t1011.php
    If you want to send the mail and receive on somether client like hotmail,gmail etc, read the below tutorial:
    http://www.kirupa.com/developer/actionscript/flash_php_email.htm

  • Local Area Network File Sharing Help Needed Please!

    Hello I've got a question. I'm trying to set up two Macs that are connected to the same router so that we can share files between each one. Is there a way to do this so that there's only ONE specific folder that each computer has access to on the other?
    For instance I'd like it so that there's ONLY ONE folder on my hard drive that the other computer can access and vice versa.
    Is this possible? I've read some literature on this subject and it says that when you allow sharing it makes your entire public directory accessible and that's not what I want.
    Thanks in advance for your help!

    Hi Paul, this is straight forward to do and have it work each time your 'client' mac starts up for a particular user.
    Assumtions:
    • both macs share the same subnet (Assuming the one used by the router)
    • assuming you can communicate with each of them from each other .
    • assuming both of these are OS 10.4 or 10.3 .. just making sure its not another ye olde os)
    • assume that the MAC where you want the FOLDER (directory) placed is always going to be available. (ie doesn't fall into sleep mode)
    • assuming reasonable network speed (I dont know what you client MAC will be using in its work flow - large or small files e.g.)
    • assuming that you dont mind if ANYONE in your system of two macs can accesse the folder (keep it simple for now)
    Steps:
    (on your SERVER mac).. the "NAS server" machine.
    • create the folder in your ~/public/<myshared_foldername> (anywhere would do btw or on one of the volumes in /volumes.....
    •set up the priviliges using the FINDER WINDOW for the foler (+i) (get info)
    (for example there is an "OWNERSHIP and PERMISSIONS" .. expand it all and it's pretty self explanatory". For simplicity here, just make it available to ALL and sundry.
    • do what ever you do to put an icon and a label & comment on the folder
    (on your client mac)
    • assuming all network connections are cool and you have both airport and/or ethernet/and or/FW connectivity via your router....
    • in the finder use +k (go to server) and put in the local name of or the IP address (to choose your fastest path) to the MAC that is your server.
    • answer any prompts for user and password. If you dont care, you can have that MAc log into the SERVER mac using your normal user and passwrd as a registered user, else default to guet.
    All so far very simple.
    Now the tric is to have it AUTOMATIC so tha when your client mac startups and someone on that machine needs access to your SERVER (As a NAS server), it just happens.
    and this is simply achived on the client machine by adding ing it into the LOGIN ITEMS for that user (and the others).
    How is that done?
    Simply DRAG AND DROP the desktop folder icon of the folder(s) to be shared) into the "login items" for the (system preferences/accounts/" users on the CLIENT machine. If there are multiple usres that need this then do it for all of them or have them do it.
    I think you can also enable some options in the SERVER's (NAS) system preferences/"energy saver" to wake itup whould it go to sleep.. such as 'wake up for ether net access" or something.
    anyway.. it gets more complex when you want to perform specific accesses and rights to the folders and the sub directories.
    This is simply implementing NFS I beleive.
    This will work first time and we use it all the time without the need for COTS or brand-x software.apps to make it happen.
    hope that helps

  • Comma problem in receiver file FCC csv file

    Hi,
    We had a problem with CSV conversions in file adapter.Our scenario is: Proxy>Xi>FCC(csv)
      <?xml version="1.0" encoding="utf-8" ?>
    - <n0:RDM_OrganizationalStructure_MT_OB xmlns:n0="ness.com:RDM_ORGANIZATIONALSTRUCTURE" xmlns:prx="urn:sap.com:proxy:DV3:/1SAI/TAS9B35FF35521A19F6CBEE:701:2009/02/10">
    - <row>
      <KTEXT>Information,Technology</KTEXT>
      <KTEXT>"Information, for internal use only" </KTEXT>
       </row>
      </n0:RDM_OrganizationalStructure_MT_OB>
    In O/P csv file the filed KTEXT is spiting as Information onecolumn and Technology in the next column.
    for avoiding this i conceited with " (double-quote) on both the sides to the KTEXT filed. so the Information,Technolg is appending in the same column. Its fine,
    but for the second record from the source side itself the its getting as "Information, for internal use only"
    so this it is spliting and appending in the next column. in 1st column Information and in the 2nd for internal use only. i want to append this in 1st column as "Information, for internal use only"
    how to resolve this issue for appending the record in the same column?
    and also i want to know why " is not inserting in csv file.
    My Fcc conversion parameters are
    record  Structure: row
    row.addHeaderLine: 1
    row.headerLine: Code,Name,Description
    row.fieldSeparator: ,
    row.endSeparator: 'nl'
    pls advice how to overcome this problem
    Thanks
    Vankadoath

    Hi Vanka,
    In O/P csv file the filed KTEXT is spiting as Information onecolumn and Technology in the next column. for avoiding this i conceited with " (double-quote) on both the sides to the KTEXT filed. so the Information,Technolg is appending in the same column. Its fine,
    To make it in the same column, you put it into double quotes.
    "Information,Technology" -->> Information,Technology
    but for the second record from the source side itself the its getting as "Information, for internal use only" . so this it is spliting and appending in the next column. in 1st column Information and in the 2nd for internal use only. i want to append this in 1st column as "Information, for internal use only"
    As this already has double quotes, you need to use 2 more double quotes to escape that.
    """Information, for internal use only""" -->> "Information, for internal use only"
    Regards,
    Sunil Chandra

  • Saving to file. Help needed

    I'm designing an electrionic organiser, it only does one year and for each month the user can enter appiontments (which is just a simple text area the user enters text to).
    I have prity much everything finshed but I don't know how I should store the users data. What way should I save the data to file for each day of each month. So it is easily loaded again.
    Please Help

    I was given this code to use is this what you where talking about?
    /* An object of this class enables a user to read and/or write whole objects from/to a given file:
              - read from the set file (if the file is found - otherwise a new default object is created)
              - write a given object to the set file
          At present, this class reads objects of type 'myObjectClass' (and writes objects of any type). 
          To serialize other classes, only six lines in the readObjectFromFile method need to be edited:
                 - lines 38, 40, 47, 52, 57 and 62.
          The typical usage of this class involves:
                    - creating an instance of simpleSerializer, passing in the file object
                    - reading and/or writing objects:
                             simpleSerializer S = new simpleSerializer (new File("myData.dat"));
                             S.readObjectFromFile();
                             S.writeObjectToFile(myObject);
    import java.io.*;
    public class simpleSerializer
         public File theFile;  // the set file for reading and writing
         public simpleSerializer(File f)
              theFile = f;
         } // constructor
         /* The following method can be edited to read objects of your class (myObjectClass, here) */
         /* To read other classes, replace the six references to myObjectClass                  */
         public myObjectClass readObjectFromFile()
              myObjectClass d;
              if ((theFile!=null) && theFile.exists())
                   try
                        ObjectInputStream ois = new ObjectInputStream( new FileInputStream(theFile));
                        d = (myObjectClass) ois.readObject();
                        ois.close();
                   catch (IOException e) 
                   { /* handle problem with fault in reading the file */     
                        d = new myObjectClass();
                        System.out.println("** IO Exception when reading file");
                   catch (ClassNotFoundException cnfe) 
                   { /* handle problem with fault in reading the file */ 
                        d = new myObjectClass();
                        System.out.println("** Class not found when reading file");
              else // file didn't exist - construct a new default myObjectClass using constructor
                   d = new myObjectClass();
              return d;
         } // readObjectFromFile
         public void writeObjectToFile(Object d)
              try
                   ObjectOutputStream oos = new ObjectOutputStream( new FileOutputStream(theFile));
                   oos.writeObject(d);
                   oos.close();
              catch (IOException e)  { /* handle problem with fault in reading the file */     }
         } // writeObjectToFile
    } // simpleSerializer

  • File Upload Help Needed - Very Urgent

    Dear All
    I am making a application in Webdynpro for uploading an excel file to the server. Can someone give me a demo application so that I can run it and see whether my server is configured or not. Also I have made the application right now and have coded the need full. But when I select a file and say submit it shows me a page not found error. Currently I am working round the clock on my project and am stuck up here. Its very urgent can any body help please with an example or a demo application.
    Regards Gaurav

    Hi,
      Check whether in server, MultipartBodyParameterName property is set to "com.sap.servlet.multipart.body" . You can check this by going to Visual Admin -> Cluster tab -> Services -> web container -> Properties sheet.
    Do assign points if i answered your question.
    Regards
    Vasu

  • Read from Text File Detailed Help need Clean-up

    This is probably well known and nobody has bothered fixing it but the detailed Help of the "Read from Text File" function is sort of ambiguous:
    -  statement 1: refnum out is the refnum of the file that the function read. You can wire this output to another file function, depending on what you want to do with the file. The default is to close the file if it is referenced by a file path or selected from the file dialog box. If file is a refnum or if you wire refnum out to another function, LabVIEW assumes that the file is still in use until you close it.
    - statement 2: If you wire a path to file, the function opens the file before reading from it and closes it afterwards.
    I have found statement 1 to be correct, which makes statement 2 incomplete (and sort of tautological in the sense that 1) you expect LabVIEW to open the file before reading from it if you provide a path instead of a refnum... and 2) if you use a path input to file AND use the refnum out for some other function, the file is NOT closed, as correctly stated in statement 1).
    Just sayin' ...

    X,
    It deeply concerns me that you would take my response to mean indifference. I certainly had no intention to belittle what you had to say. On the contrary, I took this up with the concerned team, and had a small discussion. If you say that what someone says on this forum is of lesser or no value to National Instruments, you could not be more wrong. It defeats the whole purpose of this public forum.
    My point was not that it is not an issue, it certainly seems to be. Please be rest assured that even if it does not look like it from the outside, each comment however big or small is taken back to our workplaces and some thoughts poured over it. 
    On the whole, I recognise that I had a role to play in this misunderstanding of tone, and I sincerely apologise.
    Warm Regards,
    Prashanth N
    National Instruments

  • Error while importing the epa file..help needed urgently..

    Hi,
    I am facing a severe problem, I have developed a portal application, designed the pages, iViews roles etc and exported to a file and later downloaded the epa file.
    For testing purpose, I deleted my content folder of the pages and iViews from the content administration. But when i tried to import the file, I am getting an error message
    <b>" Error extracting the package file. Check the log files for details. "</b>
    When i lokked the log file, i found the exception as
    <b>" [com.sapportals.portal.transport.ui.ImportComponent] Error while extracting EP6.0 package C:
    usr
    sap
    J2E...
    MyEpafile.epa "</b>
    and below the erro i found an exception message as <b>"error in opening zip file"</b>
    When i tried to extract the file using winzip, I can extract it with out any problem..
    Can you please tell me how this happened?
    Please help me to solve this problem,
    Thankyou,
    Sudheesh...

    Hi Christopher,
    Well, I have solved the problem. But I don't know whether it will be the correct technical way.. Because i have to solve the same under a very little time constraint. The solution is given below,
    I unzipped the epa file which i have downloaded using winzip. inside the extracted file, i found a zip file with the same file name and extension. when i uploaded that file, it worked fine with out any problem. I tried the same many times. and each time i got the same results.
    Please try this if you are still facing the problem..
    Best regards,
    Sudheesh...

  • Linked excel file problem - Help needed

    I have 2 excel files in the same directory in Content Services. The "destination" file has a link in one of its cells to a cell in the "source" file. I want to be able to open the "destination" file and update the data if any changes have been made to the "source" file.
    My problem is when I try to do this i get an error that says "This workbook contains one or more links that cannot be updated" and two options.
    1) To change the source of links, or attempt to update values again, click Edit Links.
    2) To open the workbook as is, click Continue.
    If I click Edit Links I am then presented with a screen where I can open the "source" file. When I try to do this though I am given a login screen. Supplying a valid Content Services username and password doesn't work and I cannot open the file.
    Can anyone tell me how I can open the "destination" file without having to open every "source" file? I don't want to open the "source" files because there could be dozens of "source" files for one "destination" file.

    setw is the equivalent of the field width value in printf. In your code, the printf version would look like:
    printf("%8s", CURSOR->name.c_str());
    I much prefer printf over any I/O formatting in C++. See the printf man page for more information. I recommend using Bwana: http://www.bruji.com/bwana/
    I do think it is a good idea to verify your code on the platform it will be tested against. That means Visual Studio. However, you don't want to use Visual Studio. As you have found out, it gets people into too many bad habits. Linux is much the same way. Both development platforms are designed to build anything, whether or not it is syntactically correct. Both GNU and Microsoft have a long history of changing the language standards just to suit themselves.
    I don't know what level you are in the class, but I have a few tips for you. I'll phrase them so that they answers are a good exercise for the student
    * Look into const-correctness.
    * You don't need to compare a bool to 1. You can just use bool. Plus, any integer or pointer type has an implicit cast to bool.
    * Don't reuse your CURSOR pointer as a temporary index. Create a new pointer inside the for loop.
    * In C++, a struct is the same thing as a class, with all of its members public by default. You can create constructors and member functions in a struct.
    * Optimize your function arguments. Pass by const reference instead of by copy. You will need to use pass by copy at a later date, but don't worry about that now.
    * Look into initializer lists.
    * In C++ NULL and 0 are always the same.
    * Return the result of an expression instead of true or false. Technically this isn't officially Return Value Optimization, but it is a good habit.
    Of course, get it running first, then make it fancy.

  • J2me multipart file upload-  Help Needed

    package com.mpbx;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.io.*;
    import java.io.*;
    public class PostFile extends MIDlet implements Runnable, CommandListener{
        private final String FILE = "/image.jpg";
        private final String URL = "http://localhost/post.php"; // change this to a valit page.
        private final String CrLf = "\r\n";
        private Form form = null;
        private Gauge gauge = null;
        private Command exitCommand;
        private Command uploadCommand;
        public PostFile(){
            form = new Form("Upload File");
            gauge = new Gauge("Progress:", true, 100, 0);
            form.append(gauge);
            exitCommand = new Command("Exit", Command.EXIT, 0);
            uploadCommand = new Command("Upload", Command.SCREEN, 0);
            form.addCommand(exitCommand);
            form.addCommand(uploadCommand);
            form.setCommandListener(this);
        public void startApp() {
            Display.getDisplay(this).setCurrent(form);
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
        private void progress(int total, int current){
            int percent = (int) (100 * ((float)current/(float)total));
            gauge.setValue(percent);
        public void run() {
            httpConn();
        private void httpConn(){
            HttpConnection conn = null;
            OutputStream os = null;
            InputStream is = null;
            try{
                System.out.println("url:" + URL);
                conn = (HttpConnection)Connector.open(URL);
                conn.setRequestMethod(HttpConnection.POST);
                String postData = "";
                InputStream imgIs = getClass().getResourceAsStream(FILE);
            byte []imgData = new byte[imgIs.available()];
               imgIs.read(imgData);
                String message1 = "";
                message1 += "-----------------------------4664151417711" + CrLf;
                message1 += "Content-Disposition: form-data; name=\"uploadedfile\"; filename=\"" + FILE + "\"" + CrLf;
                message1 += "Content-Type: image/jpeg" + CrLf;
                message1 += CrLf;
                // the image is sent between the messages ni the multipart message.
                String message2 = "";
                message2 += CrLf + "-----------------------------4664151417711--" + CrLf;              
                conn.setRequestProperty("Content-Type", "multipart/form-data; boundary=---------------------------4664151417711");
                // might not need to specify the content-length when sending chunked data.
                // conn.setRequestProperty("Content-Length", String.valueOf((message1.length() + message2.length() + imgData.length)));
                System.out.println("open os");
                os = conn.openOutputStream();
                System.out.println(message1);
                os.write(message1.getBytes());
                // SEND THE IMAGE
                int index = 0;
                int size = 1024;
                do{
                    System.out.println("write:" + index);
                    if((index+size)>imgData.length){
                        size = imgData.length - index;
                    os.write(imgData, index, size);
                    index+=size;
                    progress(imgData.length, index); // update the progress bar.
                }while(index<imgData.length);
                System.out.println("written:" + index);           
                System.out.println(message2);
                os.write(message2.getBytes());
                os.flush();
                System.out.println("open is");
                is = conn.openInputStream();
                char buff = 512;
                int len;
                byte []data = new byte[buff];
                do{
                    System.out.println("READ");
                    len = is.read(data);
                    if(len > 0){
                        System.out.println(new String(data, 0, len));
                }while(len>0);
                System.out.println("DONE");
            }catch(Exception e){
                e.printStackTrace();
            }finally{
                System.out.println("Close connection");
                try{
                    os.close();
                }catch(Exception e){}
                try{
                    is.close();
                }catch(Exception e){}
                try{
                    conn.close();           
                }catch(Exception e){}
        public void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable) {
            if(command == exitCommand){
                this.notifyDestroyed();
            }else if(command == uploadCommand){
                new Thread(this).start();
    }Running this yields the error below...Can someone suggest me. whats the problem.
    url:http://localhost/post.php
    java.lang.NullPointerException
            at com.mpbx.PostFile.httpConn(PostFile.java:85)
            at com.mpbx.PostFile.run(PostFile.java:68)
    Close connection

    I also faced the same problem. To make this code work you will have to include the image.jpg in the jar. To do that, copy the image file in the src directory inside your project folder (if you are using netbeans) and then build the project.
    Remember, the web server should be running in background.

Maybe you are looking for

  • Adobe Photoshop CS6 Extended Stop Working

    Hellow: My computer has run Windows 7 ,Run Adobe Photoshop CS6 Extended,I click "edit"-"Control of deformation",the Adobe Photoshop CS6 Extended Stop Working.Why?

  • FM for Documantation of a ABAP

    Hi, is there any FM or CL to show the Documentation of an Report? thanks. regards, Dieter

  • Fail to logon with SYS user: ORA-01031: insufficient privileges

    Hello, Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production CORE 11.2.0.1.0 Production TNS for Linux: Version 11.2.0.1.0 - Production NLSRTL Version 11.2.0.1.0 - Production OS: CentOS 5.5 I fai

  • SAP Calender - THOC and THOCS tables

    Hi everybody, I've a problem with holidays. I set in scal transaction haliday but system doesn't see my enterance as a holiday. Because system doesn't update thoc and thocs tables. For this reason when i look at holiday calender in scal i couldn't se

  • Backgrounds Not Showing Up

    Hi...I am slowly working on the following site, however, I can not see the backgrounds on ANY of the sub pages in IE. I can see it fine with FireFox. Bleh. Please click the buttons for the sub pages and you will see the main header images is not ther