File is not getting transfered in sm35

Dear Techis
I m Executin a BDC thru session method bdc is of Tcode fb01 here i had taken maximum possible Combination of postig keys now problem is for some posting key session ws getting created in sm35 with data and for some posting keys session is getting created without any data..
And wen i tried to combine different posting keys in one flat file session is getting created but with some missing data
Can anybody pls help me regarding tckle dis issue..
Rewards for every helpful ans

Hi,
    I think for different posting keys different no of fields exist.
So it will be difficult to prepare a flat file.  Since recording varies from posting key to posting key it may not create record .
Ex : Ifposting key =4 0 and 50 and the amounts are equal then a document number will be generated.
Rgds
Umakanth

Similar Messages

  • Large files are not getting transferred through file channel

    Hi
    the below code works fine for files upto 32 mb, but if the file size is more like 141MB, 250MB then the transfer starts but it doesnot get complete. the destination pdf is not opening and acrobat reader says that the pdf has been corrupted
    import java.beans.*;
    import java.io.Serializable;
    import java.io.*;
    import java.io.File.*;
    import java.util.zip.*;
    import java.nio.*;
    import java.nio.channels.*;
    public class Transfer
       public static void main(String args[]){
         String srcFile = "C:\\\\144 mb.pdf";
         String dstFile = "F:\\144 mb.pdf";
         try{
         FileInputStream in = new FileInputStream(srcFile);
            FileOutputStream out = new FileOutputStream(dstFile);
            FileChannel fcin = in.getChannel();
            FileChannel fcout = out.getChannel();
            long size = fcin.size();
            fcin.transferTo(0, size, fcout);
         }catch(Exception e){
    }//close of classwhat could be the reason

    below is the code that executes as Task1 when triggered as a thread from Class B
    public class C implements Runnable{
        String srcFile = "";
        String dstFile = "";   
        public C (String srcFile,String dstFile){
           this.dstFile =  dstFile;
           this.srcFile =  srcFile;
    public void run() {              
    try
           FileInputStream in = new FileInputStream(srcFile);
           FileOutputStream out = new FileOutputStream(dstFile);
            FileChannel fcin = in.getChannel();
            FileChannel fcout = out.getChannel();          
            int maxCount = 32 * 1024 * 1024;
            long size = fcin.size();
            long position = 0;
            while (position < size) {
                position += fcin.transferTo(position, maxCount,fcout);
              fcin.close();
              fcout.close();
    }catch(IOException ioe)
              System.out.println("FIECOPY SQL ERROR:"+ioe);
    catch(Exception e)
              System.out.println("FIECOPY  ERROR IN TRANSFER FILE:"+e);
    }below is the code that executes as Task2 when triggered as a thread from Class B
    public class D implements Runnable{
        String srcFile="";
        String dstFile="";
        String moveCategory="";
        public  D(String srcFile,String dstFile,String moveCategory){
           this.dstFile =  dstFile;
           this.srcFile =  srcFile;
           this.moveCategory = moveCategory;
    public void run(){
    try
           FileInputStream in = new FileInputStream(srcFile);
           FileOutputStream out = new FileOutputStream(dstFile);
            FileChannel fcin = in.getChannel();
            FileChannel fcout = out.getChannel();
         int maxCount = 32 * 1024 * 1024;
            long size = fcin.size();
            long position = 0;
            while (position < size) {
                position += fcin.transferTo(position, maxCount,fcout);
              fcin.close();
              fcout.close();
    }catch(IOException ioe)
              System.out.println("FIECOPY SQL ERROR:"+ioe);
    catch(Exception e)
              System.out.println("FIECOPY  ERROR IN TRANSFER FILE:"+e);
    }

  • I just noticed that some of the movies I had in iTunes did not get transferred to the iPhone. The missing movies are shown as generic movie icons in the iTunes panel. How do I get the original movies to show up again and transfer to the iPhone?

    I just noticed that some of the movies I had in iTunes did not get transferred to the iPhone 5. The missing movies are shown as generic movie icons in the iTunes panel and are checked to select them. But they do not show up in iPhone Videos. How do I get the original movies to show up again and transfer to the iPhone? I recently upgraded Mac OS to 10.6.8

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • Master recipes operations not getting transfered in SNP PDS to APO from R3

    Hello APO Gurus,
    I am trying to transfer SNP PDS for master receipes from R3 to APO.
    Issue description::
    The operation is not getting transfered correctly , some system default operation "010 generated Operation (from Planned Delive)" is getting generated in APO, also activity and resource capacity is not getting transfered. This situation exist for one plant 1000, for other plant 1100 the SNP PDS created correctly.
    i have following points:
    1. Is there some customizing setting missing on R3 or APO side  for plant 1000 tbefore SNP PDS transfer
    2. What need to be checked on master recipes data in R3,
    i have checked on below points
    1. FG Materials and all the Component Material to be in APO in a Active Integration Model.
    2. BOM & Routing and Production Version setup correctly.
    3. The Routing Operations have to Relevant to 'SCHEDULING'.
    4. Try deleting the existing Integration model for materials & re-create new IM & activate.
    Please help me to send SNP PDS correctly to APO to take heuristic run.
    Regards
    Gajendra
    Edited by: Gajendra_APO on Aug 23, 2011 1:14 PM

    Hi,
    It is good that you have given your already checked points.
    Please check the following things also and try to retransfer the PDS.
    1. Check your resource in ECC, whether you have maintained the Process formula.
    2. Check you have maintained some values in Master Recipe for processing time
    3. Check whether the resource has been transferred for your plant 1000 to APO and an active IM exists.
    4. Also check the type of the resource transferred to APO. It should be a single-mixed/ multi-mixed or bucket resource.
    Hope this will help you to solve the issue.
    Regards,
    Manimaran M.

  • File is not getting deleted in File-RFC-File without BPM

    Hi,
    I'm working on File-RFC-File scenario without BPM. Everything is working fine except file is not getting deleted after the process. I'm passing xml file here and in return it will give the xml success/error message from RFC.
    For the sender CC, I'm passing the following parameters,
    Transsport protocol: File system
    Message protocol: File
    QoS: BE
    Poll Interval: 30 sec
    Mode: Delete
    File type: Binay
    Please let me know if I missed anything while passing the values.
    Thanks,
    Swamy
    Edited by: Swamy Mothe on Jun 15, 2009 8:52 AM

    Hi
    Then , is Sender and receiver File Adapter is using same folder )
    Just a question.
    But having all permisions and above config would delete the file
    can u see the status of u r File Adapter in RWB.? Is it in green?
    rgds
    srini

  • HT201269 while transferring data from iphone 3GS to iphone 4S SMS details are not getting transferred.

    While transferring data from old iphone 3gs to new iphone4s through itunes the data in messages is not getting transferred.

    @ melfromvictoria
    Have you tried right clicking on the 4s and select "restore from back up"

  • JAR file does not get uploaded to client for my SERVLET generated APPLET

    Some help please...
    I have a servlet that generates the HTML code that contains an APPLET. This APPLET needs a JAR file that is listed under its ARCHIVE property. The SERVLET is in a JAR file that is in the same directory as the other needed JAR file. If I create a static HTML with the output of the SERVLET it works fine. But if go through Weblogic the needed JAR file does not get uploaded to the client so I get a java.lang.NoClassDefFoundError:and my APPLET does not load.
    Q1: I am not sure what to put under the CODEBASE tag. I tried "." and I also tried "http://mymachine" but both did not work. I also tried without the CODEBASE tag. No luck. The SERVLET is bound to http://mymachine/servlet.
    Q2: Does anyone have any suggestions on how to do this? Is there a way to force the browser to upload a certain JAR file?
    Thanks...

    It works!!
    This is what I did:
    The jar file in question was the weblogic.jar. I tried putting it under the lib directory of my war file but I had problems because the weblogic.jar contains other war files inside so when I tried to deploy my war file it also tried to deploy the inner war files which for some reason did not work. So I tried removing the war files from the weblogic.jar and this time I had no problems deploying my war file but I still could not find the classes I needed. So I tried moving the weblogic.jar to the root dir of my war file and it worked!! Now the trick here was: I did not set the CODEBASE AND I had the ARCHIVE paramenter set in TWO places like below:
    <APPLET CODE = "marketmap.client.MarketMapApplet"
    ARCHIVE = "weblogic.jar"
    WIDTH = "657"
    HEIGHT = "382"
    ALIGN = "BOTTOM"
    ALT = "APPLET tag not recognized">
    </XMP>
    <PARAM NAME = CODE VALUE = "MyApplet" >
    <PARAM NAME = "type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME = "scriptable" VALUE="false">
    <PARAM NAME = ARCHIVE VALUE="weblogic.jar">
    </APPLET>
    Actually if you do not place a parameter named ARCHIVE (at the end) it wil NOT work. I tried with multiple jar files listed and it works great too.
    Anyway I figure I'd share. Thanks for the help too.
    Lastly for people who choose not to upload the jar files to clients, you should look at the bea documentation on applets. It lists a classpath servlet that allows you to provide classes to the clients without having to force them to download the jar file.

  • Inbound Delivery not getting transferred to GTS

    Hi Experts,
    We are presently implementing GTS 7.2 Customs Management in my company and we are experiencing this issue. Here are steps completed for the document transfer.
    1. GTS plugis are activated for the Inbound Delvieries along with other documents.
    2. All the basic configuration is also complete in the GTS system.
    When we create a inbound delivery in ECC 6.0, it is not getting transferred to GTS. But when I go set the incomplete check buttoen either at header or line item level of the delivery, then it is immediately transferred to GTS.
    I checked all the config related to incomplete procedure for SD/MM documents in ECC. I am able to see the green light automatically set (after the config VI29 and VI49) at the header/item level but still incomplete set is not automatically set. Can you please help to find are there any other config which needs to be done to make this inbound delivery automatic. I understand there is a user exit for this, but I would like to accomplish without userexit.
    Thanks in advance.
    Vijay.

    Hi Vijay,
    Ok, that's a lot clearer - thanks.
    I'm fairly sure that those "SET" buttons have no influence on the transfer of the Inbound Delivery to GTS.  And, as far as I know, they have no internal functionality - the toggling buttons are provided just so that you can flag manually if required for some reason.  My guess is that making ANY change to the Delivery would have the same result.
    The other question I should have asked is; why are you trying to transfer the Inbound Delivery?
    - compliance checks?
    - transit declaration?
    - customs declaration before GR?
    That's to say; what gets created in GTS when the Delivery transfers?
    Best regards,
    Dave

  • Changes to Excel files are not getting updated

    File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected. File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected.

    Hi,
    According to your post, my understanding is that changes to Excel files are not getting updated.
    I recommend to configure Excel Services data refresh by using Secure Store and an external Office Data Connection (ODC) file.
    For more information, you can refe to:
    Configure Excel Services data refresh by using external data connections in SharePoint Server 2013
    If you use PowerPivot, you can refer to:
    Refreshing PowerPivot Data in SharePoint 2013
    If you use Office Web Apps, you can use New-SPWOPISuppressionSetting -extension xlsx -action view to refresh data.
    You can refer to:
    PowerPivot for SharePoint - Browser Refresh Fails (Data Refresh not supported in Office Web Apps)
    In addition, here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/office/en-US/2c4009f3-62bc-4af0-9e16-e40e9d418e3b/user-changes-to-sharepoint-documents-lost
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Playlists containing songs with titles starting with non-alphabetical characters do not get transferred at all

    I was really happy about how the desktop manager lets me choose the songs from my itunes library by playlists! this is smart! I'm also happy to see the playbook render asian characters properly (unlike my experience on the bold!)
    However, I have a lot of songs which have titles that begin with non-alphabetical characters, ie asian characters. For all playlists which contains such songs, those songs do not get transferred onto the playbook AT ALL. For example, I have one playlist which contains only songs with titles beginning with asian characters - this playlist was transferred but it is shown as containing zero songs! When I browse my song library by artist/album, I can find all those songs that should be in that/those playlists.
    Can this be fixed?
    thanks.
    Solved!
    Go to Solution.

    as it turns out, it kind of got fixed by itself. what i did (i think, since i have not definitively verified) was i went to browse "all songs" wherein i noticed all thoses songs starting with asian characters seemed to show correctly. then i went back to the playlists in question, and viola!
    clearly there is a bug or two in the music player somewhere regarding these title characters. but rim has more urgent things to resolve i guess - like my auto screen lock is still not working!

  • My UIRCallbac​kTable.c file is not getting updated to reflect my changes

    I am using my CVI code in Visual C++ and I removed some fields in the .uir file that had callbacks. The UIRCallbackTable.c file is not getting written to to reflect the change. I am using Clearcase and I have the file checked out. I am getting unresolved external symbol errors for these callbacks as a result. Any ideas on why this would happen?

    Are you using Visual C++ 6.0, Visual C++ 2002, or Visual C++ 2003?
    In each case, Measurement Studio installs a Visual Studio add-in that monitors the .uir file for changes and updates the callbacks file as appropriate. Make sure that the add-in is enabled in the Visual Studio environment that you are using. In VC6, the add-in is named LabWindows/CVI VC AddIn. Go to Tools>>Customize>>Add-ins and Macro Files to enable it. In VC2002 and VC2003, this functionality is part of the main Measurement Studio add-in. Go to Tools>>Add-in Manager to enable it.
    If the add-in is enabled, and updates still aren't happening, please post a .zip file with your CVI project and your VC project so that we can check it out.

  • IMovie HD creates corrupt db file which not get deleted out of trash

    iMovie HD creates corrupt db file which not get deleted out of trash.
    How to delete this file ?
    Please help me out,
    Thank You.

    Where is what file created? (Do you see it in iMovie or Finder?)
    Which trash, iMovie's or Finder's?

  • PO Release strategy workflow not getting transferred

    Hi All,
    I have done all the configurations related to PO release strategy workflow but when transferred to Quality certain configuartion done in PFTC workflow builder are not getting transferred.
    I also got message like 'release of purchase order transferred to buffer'.
    Please guide.
    Thanks in advance
    Pavan H S

    Hi,
    In QA
    1) Go to SWU3 check Workflow Configuration Done or not
    2) Execute the workflow in SWUS and check it
    3) If it working, test the workflow it via T.code SWUE, If not working then workflow is deactivated
    4) You have to move the Workbench Transport Request first,  then you have to Move customizing Transport Request.
    Regards,
    Surjith

  • Workflow configuration not getting transferred

    Hi All,
    I have done all the configurations related to PO release strategy workflow but when transferred to Quality certain configuartion done in PFTC workflow builder are not getting transferred.
    I also got message like 'release of purchase order transferred to buffer'.
    Please guide.
    Thanks in advance
    Pavan HS

    Hi Santosh,
    What settings I have to do in PFCG. User is able to release PO in ME29N.
    Thanks and Regards
    Pavan

  • CC clean up tool saying some files did not get cleaned close browser and run again

    When I run the clean up tool saying some files did not get removed try closing browser and run again did not have browser open CC will not start spinning progress wheel but never connects

    contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

