Automate

 View Only
  • 1.  CV01N - Create Document Description Long Text

    Posted 06-18-2024 12:44

    I am very new to using the tool to create transaction solutions.  I'm trying to generate documents in CV01N that have long text for the description.  I've tried multiple ways to record the process but keep failing.  Is there some trick to adding long text without losing the short description that is added on the Document Data tab?  When it records it shows me multiple lines of code, but if I run it in debug mode it loads a line, then clears it out and loads the next line, etc.  At the end I only have the last line and the script fails because the initial description that was on the first line is gone.



    ------------------------------
    Lisa Johnston
    Dominion Energy, Inc.
    Richmond VA
    ------------------------------


  • 2.  RE: CV01N - Create Document Description Long Text

    Employee
    Posted 06-20-2024 15:53

    Hi Lisa

    If you're in the line editor, you will need to ensure you are on a blank row for each line.  Some whats to do that include: 

    (1) click to add multiple new lines - choose a maximum number - and then put some text on each line so that you know which is which

    (2) Use the navigation buttons on the very top - page to the bottom, then page down, then enter the text on the last line and hit enter (which moves the text up).  Put a loop around that.  this also works good for adding text to the bottom of existing text.

    Hope that gives you some ideas.  If you try one and are still stuck, please be sure to attach your script and template so that we can try to help you debug it.

    Best Regards,

    Sigrid



    ------------------------------
    Sigrid Kok
    Precisely Software Inc.
    ------------------------------



  • 3.  RE: CV01N - Create Document Description Long Text

    Posted 06-21-2024 07:30

    Thank you, I have been able to create long text but not utilizing looping.  I selected a set number of text lines to fill in but this limits the capabilities of the automation.  The script I'm attaching works but anytime we have more description then what I have accounted for, we would have to update.  I feel like there has to be a way to loop thru it, but I'm just not seeing it.

    I've also attached screen shots, to show what I'm seeing from the t-code side.



    ------------------------------
    Lisa Johnston
    Dominion Energy, Inc.
    Richmond VA
    ------------------------------

    Attachment(s)

    docx
    CV01N Text Screens.docx   137 KB 1 version
    Txr
    CV01N_20240618_CMELOAD.Txr   1.97 MB 1 version


  • 4.  RE: CV01N - Create Document Description Long Text

    Employee
    Posted 06-21-2024 13:22

    Hi Lisa

    If I try to scale back your script and tweak it for my system, the text doesn't get overwritten for me. 

    I'm in an S4 system (1909), so IDK if that makes a difference.

    I did create a simple example with looping - the result is below.  It:

    -goes to the line editor

    -hits page to the bottom (from the navigation buttons on the very top)

    -hits page down (again navigation buttons on the very top)

    -enters the text in the last row

    -hit enter, which moves the text to the bottom of the prior text

    It will mean reformatting your input, which is why you might want to reconsider setting a max length, since you have class characteristics in there too.

    To have to "flat", I tend to hit LINE for as many lines as I want, and then write values in each with a line number, so that when I map, I know which is which.  I then put an IF around uploading the value only if the excel template has a value for each line.

    HTH

    Sigrid



    ------------------------------
    Sigrid Kok
    Precisely Software Inc.
    ------------------------------

    Attachment(s)

    Txr
    CV01N_20240621_074240.Txr   849 KB 1 version