Applying SP's error

I am applying SP and while I was trying to upload form frontend I came across the following error
" An error occurred while transferring file from the frontend computer"
Error Message TN726.
It says try again and if more errors occurs install latest version of SAPGUI.
Any other advice?
Thanks
Dhruva

Hi,
          It is true that the file might be corrupt or file size is too big so it is taking longer time to upload and in the mean time your network connection is refreshing. I recon you update your SPAM/SAINT first or extract the file in the server.
1. -> Copy the .SAR or .CAR file to your server's /usr/sap/trans
2. -> Go to trans directory of the server (ex. cd /usr/sap/trans)
3. -> Run SAPCAR -xvf <name of the file>.SAR or <name of
        the file>.CAR
4. -> It will extract the relevant .PAT and .ATT file in to /EPS/in
        of the relevant TRANS directory.
5. -> From R3 level you can upload the packages by clicking
        on load from the application server.
6. -> You will be able to find the SPs in to disply/define queue.
Best of Luck,
Gaurav

Similar Messages

  • Can't apply system variant (Error MSG)

    hi experts,
    i have to make a system variant, starting with cus&****
    but when i try to save it, it says:
    "In Mehrmandantensystemen dürfen keine Systemvarianten angelegt werden."
    in english:
    "In Systems with more Clients you're not allowed to apply system variants"
    sorry for my bad english but i hope you understand it that way
    it's not a problem with user rights isnt it?

    If you're trying to launch the application by opening a document, select the document in the Finder, choose Get Info from the File menu, and set it to open with the correct application in the Open With section. If you're opening the application directly or through another method other than opening the document, move it to the Applications folder; that error means that the application set as the default wasn't found or is in the Trash.
    (26337)

  • WIM file applied. Boot error of BOOTMGR is missing.

    My desktop computer has 2 physical hard drives
    I booted with a USB drive to capture images using the ImageX tool.
    Drive G is recognized as being the USB 'capture image' boot device that has ImageX tool.
    Disk 0 is recognized as drive C.
    Disk 1 is recognized as drive D.
    I captured the C:\ drive and the D:\ drive with the following commands.
    Both completed successfully.
    G:>ImageX /compress fast /BOOT /verify /check /flags "Enterprise" /capture C: G:\Drive_C_install.wim "Windows 7 Professional" "Windows 7 Professional Custom"
    G:>ImageX /compress fast /verify /check /flags "Enterprise" /capture D: G:\Drive_D_install.wim "Windows 7 Professional" "Windows 7 Professional Custom"
    I then replace the 2 physical disks with new ones. I used diskpart to select disk 0, create a partition, format, assign a size , assign letter C and mark C as active.  Disk 1 also the same (except I did not mark disk 1 as active.
    I then boot with bootable USB and now successfully apply the .wim files with the following commands.
    G:>ImageX /apply /verify G:\Drive_C_install.wim 1 C:\
    G:>ImageX /apply /verify G:\Drive_D_install.wim 1 D:\
    However, when I boot up expecting to see a clean boot into Windows, instead I get the error of:
    "BOOTMGR is missing. Press Ctrl+Alt+Del to restart"
    I am thinking I did not capture the image properly? (I am able to see the files and folders actually did apply to the new hard drives by using a SATA hard drive docking station and seeing them on another PC)
    Any assistance is greatly appreciated.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    As the question is off topic here, I am moving it to the
    Where is the Forum... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • WDS Global XML File | Could Not Apply PE Boostrap Error?

    I setup a 2012 Server for the purpose of using WDS to deploy images via PXE.  I am having a problem with a specific Global Unattend XML file (attached to the WDS server, not a specific image).  I have been able to image via PXE with other global
    XML files so the server is working but this specific file is not working.
    While booting via PXE I get an error:  
    "Windows could not apply the Windows PE Bootstrap setting specific in the unattend answer file"
    I validated the XML file in WISM and there are no errors.  I checked the event log on the server and it has basically the same error recorded Event ID 4114 each time I tried it.  I not sure where to go from here.  Any suggestions?
    Here is the Global XML:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <WindowsDeploymentServices>
                    <ImageSelection>
                        <InstallTo>
                            <DiskID>0</DiskID>
                            <PartitionID>2</PartitionID>
                        </InstallTo>
                    </ImageSelection>
                    <Login>
                        <Credentials>
                            <Domain>ADK</Domain>
                            <Password>HIDDEN</Password>
                            <Username>Administrator</Username>
                        </Credentials>
                    </Login>
                </WindowsDeploymentServices>
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Credentials>
                            <Domain></Domain>
                            <Password></Password>
                            <Username></Username>
                        </Credentials>
                        <Order>1</Order>
                        <Path>NET USE \\ImageServer\DistributionShare /User:ADK\Administrator HIDDEN</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Credentials>
                            <Domain></Domain>
                            <Password></Password>
                            <Username></Username>
                        </Credentials>
                        <Order>2</Order>
                        <Path>DISKPART /S \\ImageServer\DistributionShare\CreatePartitions-BIOS.txt</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:e:/sources/windows%208.1%2064-bit/install.wim#Windows 8.1 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Here is the error the client machine:

    Here is the unattend.xml file attached to the specific Windows 8.1 image file being deployed:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Reseal>
                    <Mode>Audit</Mode>
                </Reseal>
            </component>
        </settings>
        <settings pass="auditUser">
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Credentials>
                            <Domain>ADK</Domain>
                            <Password>HIDDEN</Password>
                            <Username>Administrator</Username>
                        </Credentials>
                        <Order>1</Order>
                        <Path>NET USE \\ImageServer\DistributionShare /User:ADK\Administrator HIDDEN</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
                <RunAsynchronous>
                    <RunAsynchronousCommand wcm:action="add">
                        <Credentials>
                            <Domain>ADK</Domain>
                            <Password>HIDDEN</Password>
                            <Username>Administrator</Username>
                        </Credentials>
                        <Order>1</Order>
                        <Path>\\ImageServer\DistributionShare\BuildWinRE8.cmd</Path>
                    </RunAsynchronousCommand>
                </RunAsynchronous>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:e:/sources/windows%208.1%2064-bit/install.wim#Windows 8.1 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  • SQL SERVER 2008 R2 SP2 APPLYING AFTER GEETING ERROR

    HI,
    I had updated 2008 R2 (RTM) VERSION to sp2.After that I was unable to open the SQL server instance and getting error messege
    Like "Error: 18401
    Login failed for user '<abc><login name><abc>'. Reason: Server is in script upgrade mode. Only administrator can connect at this time."
    note : here i am the Administrator.

    Hello,
    The following post may be useful:
    http://blogs.msdn.com/b/sqlserverfaq/archive/2010/03/31/unable-to-connect-to-sql-server-2008-instance-after-applying-sp1.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Crop Marks not in correct place when Bleed applied - possible Bug/Error?

    Apologies if anyone has posted this elsewhere - I checked the Help, FAQ, Forums and Googled it - but I really can't find a solution to this minor problem I'm having.
    I have created a document that will be cut to 120mm x 120mm, I wanted to include a 10mm bleed around it so I made my Photoshop doc 140mm x 140mm.
    When I go to the Print dialogue I have checked "Corner Crop Marks", set the bleed to 10mm and in the preview I can see that the crop marks are inside the image, marking out the correct 120x120 area. However, when I click Print the marks appear on the paper at the 140mm x 140mm area.
    Has anyone else had this error, and even more importantly, has anyone found a solution?
    I am using Photoshop CS3 (a site license of Web Premium), on a Mac G5 running Windows XP SP2. I have other machines & Photoshop versions available, I am going to test it on them to try and find out where the problem lies.
    I am producing guides to using Photoshop at the moment and I don't want to include something that can't be done!
    Kev Gilmour

    Wow... I'm using Photoshop CS5 for Windows and have just encountered this very same problem. The print preview shows the corner crop marks in the correct location as designated by the Bleed... setting (.1"); but when I print, the bleed setting gets ignored and the corner crop marks revert to the outer edges of the image.
    This happens when I print to my Epson color laser or to my Brother b/w laser. It occurred to me to try one other test - and interestingly enough, when I printed to a PDF, the corner marks appeared correctly in the output!
    So far, I haven't found any other information on this apparent bug besides this ancient thread.
    Anyone willing to test this out and give their results? Thanks!
    Archer

  • Lifecycle Apply request lifecycle error???????????????

    Hi All I need some help with an error that is happening, see below.
    Here is what is happening. I have 3 pages , Home, Archive and Search results.
    Home - Has a golink with a querystring that tells archive which archive to open
    Home also has a textbox to search a employee database and a commandLink with a setActionlistener to set the search text in a backing bean and the a JSF navigation rule to sedn the request to the results page
    From Home both work as expected however from the Archive page when I do a search I get the error below.
    Any thoughts????
    Sep 24, 2009 10:15:45 AM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
    SEVERE: Index: 2, Size: 2
    java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
         at java.util.ArrayList.RangeCheck(ArrayList.java:546)
         at java.util.ArrayList.get(ArrayList.java:321)
         at oracle.adf.view.faces.component.StampState.restoreChildStampState(StampState.java:119)
         at oracle.adf.view.faces.component.UIXTable.restoreStampState(UIXTable.java:428)
         at oracle.adf.view.faces.component.UIXCollection._restoreStampState(UIXCollection.java:1069)
         at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:695)
         at oracle.adf.view.faces.component.UIXCollection.setRowIndex(UIXCollection.java:380)
         at oracle.adf.view.faces.component.UIXTable._processStamps(UIXTable.java:499)
         at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:379)
         at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIX

    Report it as a bug to Oracle ADF development team.
    Oh, the question mark key in yout keyboard is hanging. It is producing too much question marks at once. Only one is enough, otherwise it is likely to be interpreted as idiotic annoyment. [How to ask questions the smart way|http://catb.org/esr/faqs/smart-questions.html].

  • Sql Apply on standby stops on error

    hi all,
    I have run into problem I can't figure out.
    There are test and production databases, for both there are logical standby databases.
    For example, when materialized view is created on primary database, I see error "ORA-16226: DDL skipped due to lack of support", which is ok.
    When I try to create index on test database, I got message "ORA-16227: DDL skipped due to missing object", so far OK.
    However, when I try to create index on this materialized view, on production database SQL Apply stops at this point, because materialized view does not exist on standby.
    Any clues why SQL apply doesn't stop on one standby but on the another standby database it stops after the same statement?
    Are there any parameters or smth for this?
    Thanks

    yes, they are both same version and compatible parameter is the same - 11.1.0, they should be created same way on both.
    only difference - prod is on solaris, test is on linux.
    Problem in this case is not with mviews, but in fact, that if we have some table which is skipped and some index or other object is added on primary, SQL apply stops on standby.
    Anyway, what should be the default action if SQL apply encounters an error - is it stopping apply ?

  • Error: ORA-16766: Redo Apply unexpectedly offline

    I am trying to start DataGuard, but I am getting a 'Error: ORA-16766: Redo Apply unexpectedly offline' error when I do a 'show database verbose' on my standby database (the primary is fine). I do a 'alter database recover managed standby database disconnect from session;', but I am still getting the same error. Both databases are 10.2.0.4. Any ideas? Thanks a lot.

    Did you check the standby alert log ?
    If you are using dataguard broker you should not be manually starting recovery.
    Did you try :-
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT;

  • PSU 11.2.3 patch apply failed due to platform error

    This is Linux 84-64bit server, single node.  I have created an Oracle DB 11.2.0.3 and tried to apply PSU patch over the DB.   But when running opatch apply, got this error:
    ===================================================================================================================
    lsildb10p|dxp1p|/home/oracle/dba/patches/16619892 $ opatch apply
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /oracle/product/11g
    Central Inventory : /grid/oraInventory
       from           : /oracle/product/11g/oraInst.loc
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.3.0
    Log file location : /oracle/product/11g/cfgtoollogs/opatch/opatch2013-08-08_03-02-08AM_1.log
    Verifying environment and performing prerequisite checks...
    Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
    The details are:
    Patch ( 13343438 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 211 Patch ( 13696216 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 Patch ( 13923374 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 Patch ( 14275605 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 Patch ( 14727310 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 Patch ( 16056266 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209 Patch ( 16619892 ) is not applicable on current platform.
    Platform ID needed is : 226
    Platform IDs supported by patch are: 209
    UtilSession failed: Prerequisite check "CheckPatchApplicableOnCurrentPlatform" failed.
    Log file location: /oracle/product/11g/cfgtoollogs/opatch/opatch2013-08-08_03-02-08AM_1.log
    OPatch failed with error code 73
    ==============================================================================================================
    Please advice what to do to fix.    Thanks!

    liaison1 wrote:
    This is the patch set I down loaded.   p16619892_112030_Linux-zSer.zip
    You downloaded a patch for IBM z-Series, which cannot be applied to Linux. Pl download patch for your appropriate platform
    HTH
    Srini

  • About ABN apply error

    in my apply processing the sample of ABN apply
    display:
    Received an exception in main: MiningApplyResult Sample_ABN_APPLY_RESULT 不å˜åœ¨æˆ–无效。
    but build is ok
    how can i do for a right apply?

    I do also get the same error when i try to apply using Naive bayes apply.
    The error displayed is " Received an exception in main: MiningApplyResult <applyOutputResult.resultName> does not exist or is invalid".
    I do use Oracle 9i ODM Version and the database release is Release 9.2.0.1.0.
    Please let me know the possible causal factor and the way to resolve the same.
    Thanks in advance,
    Lax.

  • ERROR: while executing Naive bayes apply

    I get the following error when I try to apply using Naive bayes apply.
    The error displayed is " Received an exception in main: MiningApplyResult <applyOutputResult.resultName> does not exist or is invalid".
    I do use Oracle 9i ODM Version and the database release is Release 9.2.0.1.0.
    Please let me know the possible causal factor and the way to resolve the same.
    Thanks in advance,
    Lax.

    Can you give the code block that throws this exception.
    -Sunil

  • Error in read value from structure

    hi gurus,
    the structure does not contain any data.... so i have 2 problem related to it.
    1. do i apply the select query nd write statement on structure rf05l. i apply it gives error that rf05l is not the table.....
    2. so what is the use of include structure in report, why we used it nd what is the procedure to read data from structure.
    types : BEGIN OF t_rf05l.
    include structure rf05l.
    types : END OF t_rf05l.
    DATA : it_rf05l TYPE STANDARD TABLE OF t_rf05l WITH HEADER LINE,
    wa_it_rf05l TYPE t_rf05l.
    select * from rf05l into it_rf05l.
    append it_rf05l.
    write :......
    reply me soon....
    thanx
    manish sharma.

    Hi
    select * from rf05l into it_rf05l.
    append it_rf05l.
    write :......
    Do this:
    select * from rt05l
    into corresponding fields of table it_r05l.
    loop at it_ro5l into wa_it_rf05l.
    write....
    endloop.
    include structure rf05l. mens you are including all the fields of that Database table into itab or your structure. its does not mean that rt05l can be used as ITAB.
    Regards
    Aditya

  • Error on ATP check when Creating a Sales Order

    Hello,
    I encounter error  on ATP check while creating a Sales Order.
    The error is when I create Sales Order using material A, with or with out indicating the Plant and Storage Location, the Purchase Order quantity is returned on ATP check, but when I create an SO with out indicating the Plant and Storage Location, no PO quantity was returned. Note that we applied SAP Note # 387482 to automatically determine the Storage Location. I have also checked material maintenance in MM03 of Materials A and Material B and nothing was different, they have the same Availabity check condition.
    Is it possible that the SAP note that I applied causes the error?
    By the way I have noticed that when I create Material B and manually populate the Plant and Storage Location there is a pricing error(but it returns the PO during ATP check).
    Thanks.
    Noreen

    Hello,
    I encounter error  on ATP check while creating a Sales Order.
    The error is when I create Sales Order using material A, with or with out indicating the Plant and Storage Location, the Purchase Order quantity is returned on ATP check, but when I create an SO with out indicating the Plant and Storage Location, no PO quantity was returned. Note that we applied SAP Note # 387482 to automatically determine the Storage Location. I have also checked material maintenance in MM03 of Materials A and Material B and nothing was different, they have the same Availabity check condition.
    Is it possible that the SAP note that I applied causes the error?
    By the way I have noticed that when I create Material B and manually populate the Plant and Storage Location there is a pricing error(but it returns the PO during ATP check).
    Thanks.
    Noreen

  • Error in unattend file windows 8 and 8.1 sysprep

    Hi,
    I am using MDT 2013 and ADK 8.1. I am trying to deploy Windows 8 and Windows 8.1 base image. Once the PC has finished imaging and starts the first boot it come up with the following message:
    "Windows could not parse or process the unattend answer file for pass [specialize].  The setting in the answer file cannot be applied.  The error was detected while processing settings for component [Microsoft-Windows-Shell-Setup]."
    I have not created any answer files, I think this is created automatically my MDT when you create a Task Sequence.
    I am not trying to deploy a custom image, this is the base image that was taken off the DVD and imported to MDT. When I use the DVD to install the OS it works fine but not through MDT.
    Any help will be much appreciated..
    Thanks

    Check your dism.log
    You can find it on your client: C:\Windows\Logs\DISM\dism.log
    This will tell you exactly which setting cannot be parsed.
    Cheers!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

Maybe you are looking for