PLD - Line Text

Hi Members,
I want to include the line text in the PLD of sale order. I need to include the line text  after the item description is displayed.
I am getting the line text in PLD but its not in proper order. I need to show the line text after item description for example as listed below.
For ex : if the sale order document has 4 items
1) Item1 
2) Line text
3) Item2
4) Item 3
5) Item4
I need to show them exactly as in sale order screen of business one in PLD.
Please help me in this regard.
Thanks and Regards,
Venkatesh.R

Hi Venkatesh,
Try this, it will be display exactly.
If you need 1st Line is Line Text.
When you Create the Sales Order at that time you can put the Line Text in Top of the Item level.
Ex.
1st row you put Line Text.
2nd row you put Item.
->> Open the Sales Order(System) PLD and save as the NEW PLD.
->> Open the NEW Sales Order PLD and assign the Set as Default.
->> (1st Row in Repetetive Area) Create Line No, Item Code, Item Description, Quantity, Unit Price and Row Total.
->> Select the 1st Row All Fields and Goto the Properties Window
then Click General Tab and Link to the Item Code Field ID.
->> (2nd Row in Repetetive Area) Create 1 Database Field and Assign the Line Text Field.
->> Select Line Text Field of 2nd Row and Goto the Properties Window
then Click General Tab and Link to the Line Text Field ID.
Table -> RDR1 - Sales Order - Rows.
Column -> Text - Text.
Save the PLD and will see the Print preview.
Regards,
Madhan.

