Copying exiting set from glpct to glto

Hi ..
we are devloping cash flow statement on report painter. i want to copy the existing sets based on glpct table to glto how can i do that .when i trying to create new set by refrerece the sub sets table  still remain the old table . any suggestions how do i go about it .

Yes, that can be done.  Open the contacts app on your iPhone and tap Groups.  Do you have any non-iCloud accounts listed, such as On My iPhone, Gmail, Yahoo or an exchange account?
Also go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section).  Do you have the Default Account setting there, and if so, what is selected as your default account?

Similar Messages

  • Copy Form Setting from one user to another

    Hi,
    I am using 2005A.
    How to copy form setting (rows and UDFs at header) from one user to another user?
    Thanks

    Hi Ming Ming On,
    I found a note couple of years ago.
    I can't remember the note number, and I attach the note here.
    Solution
    The following queries enables you to set preferences for one user and copy those to another user who is supposed to have the same preferences.
    Explanation for the queries variables:
    dest - Company database name
    sourcid - Represents the user ID from whom the preferences will be copied.
    destid - Represents the user ID to whom the preferences will be copied.
    How to get the user ID?
    From SAP Business One query interface or from the SQL Query Analyzer, run the query as follows:
    1. SELECT T0.U_NAME, USERID FROM OUSR T0 FOR BROWSE
    2. From the query's results, identify both the sourcid and the destid.
    3. In order to copy the preferences from sourcid to destid, run the query as follows:
    a) Replace the text dest with the company database name.
    b) Replace the text sourceid with the user ID from which the preferences will be copied.
    c) Replace the text destid with the user ID to which the preferences will be copied.
    d) Use dest, if exists (select 1 from sysobjects where name = 'temp_dev_sup')
    e) Begin - drop table temp_dev_sup
    f) End - select * into temp_dev_sup from cprf where usersign='sourcid'
    Deleting a certain user:
    Delete from cprf where usersign='destid'
    Update userid in temporary table:
    1. Update temp_dev_sup
    2. Set usersign='destid'where usersign='sourcid'
    Insert preferces into CPRF table
    1. Insert into cprf
    2. Select "" from temp_dev_sup where usersign='destid*'
    예제)
    1. Use TEST_MONAMI
    2. drop table temp_dev_sup
    3. Delete from cprf where usersign='2'
    4. select * into temp_dev_sup from cprf where usersign='1'
    5. Update temp_dev_sup
        Set usersign='2'where usersign='1'
    6.  Insert into cprf
         Select * from temp_dev_sup where usersign='2'

  • Copying KDE setting from one computer to another

    I would like to copy my application and KDE settings to another computer (both running Arch with the same software and hardware). I am not sure what to do with ~/.config, ~/.local, and ~/.kde4 since they have subdirectories with names that match my the hostname of machine "A". If I naively copy everything, I get all sorts of errors/warning when logging in and trying to open my email/calendar/akonadi. How do you copy settings?

    Which directories do you mean? The socket-$hostname, tmp-$hostname etc. shouldn't be of any importance and can be left behind. Important for akonadi are the .local/akonadi and .config/akonadi folders. What kind of errors exactly do you get?

  • Copy user setting

    Hi,
        I used this query for copy user setting from Manager to all other users. This query running successfully but problem is this all the setting is copied but manager user lost all settings i.e all udf's come under general category which is previously distributed to different category. Which is fine for rest of the users.
    ALTER PROCEDURE [dbo].[CopyUserSettings] AS
    Declare @ManagerId int
    Declare @MaxId int
    Declare @NextId int
    Declare @TempId int
    -- Change value below if copying from other than Manager(1)
    Select @ManagerId = 1
    Select @MaxId = max(UserID) + 1 FROM OUSR
    Select @TempId = 1
    Select @NextId = @ManagerId
    if exists (select 1 from sysobjects where name = 'temp_dev_sup')
    Begin
    drop table temp_dev_sup
    End
    select * into temp_dev_sup from cprf where usersign=@ManagerId
    Delete from cprf where usersign= @ManagerId
    WHILE @TempId < @maxid
    BEGIN
    If @tempid <> @managerid
    BEGIN
    Update temp_dev_sup Set usersign= @TempID where usersign=@NextId
    Insert into cprf Select * from temp_dev_sup where usersign= @TempId
    END
    Select @NextId = @TempId
    Select @TempId = @TempId + 1
    If @TempId >= @maxid
    BREAK
    Else
    CONTINUE
    END
    Thanks
    Rahul

    Hi Rahul,
    Change Select @ManagerId = 1 from 1 to some other user id having correct form settings and execute belwo procedure again.
    ALTER PROCEDURE [dbo].[CopyUserSettings] AS
    Declare @ManagerId int
    Declare @MaxId int
    Declare @NextId int
    Declare @TempId int
    -- Change value below if copying from other than Manager(1)
    Select @ManagerId = 1
    Select @MaxId = max(UserID) + 1 FROM OUSR
    Select @TempId = 1
    Select @NextId = @ManagerId
    if exists (select 1 from sysobjects where name = 'temp_dev_sup')
    Begin
    drop table temp_dev_sup
    End
    select * into temp_dev_sup from cprf where usersign=@ManagerId
    --Delete from cprf where usersign= @ManagerId
    WHILE @TempId < @maxid
    BEGIN
    If @tempid <> @managerid
    BEGIN
    Update temp_dev_sup Set usersign= @TempID where usersign=@NextId
    Insert into cprf Select * from temp_dev_sup where usersign= @TempId
    END
    Select @NextId = @TempId
    Select @TempId = @TempId + 1
    If @TempId >= @maxid
    BREAK
    Else
    CONTINUE
    END
    Thanks,
    Neetu

  • User exit to copy the data from sales order to billing document

    hi everyone,
    Is there an user exit to copy the data from sales order to billing document?
    Regards
    Prabudh

    hi
    copy control would be the better option to choose.. but still u can a give a search in list below and opt for the right one..Refer to the link below..
    http://www.planetsap.com/Userexit_List.htm
    User exits for Sales order
    1•USEREXIT_DELETE_DOCUMENT
    2•USEREXIT_FIELD_MODIFICATION
    3.•USEREXIT_MOVE_FIELD_TO_VBAK
    4.•USEREXIT_NUMBER_RANGE
    5.•USEREXIT_SAVE_DOCUMENT
    User exits for billing
    1.•USEREXIT_ACCOUNT_PREP_KOMKCV (Module pool SAPLV60A, program RV60AFZZ)
    2.•USEREXIT_ACCOUNT_PREP_KOMPCV
    3•USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program RV60AFZC)
    4•USEREXIT_PRINT_ITEM (Module pool SAPLV61A, program RV61AFZB
    5.USEREXIT_PRINT_HEAD (Modulpool SAPLV61A, Programm RV61AFZB)
    Reward if Useful
    Thanx & Regards..
    Naren..

  • When copying raw files from Extreme IV card to hardrive, finder copies a few files then exits task and wipes the card clean of all images.

    When copying raw files from Extreme IV card to hardrive, finder copies a few files then exits task and wipes the card clean of all images.  Have tried new card and card-reader to no avail.  Have done this many times on other macs with no problems.
    Can edit files off the card, in CameraRaw, prior to 'copying' them, ie can 'save as' to the hard drive, so files seem okay on card, before I try to copy them using copy and paste.
    Running OS 10.8.3 on a new macbook pro.

    Rita,
    The process for determining what is causing the files to be corrupt can be a tedious one depending on the following:
    1. Can you review the images on your camera's LCD screen without problems? If not then the problem is most probably either a corrupted/faulty memory card or a faulty camera. If this is the case then your best bet at recovery (of sorts) is to use a program such as BrezzeBrowser from BreezeSys to extract the embedded jpeg versions of the corrupted RAW files from within each RAW file. Chances are, you won't manage to actually repair the corrupted RAW file but the jpegs are better than nothing.
    2. If the images review ok on your camera but are corrupted when viewing on your computer and there seems to be no other problem with other files on your computer then it may be either a faulty card reader or usb/firewire cable between the card reader and the computer that is the culprit. Try the card reader with a different cable and also try a different card reader to determine the cause of the corruption.
    3. If your symptoms are that you get different files corrupting over time when viewing them on your computer then the problem may be any one of either failing RAM memory, hard disk, hard disk controller or IDE/SATA hard disk cables. This is where the troubleshooting can be pretty tedious testing then eliminating each item from the list of suspicious pieces of hardware. Try the card and card reader on an altogether different computer to see if the files transfer correctly to that computer. If so then the problem lies with your computer hardware. If you haven't already done so at this stage, backup all your important data immediately (hopefully you keep backs anyway).
    Hope this helps.

  • User-exit to copy collective number from sales order to purchase order

    Hi,
    Can any one help me  which user-exit/BADI  is used to copy collective number from sales order to purchase order?  please help me.
    Thanks,
    Alka

    hi
    copy control would be the better option to choose.. but still u can a give a search in list below and opt for the right one..Refer to the link below..
    http://www.planetsap.com/Userexit_List.htm
    User exits for Sales order
    1•USEREXIT_DELETE_DOCUMENT
    2•USEREXIT_FIELD_MODIFICATION
    3.•USEREXIT_MOVE_FIELD_TO_VBAK
    4.•USEREXIT_NUMBER_RANGE
    5.•USEREXIT_SAVE_DOCUMENT
    User exits for billing
    1.•USEREXIT_ACCOUNT_PREP_KOMKCV (Module pool SAPLV60A, program RV60AFZZ)
    2.•USEREXIT_ACCOUNT_PREP_KOMPCV
    3•USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program RV60AFZC)
    4•USEREXIT_PRINT_ITEM (Module pool SAPLV61A, program RV61AFZB
    5.USEREXIT_PRINT_HEAD (Modulpool SAPLV61A, Programm RV61AFZB)
    Reward if Useful
    Thanx & Regards..
    Naren..

  • How to copy a node from one dom document to another?

    I have one dom document that I have to split up into multiple dom documents. I am able to get the inividual nodes that I want to put into seperate documents.
    My problem occurs when I create a new dom document and try to add the node from the parent document. I get an exception saying (copied from api: WRONG_DOCUMENT_ERR: Raised if newChild was created from a different document than the one that created this node. )
    How can I make it so that I can copy a node from one document and add it to another.

    Have you checked out the API called importNode in the DOM Document. It lets you move nodes between different documents.
    This api lets you simply copy the existing node from one document into another. without creating any new nodes for it.
    I have done a small example please have a look.
    Book.xml
    <?xml version="1.0"?>
    <books>
      <book>
        <name>Inside Corba</name>
      </book>
      <book>
        <name>Inside RMI</name>
      </book>
    </books>------------------------
    Book2.xml
    <?xml version="1.0"?>
    <books>
      <book>
        <name>Core Java </name>
      </book>
      <book>
        <name>Core JINI</name>
      </book>
    </books>-------------------
    MoveNode.java (copies nodes from doc2 into doc1)
    import java.io.*;
    import javax.xml.parsers.*;
    // structures
    import org.w3c.dom.*;
    import org.xml.sax.*;
    public class MoveNode
      public static void main(String[] args)
        // step1. create a factory and configure it
        DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
        // step2. set various configurations
        factory.setValidating(false); // do not need validation at this time.
        factory.setIgnoringComments(false); // do not ignore comments
        factory.setIgnoringElementContentWhitespace(false); // do not ignore element content whitespace.
        factory.setCoalescing(false);
        factory.setExpandEntityReferences(true);
        // step 3 create a document builder
        DocumentBuilder builder = null;
        try
          builder = factory.newDocumentBuilder();
        catch(ParserConfigurationException e)
          e.printStackTrace();
        try
          Document doc1 = builder.parse(new File("book.xml"));
          Document doc2 = builder.parse(new File("book2.xml"));
          if (doc1 == null || doc2 == null)
            System.out.println("doc1 is null or doc2 is null");
            System.exit(1);
          } // if
          // fetch books from doc2
          NodeList list = doc2.getElementsByTagName("book");
          System.out.println("number of books found " + list.getLength());
          Node node1 = list.item(0);
          Node node2 = list.item(1);
          // get the root node of doc1
          Node root = (Node) doc1.getDocumentElement();
          root.appendChild(doc1.importNode(node1, false));
          root.appendChild(doc1.importNode(node2, false));
          //now doc1 should have 4 nodes
          System.out.println(doc1.getElementsByTagName("book").getLength());
        } // try
        catch(SAXException se)
          se.printStackTrace();
        catch(IOException ie)
          ie.printStackTrace();
    hope this helps.
    regards,
    Abhishek.

  • Copy Folder Structure from Explorer into Outlook 2013

    Hi,
    I have just spent approx 3 months designing an Enterprise Classification Scheme, and built a folder structure in Explorer that I want to replicate in Outlook.
    I thought it would have been as simple as copy and pasting from Explorer to an Outlook folder however when I attempt to do so I get the following error:
    "Only files or objects can be attachments. x:\xxxx\xxxxx\xxxxx is a folder structure and cannot be attached."
    Surely there must be a simple way of doing this so I don't have to manually recreate and name 442 folders in Outlook.
    Any advice greatly appreciated.

    I tried the Outlook tool with no luck.  It ran and looked as though it was doing something but no folders were created.
    I did a bit more of a search around and came across a spreadsheet that works perfectly for making folder structures on Network drives.  Anyone up to having a look at the VBA in the  spreadsheet and modifying it to make shared folders in outlook
    2013?
    Sub CreateFolderStructure()
    'Create folder for all vlues in current sheet
    'folders will be created in folder where the excel file was saved
    'folders will be created from first row, first column, until empty row is found
    'Example expected cell structure: (data starting in current sheet, column A, row 1)
    'folder1    subfolder1  subsubfolder1
    'folder2
    'folder3    subfolder3
    '           subfolder4
    'this will result in:
    '<currentpath>\folder1\subfolder1\subsubfolder1
    '<currentpath>\folder2
    '<currentpath>\folder3\subfolder3
    '<currentpath>\folder3\subfolder4
        baseFolder = BrowseForFolder
        If (baseFolder = False) Then
            Exit Sub
        End If
        Set fs = CreateObject("Scripting.FileSystemObject")
        For iRow = 2 To 6500
            pathToCreate = baseFolder
            leafFound = False
            For iColumn = 1 To 6500
                currValue = Trim(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Worksheets(ActiveCell.Worksheet.Name).Cells(iRow, iColumn).Value, ":", "-"), "*", "-"),
    "?", "-"), Chr(34), "-"), "<", "-"), ">", "-"), "|", "-"), "/", "-"), "\", "-"))
                Worksheets(ActiveCell.Worksheet.Name).Cells(iRow, iColumn).Value = currValue
                If (currValue = "" And leafFound) Then
                    Exit For
                ElseIf (currValue = "") Then
                    parentFolder = FindParentFolder(iRow, iColumn)
                    If (parentFolder = False) Then
                        Exit For
                    Else
                        pathToCreate = pathToCreate & "\" & parentFolder
                        If Not (fs.FolderExists(pathToCreate)) Then
                            CreateDirs (pathToCreate)
                        End If
                    End If
                Else
                    leafFound = True
                    pathToCreate = pathToCreate & "\" & currValue
                    If Not (fs.FolderExists(pathToCreate)) Then
                        CreateDirs (pathToCreate)
                    End If
                End If
            Next
            If (leafFound = False) Then
                Exit For
            End If
        Next
    End Sub
    Function FindParentFolder(row, column)
        For iRow = row To 0 Step -1
            currValue = Worksheets(ActiveCell.Worksheet.Name).Cells(iRow, column).Value
            If (currValue <> "") Then
                FindParentFolder = CStr(currValue)
                Exit Function
            ElseIf (column <> 1) Then
                leftValue = Worksheets(ActiveCell.Worksheet.Name).Cells(iRow, column - 1).Value
                If (leftValue <> "") Then
                    FindParentFolder = False
                    Exit Function
                End If
            End If
        Next
    End Function
    Function BrowseForFolder(Optional OpenAt As Variant) As Variant
         'Function purpose:  To Browser for a user selected folder.
         'If the "OpenAt" path is provided, open the browser at that directory
         'NOTE:  If invalid, it will open at the Desktop level
        Dim ShellApp As Object
         'Create a file browser window at the default folder
        Set ShellApp = CreateObject("Shell.Application"). _
        BrowseForFolder(0, "Please choose a folder", 0, OpenAt)
         'Set the folder to that selected.  (On error in case cancelled)
        On Error Resume Next
        BrowseForFolder = ShellApp.self.Path
        On Error GoTo 0
         'Destroy the Shell Application
        Set ShellApp = Nothing
         'Check for invalid or non-entries and send to the Invalid error
         'handler if found
         'Valid selections can begin L: (where L is a letter) or
         '\\ (as in \\servername\sharename.  All others are invalid
        Select Case Mid(BrowseForFolder, 2, 1)
        Case Is = ":"
            If Left(BrowseForFolder, 1) = ":" Then GoTo Invalid
        Case Is = "\"
            If Not Left(BrowseForFolder, 1) = "\" Then GoTo Invalid
        Case Else
            GoTo Invalid
        End Select
        Exit Function
    Invalid:
         'If it was determined that the selection was invalid, set to False
        BrowseForFolder = False
    End Function
    Sub CreateDirs(MyDirName)
    ' This subroutine creates multiple folders like CMD.EXE's internal MD command.
    ' By default VBScript can only create one level of folders at a time (blows
    ' up otherwise!).
    ' Argument:
    ' MyDirName   [string]   folder(s) to be created, single or
    '                        multi level, absolute or relative,
    '                        "d:\folder\subfolder" format or UNC
    ' Written by Todd Reeves
    ' Modified by Rob van der Woude
    ' http://www.robvanderwoude.com
        Dim arrDirs, i, idxFirst, objFSO, strDir, strDirBuild
        ' Create a file system object
        Set objFSO = CreateObject("Scripting.FileSystemObject")
        ' Convert relative to absolute path
        strDir = objFSO.GetAbsolutePathName(MyDirName)
        ' Split a multi level path in its "components"
        arrDirs = Split(strDir, "\")
        ' Check if the absolute path is UNC or not
        If Left(strDir, 2) = "\\" Then
            strDirBuild = "\\" & arrDirs(2) & "\" & arrDirs(3) & "\"
            idxFirst = 4
        Else
            strDirBuild = arrDirs(0) & "\"
            idxFirst = 1
        End If
        ' Check each (sub)folder and create it if it doesn't exist
        For i = idxFirst To UBound(arrDirs)
            strDirBuild = objFSO.BuildPath(strDirBuild, arrDirs(i))
            If Not objFSO.FolderExists(strDirBuild) Then
                objFSO.CreateFolder strDirBuild
            End If
        Next
        ' Release the file system object
        Set objFSO = Nothing
    End Sub

  • Copy Control Question from FI guy regarding Cr Memo via VA01

    Good Morning SD guys-
    I need your help as my SD counterpart couldn't help me.  I have an enhancement where the business would like to have automatic clearing for invoice and credit memo's via F.13.  To do this, I need to understand Copy Control.
    Here are the requirements/ current configuration:
    Assignment field is the Sales order #
    Reference field is the Purchase order #
    When I view the Credit Memo under the Document flow (users create credit memo with reference to invoice via VA01):  the item category is G2N.  The Copy Control does not mirror what I see above.  It is blank for Assignment field and reference field.
    The Copy Control mirrors F2 (Invoice) LF (Delivery).  Our SD consultant couldn't explain to me why this is.  Is this correct?  Shouldn't Copy Control mirror to that Target Sales Doc type which in this case is RK (Invoice Correct. Req CR)?
    If anyone could answer why it isn't logical to me, I would appreciate it.
    I don't understand this and I don't see where, other than Document flow the original invoice number is to make this automatic clearing happen.
    Thank you.

    Hello AMS
    In both cases - LF to F2  or equivalent Z- doc types- (VTFL)  and  CR to G2 or equivalent Z- doc types (VTFA), the header copy control setting should be:
    B Sales order number  for Assignment Number
    and
    A Purchase order number  for Reference number
    However for cancellation type of billing documents, the config from the document type  (V) takes precedence.
    Also note that reference number and the assignment number can be entered automatically in the billing document by
    copying from the sales order
    or
    automatically determined by the system - I am guessing user exits or some FI config.

  • HP LaserJet MFP M476dw paper size mismatch when copying or scanning from ADF

    We have HP Color LaserJet MFP M476dw that has an issue when copying or scanning from the ADF. 
    Put a single A4 sheet in the ADF and choose copy, with all settings correct & no resizing, and the output copy is moved down the page (increased top marging by a couple of inches).
    My initial thoughts were a paper size issue (e.g. treating A4 as Letter or vice versa) but all settings look correct.  I have even done a reset and started over and the problem remains.
    If I take the original and place it on the flatbed and copy from there with all the same settings then it works fine.
    There is a similar issue when scanning from the ADF.  Again, scanning from the flatbed works fine.
    I've tried all I can think of.  Does anyone have any further suggestions?  Could it be a fault in the ADF?
    Here's the full device settings info:
    Device Configuration
    [Shop for Supplies][Support]
    Product Information
    Product Name:
    HP Color LaserJet MFP M476dw
    Formatter Number:
    YF10C9X
    Serial Number:
    CNB7G2H6T9
    Service ID:
    24113
    Firmware Datecode:
    20131122
    Disable Fax:
    No
    Telecom Version:
    05-031-001
    Location:
    UK
    ADF Installed:
    Yes
    Max Monochrome Print Quality:
    600x8
    Max Color Print Quality:
    ImageREt 3600
    Controller Number:
    72
    Duplexer Version:
    0
    Device Description:
    HP Color LaserJet MFP M476dw
    Language:
    English
    Default Settings:
    Self-managed
    Asset Number:
    Your Company Name:
    Contact Person:
    Device Location:
    Geo Location:
    Product Security:
    Off
    Wired HW Address:
    fc:15:b4:78:28:46
    Wireless HW Address:
    54:35:30:2f:d7:fc
    Network In Use:
    Wired
    Host Name:
    NPI782846
    IPv4 Address:
    192.168.9.18
    IPv6 Address:
    FE80::FE15:B4FF:FE78:2846
    Total Memory:
    256 MBytes
    Available Memory:
    117.7 MBytes
    Installed Personalities and Options
    PCL6
    (20040201)
    AirPrint
    PCL
    (20040201)
    PDF
    (20040201)
    PS
    (20040201)
    USB Flash Drive:
    Empty
    Impressions
    Total Impressions:
    10684
    Monochrome Impressions:
    4799
    Color Impressions:
    5885
    Total Equivalent Impressions (A4/Letter):
    10684.0
    Monochrome Equivalent Impressions (A4/Letter):
    4799.0
    Color Equivalent Impressions (A4/Letter):
    5885.0
    Duplex Sheets:
    1223
    Jam Events:
    0
    Mispick Events:
    4
    Photo Color Impressions:
    0
    Photo Monochrome Impressions:
    0
    USB Flash Drive Insertions:
    0
    Images Scanned to USB Flash Drive:
    0
    Copy Flatbed Images Scanned:
    373
    Copy ADF Images Scanned:
    409
    Copy Monochrome Impressions:
    1122
    Copy Color Impressions:
    102
    ADF Images Scanned to Host:
    0
    Flatbed Images Scanned to Host:
    0
    Images Scanned to E-mail:
    0
    Images Scanned to Network Folder:
    0
    Fax ADF Images Scanned:
    23
    Fax Flatbed Images Scanned:
    1
    Fax Impressions:
    18
    Images Sent from PC:
    0
    ADF Images Scanned:
    1149
    Flatbed Images Scanned:
    779
    Scanner Jam Events:
    8
    Paper Settings
    Default Paper Size:
    A4
    Default Paper Type:
    Plain
    Tray 1 Size:
    A4
    Tray 1 Type:
    Letterhead
    Tray 2 Size:
    A4
    Tray 2 Type:
    Plain
    Paper Out Action:
    Wait Forever
    Manual Feed:
    Off
    Duplex:
    Off
    Bind:
    Long Edge
    Print
    Auto Continue:
    Off
    Number of Copies:
    1
    Courier Font:
    Regular
    Orientation:
    Portrait
    Monochrome RET:
    On
    Wide A4:
    No
    Monochrome Resolution:
    600
    Monochrome Bits per Pixel:
    8
    Color Resolution:
    600
    Color Bits per Pixel:
    32
    IO Timeout:
    120 Seconds
    Jam Recovery:
    Auto
    Personality:
    Auto
    Print PS Errors:
    Off
    USB Flash Drive
    Print Documents:
    Number of Copies:
    1
    Paper Size:
    A4
    Paper Type:
    Plain
    Fit to Page:
    On
    Collation:
    Off
    Output Color:
    Color
    Print Photos:
    Image Size:
    10 x 15 cm
    Paper Size:
    A4
    Paper Type:
    Plain
    Lighter/Darker:
    <-----*----->
    Number of Copies:
    1
    Output Color:
    Color
    Scan Settings:
    Scan Resolution:
    150
    Scan File Type:
    PDF
    Scan Paper Size:
    A4
    Flatbed Scanner:
    Single Page
    Document Feeder:
    1-Sided
    File Name Prefix:
    scan
    Output Color:
    Color
    Copy
    Optimize:
    Auto Select
    Lighter/Darker:
    <-----*----->
    Paper Size:
    A4
    Paper Type:
    Plain
    Collation:
    On
    Number of Copies:
    1
    Reduce/Enlarge:
    Original=100%
    Draft Mode:
    Off
    Tray Select:
    Auto Select
    Two-Sided:
    1-Sided to 1-Sided
    Multi-Page Copy:
    Off
    Fax
    Your Company Name:
    HP Fax
    Answer Mode:
    Automatic
    Rings to Answer:
    2
    Distinctive Ring:
    All Rings
    Dial Prefix:
    Off
    Fax Resolution:
    Fine
    Lighter/Darker:
    <-----*----->
    Fit to Page:
    On
    Glass Size:
    A4
    Dialing Mode:
    Tone
    Redial if Busy:
    On
    Redial if No Answer:
    Off
    Redial if Comm. Error:
    On
    Detect Dial Tone:
    Off
    Billing Codes:
    Off
    Extension Phone:
    On
    Stamp Faxes:
    Off
    Private Receive:
    Off
    Confirm Fax Number:
    Off
    Allow Fax Reprint:
    Yes
    Print Duplex:
    Off
    Fax/Tel Ring Time:
    20
    Fax Speed:
    Fast (V.34)
    Error Correction:
    On
    Forward Fax:
    Off
    Block Junk Faxes:
    Off
    Phone Line Volume:
    Medium
    Alarm Volume:
    Medium
    Ring Volume:
    Medium
    Key-Press Volume:
    Medium
    Fax Confirmation:
    Never
    Fax Error Report:
    Never
    Include First Page:
    On
    Auto Log Print:
    On
    Print T.30 Trace:
    Never
    Paper Types
    Plain:
    Normal
    HP Matte 90g:
    Normal2
    HP Matte 105g:
    Heavy
    HP Matte 120g:
    Card stock
    HP Matte 150g:
    Extra Heavy
    HP Matte 200g:
    Extra Heavy
    HP Glossy 120g:
    Glossy
    HP Glossy 150g:
    Glossy
    HP Tri Glossy 150g:
    Glossy
    HP Glossy 200g:
    Heavy Glossy
    Light 60-74g:
    Light
    HP EcoSMART Lite:
    Extra Light
    Intermediate:
    Normal2
    Mid-Weight 96-110g:
    Heavy
    Heavy 111-130g:
    Card stock
    Extra Heavy 131-175g:
    Extra Heavy
    Hvy Glossy 111-130g:
    Light Glossy
    X-Hvy Glossy 131-175g:
    Glossy
    Card Glossy 176-220g:
    Heavy Glossy
    Color Transparency:
    Transparency
    Labels:
    Label
    Letterhead:
    Normal
    Envelope:
    Envelope
    Heavy Envelope:
    Heavy Envelope
    Preprinted:
    Normal
    Prepunched:
    Normal
    Colored:
    Normal
    Bond:
    Heavy
    Recycled:
    Normal
    Rough:
    Heavy
    Heavy Rough:
    Heavy
    HP Tough Paper:
    Tough Paper
    Opaque Film:
    Tough Paper
    Energy Settings
    Sleep/Auto Off After:
    30 Minutes
    Wake on These Events
    USB Job
    Yes
    LAN Job
    Yes
    Wireless Job
    Yes
    Control Panel
    Yes
    Fax Ring
    Yes
    Shut Down After:
    Never
    LaserJet Updates Settings
    Check Automatically
    Yes
    Prompt Before Install
    Yes
    Allow Downgrade
    Yes
    Allow Updates
    Yes
    Miscellaneous
    Extended print modes modified:
    No
    Very Low Setting (Black Cartridge):
    Prompt
    Very Low Setting (Color Cartridges):
    Prompt
    Low Threshold (Black Cartridge):
    5%
    Low Threshold (Cyan Cartridge):
    3%
    Low Threshold (Magenta Cartridge):
    3%
    Low Threshold (Yellow Cartridge):
    3%
    Store Usage Data&colon;
    On Supplies
    USB Connection:
    No
    Font Source:
    I (Internal)
    Font Number:
    23
    Font Pitch:
    10.00
    Font Point Size:
    12.00
    Symbol Set:
    PC-8
    Form Length:
    64 Lines
    Append CR to LF:
    No

    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    I hope this helps!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Copy line items from Master Agreement to SubAgreement

    Dear all,
    As a requirement, we need to create a dummy line item at master agreement and subagreement level to be able to publish them to ERP without need
    to complete line items (they are completed in ERP via a development).
    We have created master agreement templates with a dummy line item but at subagreement level, templates are not available.
    What we are trying to develop is a script on post_create at agreement level to copy line items from Master Agreement to SubAgreement. We are able to get Master Agreement line items and copy them to the SubAgreement, but the subagreement is not created. This is the code we are using:
    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListTypeIBeanHomeIfc;
    import com.sap.odp.api.doccommon.masterdata.ValueListTypeIBeanIfc;
    import com.sap.eso.api.contracts.ContractIBeanHomeIfc;
    Mst_agreementBean = doc.getParentIBean();
    lineItemCollectionSub = doc.getLineItems();
    lineItemCollection = Mst_agreementBean.getLineItems();
    collectionsize = lineItemCollection.size();
    colln = Mst_agreementBean.getCollectionMetadata("MA_LINEITEMS").get(Mst_agreementBean);
    colln2 = doc.getCollectionMetadata("MA_LINEITEMS").get(doc)
    newProject = Mst_agreementBean.getIBeanHomeIfc().createFromAnother(Mst_agreementBean);
    newMember = colln.get(1);
    //  Get Values Line Item
    assCat = newMember.getAcctAssignCategory();
    actLimP         = newMember.getActualLimitPercent();
    delAdCity       = newMember.getDeliveryAddressCity();
    delAdCount    = newMember.getDeliveryAddressCountryRef();
    delAdDist       = newMember.getDeliveryAddressDistrict();
    //... (all fields included in the script)
    // Create Line
    newMember2 = newMember;
    AgreementHome = IBeanHomeLocator.lookup(session, doc.getObjectReference());
    AgreementHome.upgradeToEdit(doc);
    // Set Values
    newMember2.setAcctAssignCategory(assCat);
    newMember2.setActualLimitPercent(actLimP);
    newMember2.setDeliveryAddressCity(delAdCity);
    newMember2.setDeliveryAddressCountryRef(delAdCount);
    newMember2.setDeliveryAddressDistrict(delAdDist);
    //... (all fields included in the script)
    try{
    colln2.add(newMember2);
    AgreementHome.save(doc);
    AgreementHome.downgradeToView(doc);
    collectionbean = colln2.get(0);
    logInfo("Value of  collectionbeanSub " + collectionbean );
    }catch (ApplicationException e){
    logInfo("Error " + e.getClass() + ". " + e.getMessage());
    When we try to create an Agreement under a Master Agreement (clicking Add on Agreement tab), following error message is shown related to the line in blue:
    Facility=local4;sessionid=4e73bb8e73304d6284816f93f4e04522a7c387b; tenantid=#tenant.ecb#;username=LUGUELL; exception=Sourced file: inline evaluation of: ``// **   import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : Method Invocation AgreementHome.save : at Line: 164 : in file: inline evaluation of: ``// **    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : AgreementHome .save ( doc )
    Target exception: java.lang.NullPointerException: while trying to invoke the method com.sap.eso.contracts.ContractTypeBo.getVendorVisible()
    of a null object returned from com.sap.eso.contracts.ContractCommonBo.getTypeBo()
    ;stacktrace=Sourced file: inline evaluation of: ``// *JLA*    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : Method Invocation AgreementHome.save : at Line: 164 : in file: inline evaluation of: ``// *JLA*    import com.sap.odp.api.doccommon.masterdata.ValueListValueIBeanHomeI ... '' : AgreementHome .save ( doc )
    Target exception: java.lang.NullPointerException: while trying to invoke the method com.sap.eso.contracts.ContractTypeBo.getVendorVisible()
    of a null object returned from com.sap.eso.contracts.ContractCommonBo.getTypeBo()
    Any ideas what is causing the error? What are we missing on our code to copy line items?
    Many thanks,
    Marc Romagosa
    Message was edited by: Marc Romagosa de Riba

    We managed to create a line item at VALIDATE script, but not at POST_CREATE. Either it is a bug or it is not possible at POST_CREATE script.

  • Can I copy my iTunes from one Mac to another to a distant location?

    I have 2 homes one in NYC and the other in upstate NY. I have multiple Macs at both locations all using Snow Leopard and the latest version of iTunes(9). I only have 1 iTunes library I maintain at the upstate location and have to bring my iPod to the NYC location to play my music. Can I not copy my iTunes library to the NYC location using Home Sharing or using some other method? I often forget to bring my iPod and am left without my music.

    Prince Moe wrote:
    Hi
    Since I had a problem with my Mac's drive that suddenly failed (I am able to read ONLY), I replaced the internal HD with my emergency HD that I had backedup a few months before. I would like to know if there's a way to copy my settings from one mac to another? Is there a specific folder for all apps or do I have to find out each and every single file for each app?
    I need the settings for
    System (view, font, color,)
    Finder (view, etc)
    iTunes (that include all library, playlists, etc),
    Firefox (Bookmarks, settings & plug-ins),
    Safari (Bookmarks, settings & plug-ins),
    Address Book (contacts)
    Thuderbird (emails accounts, contacts, passwords, etc)
    Stickies (stickies on the dock - i have info on there unsaved)
    Filezilla (FTP infos)
    Would appreciate.
    Thnx.
    All that info is found in your user/library folder, I just did a 60 machine rollout and copied all those settings from user/library, just be forewarned that if you upgrade software those setting will not take on the machine, for example Adobe CS 3,4 will not usable by CS5.  let us know if you need more help.  Also make sure you copy most of your preferences in the user/library/prefences folder.
    Note: If you are using an identical backup with all apps and user settings, you can just copy all folders from user to your new home folder.  Remember that only if the image or backup is identical to your production OS.

  • Can i copy my settings from one mac to another?

    Hi
    Since I had a problem with my Mac's drive that suddenly failed (I am able to read ONLY), I replaced the internal HD with my emergency HD that I had backedup a few months before. I would like to know if there's a way to copy my settings from one mac to another? Is there a specific folder for all apps or do I have to find out each and every single file for each app?
    I need the settings for
    System (view, font, color,)
    Finder (view, etc)
    iTunes (that include all library, playlists, etc),
    Firefox (Bookmarks, settings & plug-ins),
    Safari (Bookmarks, settings & plug-ins),
    Address Book (contacts)
    Thuderbird (emails accounts, contacts, passwords, etc)
    Stickies (stickies on the dock - i have info on there unsaved)
    Filezilla (FTP infos)
    Would appreciate.
    Thnx.

    Prince Moe wrote:
    Hi
    Since I had a problem with my Mac's drive that suddenly failed (I am able to read ONLY), I replaced the internal HD with my emergency HD that I had backedup a few months before. I would like to know if there's a way to copy my settings from one mac to another? Is there a specific folder for all apps or do I have to find out each and every single file for each app?
    I need the settings for
    System (view, font, color,)
    Finder (view, etc)
    iTunes (that include all library, playlists, etc),
    Firefox (Bookmarks, settings & plug-ins),
    Safari (Bookmarks, settings & plug-ins),
    Address Book (contacts)
    Thuderbird (emails accounts, contacts, passwords, etc)
    Stickies (stickies on the dock - i have info on there unsaved)
    Filezilla (FTP infos)
    Would appreciate.
    Thnx.
    All that info is found in your user/library folder, I just did a 60 machine rollout and copied all those settings from user/library, just be forewarned that if you upgrade software those setting will not take on the machine, for example Adobe CS 3,4 will not usable by CS5.  let us know if you need more help.  Also make sure you copy most of your preferences in the user/library/prefences folder.
    Note: If you are using an identical backup with all apps and user settings, you can just copy all folders from user to your new home folder.  Remember that only if the image or backup is identical to your production OS.

  • How can I copy cell formatting from one range to another?

    How can I copy cell formatting from one range to another, including text fonts, colours, borders, etc., so that, for example, I can reuse a formatted reconciliation table again in different parts of a sheet?

    Hi George,
    Wayne found the Spinning Beachball of Death, and you will find it too.
    Numbers is not good at handling large datasets. Might I suggest that you group your data into smaller sets (each month, perhaps?) and save each group in a separate Numbers document. Numbers will not link between documents, but you could have a summary Table within each document. Then comes the "clunky" bit of copying all those summary tables into a master document where you do the final processing of the data.
    Regards,
    Ian.

Maybe you are looking for