Maybe you are looking for

  • [SOLVED] Trigger action once port is up

    Hi, On my computer I have two programs installed that start as systemctl services after the other. The first program is oracle-xe, a non free DBMS which I have installed from AUR. The second program is TOPdesk, a professional service management tool

  • Java servlet, DOM and xml help! please urgent!

    I have to write a servlet that takes the user input to build a xml document using DOM API and should be able to append new entry to that xml file whenever any user adds an entry. I have written the fillowing code, can anyone please take a look at thi

  • Any solution ever found to the airplane problem??

    I've got the dreaded problem-- I read the threads here about it. I have the 60 Gig. In the plane, the first song might play, then after that, the iPod just advances through the songs, one at a time, without playing anything. It takes about 10 seconds

  • Performing redirects with a CSS

    Hello, I have a CSS performing load balancing between some servers on port 443 (SSL). Since some clients try to connect to the VIP using port 80 (hhtp), I’m trying to find a solution on the CSS to send a redirect to the client in order that this one

  • WORST SETTINGS IN ANY BROWSERS I HAVE TRIED

    1. I have never seen so bad settings in a browser in my life. I want to go back to Google Chrome with every second I spend on this browser, but unfortunately Chrome eats too much RAM. 2. HOW IN THE EARTH DO YOU CHANGE THE DEFAULT LANGUAGE? I am Roman