Similar Messages

  • PO PLD Add line text....

    Respected All,
    In Purchase order PLD  in item description  i want to add line Text in same table of item description how i can do this.
    Regards
    Mangesh

    Hi
    Please kindly check the following tips to see if this can be helpful to some extend:
    1) Enlarge repetitive area to 40 for example and tick box u201CHeight Adjustmentu201D
    2) Create a calculation field on the very left side in the new row of the repetitive area => Line  No.
    Create appropriate boarders as well
    3) Create a data field for the text :
    Tables:Purchase Order-rows
    Column:text
    Note: On the u201CFormatu201D tab in the parameter u201CLine Breaku201D Choose u201CDivide into rowsu201D
    4) Create a text field and call up the tab u201CVariableu201D and select variable 157 and write u201CTypeu201D in the text field.  In the u201CGeneralu201D  tab un-tick the u201Cvisibleu201D tick box
    5) Create another text field and give the value u201CTu201D and un-tick as well the u201Cvisibleu201D tick box on the u201CGeneralu201D tab. In the u201CGeneralu201D  tab un-tick the u201Cvisibleu201D tick box
    6) Create a calculation field
    Type: Formula
    Field 1: the variable field from point 4)
    Operation: Not Equal
    Field 2: the text field created in step 5)
    Un-tick the u201Cvisibleu201D checkbox on the u201CGeneralu201D tab
    7) Link the u201CGeneral Rowu201D number field of the u201Ctext rowu201D to the calculation field from step 6)
    Locate the exclusive number of the calculation field either via the field index table or from the u201CGeneralu201D tab of the field properties of the calculation field.
    8)  Create a calculation field
    Type: Formula
    Field 1: the variable field from point 4)
    Operation: Equal
    Field 2: the text field created in step 5)
    Un-tick the u201Cvisibleu201D checkbox on the u201CGeneralu201D tab
    9) Link the u201CGeneral Rowu201D number field of the u201Citem rowu201D to the calculation field from step 8)
    Locate the exclusive number of the calculation field either via the field index table or from the u201CGeneralu201D tab of the field properties of the calculation field.
    10) Link each filed, except the u201CGeneral Row No.u201D field, of the item and the text line to itself.e.g. use the index to locate these.
    These fields should be: quantity /item no/price/total etc.
    And link as well the data field created in step 3) to itself.
    Best Regards
    Helen Sun
    SAP Business One Forums Team

  • Permanently save line spacing in a multi-line text field

    Me: Adobe Acrobat 8 Pro, Windows Vista
    (I think the people who will be using the form have Reader 7 on Windows)
    I work in a doctors' clinic, and we use phone message sheets to document conversations between the patients/us/nurses/doctors, and I scanned the form and made it into a fillable PDF for our secretaries to fill out more quickly. The "message" area has pre-printed lines on it, and the multi-line text field I placed there needs to match up to the lines. I used the Rich Text Formatting options to set it to "Exactly 24 Points," but I can't get it to KEEP the formatting permanently. The only way I could get it to save the formatting in that field was to put a space in it and then save it, and then give that to the 2 phone secretaries. It works perfectly the first time, but instead of just closing/re-opening the file to start a new message, one of the secretaries highlights everything in the "message" field and deletes it... which deletes the line spacing formatting. I've told her
    b numerous
    times to leave that starting space in the field, but she "forgets" so all of her messages look messed up. So is there a way to force that line spacing
    b PERMANENTLY
    ???? Here's a shrunken screenshot of the field -- I wish I could just erase the lines altogether so the spacing wouldn't matter, but the secretaries type/print the message out, then the nurses/docs write on the page with pen so the lines have to stay. http://img187.imageshack.us/my.php?image=notepreviewph8.jpg
    Thanks!

    You can set the font size of the text. Then play with the underlines in the original document to match the needs of the font that is used. Print to a new PDF and then use replace pages to put the new page into the form without changing the form fields. I was able to do this with a word processing document by adding underlining in the document with 12 pt and setting the font to 12 pt in the text field. You can play with the font, the border of the field, and the underlining in the original document to get the desired result. Is this optimal, probably not. However it does the job.

  • Multi Line Text Custom Field

    Multi line text custom field is not coming in ms project Professional

    Pradeep,
    You cannot access Multiline text fields from Project Professional and in Project Server Views. These fields are for use in Project Details pages and with workflow for demand management in Project Server. Please refer to the article shared in earlier post.
    I would recommend you to create a Excel/SSRS report if you would like to show data available in this fields to end users.
    Hope this helps.
    ===================================================
    Thank you,
    Kiran K.
    If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful

  • How to pass line text into string of 72 characters

    Hi,
    I need to to pass  material text lines to a file for processing into different SAP system.
    Currently i am having multiple text lines stored in an internal table. I am looping that table and checking the string length of a first line.If it is less than 72 characters then i need to add spaces at the end of the text and make it 72 and pass it to workarea-field.
    However, while passing the next line text it is overwriting the spaces of first line and that is making the text meaning difficult to understand when passed to the other SAP system.
    Let me know how to approach.
    Thanks,
    Ankur

    Hi,
    This will not work as it splits the text as per the position.
    However what i would need is if i am entering text like this.
    Material ABCD --> Line 1
    This is finished product 9-series material used for high-value equipments. ---> Line 2
    Currently,  when transferring this data over the file it goes to the other system as
    Material ABCDthis is finished product---> upto 72 characters
    9 series material used for high-value ---> upto 72 characters
    equipments.
    So if there is less than 72 characters in the first line it takes 2nd line text. However it is ok if the text has more than 72 characters as it goes into the next line and still makes the meaning intact.

  • How to display multple line text in a single cell in ALV?

    Hi all,
    I have 'Material Detailed Description' field in my ALV report, and it's taken from a multiple line text table. Is there any way so I can get this whole text to fit in a single ALV cell (not in single, but multiple line, as in original text data)?
    Thank you.

    Hi
    If you want you can display this long text field in ALV but the allignment of the ALV not looks good. so generally we won't display them in the output,
    instead, in the interactive list write the code to call that MM03 transaction, and the user can see that text in the transaction when ever double clicked on that MATERIAL field.
    Reward points for useful Answers
    Regards
    Anji

  • How to create a muli line text area using JavaFx

    Hi all,
    Since the preview SDK does not contain TextArea any more, I am wondering how to create a muli line text area using JavaFX. The behaviour of this text area/field should be somehow similar to JTextArea in Swing or StyledTextWidget in SWT.
    Does JavaFX have any support for this? What would be a sensible approach to create such a widget?
    Thanks for your suggestions,
    br michael

    This is a pretty old thread (I know I came across this while searching for something similar recently), but I figured I'd throw this out there in case other people might find this useful. As I write this, JavaFX's latest version is 1.3... which may have added the needed functionality since the last post.
    You can now create a multi-line text area using a TextBox and by specifying the nubmer of lines and setting the "multiline" value to true. It may not offer all of the same functionality as JTextArea, but it did the job for what I needed... newlines by pressing enter, scrollbar if text surpasses height, etc.
    Here's a simple example:
    Group {
       content: [
          TextBox {
             text: "This is a multi-line textbox"
             lines: 10  // <-- this may/may not be necessary depending on your situation. Default is 5.
             multiline: true
    }Edited by: loeschg on Jul 29, 2010 2:59 PM

  • Printing all text in a multi-line text field??  Can it be done?

    I was wondering if there is a way to print out a multi-line field and have all text entered print as well.  Currently, anytime someone enters more information in a multi-line text field on our form than is set to show without scrolling, when a PDF is created for printing from the results page, only the text that fits within the specified size prints.  You can scroll within the PDF and read it all, but I can't seem to figure out how to get all of the text to show and have that field resize accordingly on the printed copy.
    Is there a way?  Thanks.

    Is there an easy way to determine the character count that is visible in a given multi-line text field when designing the form, so if I want to allow 500 characters, the text box I create is large enough for 500 characters?  Obviously I can just do a trial and error process using a cut and paste of 500 characters and testing it, but is there an easier way?

  • How to validate for non-english character on a single line text field

    In a "Single Line Text" field we would like to allow the users to enter alpha numeric values only. We should show error when the user enter non-English values like
    carácter
    Vijayaragavan, MCTS

    Hi,
    According to your post, my understanding is that you wanted to validate for non-english character on a single line text field.
    I recommend to use jQuery to attach regular expression validation. Please refer to:
    Using #jQuery to attach regular expression validation to a #SharePoint list form field
    In addition, for custom validations you can create your own Types. Refer to
    this[^] for creating custom field type
    More information:
    SharePoint Custom Field - Regex Validator
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • New lines created in excel when displaying multi-line text item value

    Hi all,
    I put the value of a multi-line text-item into a csv file :
    DECLARE
    file_filter VARCHAR2(256) := 'Export Files (*.csv)/*.csv/All Files (*.*)/*.*/';
    fExp VARCHAR2(256);
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(4000);
    BEGIN
    fExp := get_file_name ( directory_name, file_name, file_filter, NULL, SAVE_FILE, TRUE);
    IF fExp IS NOT NULL
    THEN
    set_application_property(cursor_style,'BUSY');
    in_file := Text_IO.Fopen( fExp, 'W');
    linebuf := NVL(:com_bnc_possibles.LIBEL_TRAITE,'') || ';' ||
    NVL(:com_bnc_possibles.NUM_ANFR_ID,'') || ';' ||
                             NVL(:com_bnc_possibles.ver_fiche,'') || ';' ||
                             NVL(:com_bnc_possibles.titre,'') || ';' ||
    NVL(to_char(:com_bnc_possibles.date_creat, 'dd/mm/yyyy'),'') || ';' ||
    NVL(to_char(:com_bnc_possibles.date_valide, 'dd/mm/yyyy'),'') || ';' ||
    NVL(:com_bnc_possibles.LIBEL_STATUT,'') || ';' ||
    NVL(:com_bnc_possibles.label_reg,'') || ';' ||
    NVL(:com_bnc_possibles.nom,'') || ';' ||
    NVL(:com_bnc_possibles.prenom,'') || ';' ||
    NVL(:com_bnc_possibles.nom_societe,'') || ';' ||
    NVL(:com_bnc_possibles.comp_bnc,'') || ';' ||
    NVL(:com_bnc_possibles.motifs,'') || ';' ;
    Text_IO.Put_Line( in_file, linebuf);
    Text_IO.Fclose( in_file);
    set_application_property(cursor_style,'DEFAULT');
    END IF;
    END;
    And when I opened the csv file then the remaining lines , that is from the second line , of the column "motifs" are displayed through the column A of excel. The "motifs" multi-line text-item has 500 as its Maximum Length property value, and has a Char Data Type property value.
    So how to display all the motifs' lines through the same column M without displaying the remaining lines in column A ?
    Or are there tips to remove CHR(13) characters from a multi-line text-item ?
    Thank you very much indeed.
    Message was edited by:
    andrianiaina

    Hi,
    I tried to do it in different way. What i did is I have created a item of type formattted text and set its text like:--
    <html>User authentication failed. <br*> Cause: Invalid password.</html> --remove *
    So I am able to see the prompt like :-
    User authentication failed.
    Cause: Invalid password.
    Hope this helps you...
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to write single line text file

    Hi, I need to write a single line text file using oracle forms 10g that's usually quite long 8million+ characters, I looked into utl_file but came accross the single line limit, is there any way to do this either to the client pc or to the server
    Thanks

    I tried using put_line but i get a ORA-29285: file write error´I´m guessing this is because of the amount of data to be written on a single line

  • SAPbobsCOM.Documents.Lines.Text ReadOnly

    I'm trying to do something like this
    oSapInvoice.Lines.Text = oDocDett.Text
    where oSapInvoice is a SAPbobsCOM.Documents, but the Text property is readonly.
    How can I do to copy the column "Item Details" (Text property) in a document line using the SDK?

    Dear Gianluca D'Alessandro,
    Please try following code to add Item Details:
    oSapInvoice.Lines.ItemDetails = oDocDett.Text
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • How to add multi-line text in comments field of song tags in iTunes 12?

    Recently upgraded to iTunes 12 and can no longer enter multi-line text in the comments field of a song tag.  Used to use option+return (alt+enter) to go to a new line (carriage return).  Can it still be done?  Any help in this regard would be appreciated.

    See my other post for the solution to this problem.

  • Hello All. I am working on a form, but I need to format the leading in a multi-line text-field.

    Hello All. I am working on a form, but I need to format the leading in a multi-line text-field. The options for the text-field only show a font size option, but no other styling options. Is there a way to format the leading? Thanks!

    Not within ID, and I'm not sure it can be done in Acrobat afterward either.

  • I am filling out an online application for school. Is it possible to set Firefox to check spelling when in a single-line text box without having to right click every time?

    I want to be able to set spell check to occur automatically even for single-line text boxes.

    You can set the pref <b>layout.spellcheckDefault</b> to <i>2</i> on the <b>about:config</b> page to perform the spell check on single line and multi line text fields.
    * http://kb.mozillazine.org/layout.spellcheckDefault
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

Maybe you are looking for

  • Images open in camera raw 4.6, not Photoshop?

    Since I downloaded & installed camera raw 4.6 to deal with raw images from my Nikon D90 I have had the following problem with Photoshop cs4 (on XP + SP3). Any images I open from within bridge or Picasa or directly from windows explorer get opened in

  • How to link files to DIR which are in 3rd party File Server?

    Hi, guruu2019s This is ben, We have one typical requirement, Client using third party File Server to store their current documents [files]. Now client upgrading SAP, so now they want just link those documents [files] to SAP DMS, which are stored in F

  • X99S SLI Plus/4 sticks of G.Skill/No POST

    Same as some others.  4GB G.Skill (F4-3000C15Q-16GRK) placed in 1, 3, 5 and 7 ... does not POST.  In troubleshooting this, I removed all except #1 and it POSTed.  Ditto #1, #3.  Ditto #1, #3 and #5.  Added #7 and no POST.  I moved all four sticks aro

  • Grant access to schema

    Can some give me a script to do the following: I have a schema name ABC and I want to give a user XYZ read access to all objects in the ABC schema. ie (TABLES, VIEWS. SWQUENCES etc)

  • Proxy Generation on appl system - No connectivity to IB

    In the SPROXY transaction of application system, a message is displayed <b>"No connection to Integration Builder (only generic data visible)"</b> What should be done on the XI or on the application systems...to get the things going... Thanks, -Naveen