Adding a text zone in VBEP

I used scheduling agreement , I want to have the possibility to enter a text zone containing the customer's order number for each schedule line
When customer orders quantity they give there own order number to the sales assistant , it might be great to write down in the scheduling agreement this number.
This text will be find further in the deliveries and then in the invoice .
How to enhance VBEP in order to add a text zone .
Thank you for your help.

Hi
U can create an APPEND structure for VBEP in order to add your new text field, then u need to manage it by the user-exit for sales order: see the include MV45AFZZ.
Max

Similar Messages

  • Text in VA02 - how to find the user who added the text

    Hi
    The user is adding text in the sales order through VA02, sometime after creating the order. This is not making any changes to the existing data, but adding the text in Header Text.
    When trying to findout who made the addition of text (not changes) from VA03 - menu - environment - changes ---it is not showing any details regarding this. Please guide me how to find out the user who made the addition of text in sales order through VA02.
    Thanks,
    Ravi

    Hi Ravi,
              I think there is no option available to find the name of the person who added text to the sales order.
             If the person who creates sales order, should also maintains the text we can find the name who created sales order. I am sure that u might be knowing the way.
           Still for the benefit of friends who r not aware, in the sales order> GOTO>Header data--> Sales tab.
    Regards,
    Ravi Duggirala.

  • Adding alt text tags in InDesign (and Acrobat Pro)

    I am having real difficulty adding alternative text tags. I created an INDD doc with rollover buttons linked to URLs firstly in InDesign CS4. I couldn't add alt text tags in CS4 so I then tried to add them in Acrobat X Pro but failed. Acrobat keeps wanting to class the PDF as a form. I then installed InDesign CS6 from the cloud and added alt text to the rollover buttons via object export options. However, these do not show when I export to PDF.
    Can someone help me add alt text to my rollover buttons in my interactive PDF either in InDesign CS6 or in Acrobat Pro after I export it?

    In InDesign CS6, you just need to add descriptions to buttons. This is done in the buttons and forms panel:
    This is the alt text in Acrobat when you roll over the button:
    Hope that helps!

  • Acrobat 9 hangs when adding a text box

    It seems that any installation of Acrobat 9 I have come across, Acrobat hangs when adding a text box from "Forms>Add or Edit Fields".
    I may need to apply an update or two but this problem seems very consistent and reproducable.
    I plan on trying Acrobat 9 Pro on Windows XP to see if it makes any difference, but does anyone have any ideas?  OTHER than upgrading to Acrobat X?

    Textbox takes few extra seconds to establish himself, but it never hangs for me. Did you tried to click-n-drag to create Textbox?

  • Carry over formatting to the next page without adding a text box

    I've written 15 books on the old pages and had no trouble carrying the formatting to the next page without adding a page or adding a text box to the added page.  I just kept on typing.  I've added the new pages and had trouble right from the start so I went back to the old and got a good start, but going through that added procedure on every new page gets old in a hurry.
    It shows the number of pages at the bottom, but a new page doesn't come on automatically  when I type. 
    Please help.
    Thanks,
    Ron  -  [email protected]

    1. Why not continue to use Pages '09 in your Applications/iWork folder?
    2. In Pages 5:
    Setup (gear icon far right of toolbar) > check Document Body
    and the text will flow from page to page.
    Peter

  • How can I get rid of the added / preset  text words included in my text messages.  It always says something like "Please call back at

    How can I get rid of the added / preset  text words included in my text messages.  It always says something like "Please call back at ###-####."

        JenJenTen,
    I understand that having a preset text that you did not want can be a bit frustrating when sending out text. To clarify, is the preset message like a signature at the end of your text? Does this only happen in text messages or when your send emails also? Is your SMS delivery confirmation on? Messaging>Settings>SMS delivery confirmation.
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Is there a way to recognize notes added to text in PDF files?

    I really miss the add note to text functionality in this application! I am prepared to pay for it since I read documents with hundreds of references (reference by section number only) to sections spaced far appart. This tool makes it easier. I don't like the add sticky note functionality since you have to waist time to place the icon in a convenient space.
    In addition, this application does not regocnize notes added to text by Adobe Acrobat Pro.
    Please give us the add note to text functionality!!!!

    Hi Shradha,
    Thank you for your response.
    A feature that I miss even more is the ability to move back to a link. I can follow a link but there is no way to go back. So I have to go back to the index to find my place again.
    The text that I am reading typically contains 20 references per page in a 800 page document.
    Kind regards,
    Marius van Wyk
    Kind regards 
    Sent via my BlackBerry from Vodacom - let your email find you!

  • Cannot print document with added barcode text boxes

    G'day
    I'm adding two text boxes to an illustrator document with Applescript, but when I go to print, ?I get an error 'Cannot print the illustration. The Color Management settings are inconsistent.'
    The error message is not error trappable.
    I have to barcode thousands of documents a year, and this is a big deal breaker. Is there any fix, please?
    Regards
    Brian Christmas
    try
      set printerName to my theLargePagePrinter as string
      set paperOptions to {class:paper options, name:largePaperSize}
      set jobOptions to {class:job options, designation:all layers} # , print options:printOptions}
      set colorOptions to {class:color management options, profile kind:printer profile}
      set flatOpts to {class:flattening options, clip complex regions:true, gradient resolution:360, rasterization resolution:360}
      set printOptions to {class:print options, printer name:printerName, paper settings:paperOptions, flattener settings:flatOpts, job settings:jobOptions, color management settings:colorOptions}
      try
      set p to 17
      tell application "System Events" to tell process "Adobe Illustrator"
      click menu item "Fit to Artwork Bounds" of menu 1 of menu item "Artboards" of menu 1 of menu bar item "Object" of menu bar 1
      end tell
      end try
      set p to 18
      say 7
      print document 1 options printOptions
      say 8
      on error errmsg number errnum
      tell application "System Events" to display dialog "Error in printing illustrator document. " & errmsg & " number " & errnum giving up after 40
      end try

    G'day Owen, & W_J_T.
    Unfortunately your suggestions did not work for me.
    I've tried using the GUI to access the print dialog box, but as usual with Adobe, they've stuffed that up too. What I did find however, that the print dialog box recognised keystrokes, and always defaults to the Printer box when opening.
    Also, the Printer box sets itself to a matching item of whatever key is pressed, and so does the Printer Preset box.
    So, even tho I can't select any given box, provided I have a Printer Preset set, I can access it by the following (slower) method...
    activate
      tell application "System Events" to tell process "Adobe Illustrator"
      keystroke "p" using command down
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      repeat 17 times
      keystroke tab
      tell current application to delay 0.1
      end repeat
      keystroke (character 1 of (my theLargePagePrinter as text)) as text
      keystroke return
      end tell
    Note that if you have more than one printer or Printer Preset starting with the same letter, then you'll have to use more than just the first character of your printer name.
    Regards
    Brian Christmas

  • When adding Custom Text to a slideshow in Aperture, I can no longer centre the text in the text box. Is there something I am missing? I am running Aperture 3.6 on Yosemite. Any ideas gratefully received, thanks.

    When adding Custom Text to a slideshow in Aperture, I can no longer centre the text in the text box. Is there something I am missing? I am running Aperture 3.6 on Yosemite. Any ideas gratefully received, thanks.

    Which theme are you using?
    When I am adding text in a slideshow, I found, that it will depend on the theme, if the text will be centered or flushed left.  The Classic and Ken Burns theme are centering the text, the newer themes will present it flushed left.
    I found no way to select a custom justification for the text.

  • Adding New Text Comment in Traditional Chinese shows Error

    When adding New Text Comment in Traditional Chinese , it pops up a window with "Error, but instal the latest version of Traditional Chinese Language Support Package may fix the error", but I have installed the latest one (Adobe Acrobat Reader DC 2015.007,20033), how to fix this error?
    System: Mac OS X 10.10.3

    But do you have the language pack installed?
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5884
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5878
    Sorry, I don't know which is the right one.

  • What is the trick in adding a "secondary zone" to my DNS server

    Hello,
    I am having a hard time adding a secondary zone to my dns server. I followed the instructions carefully but I still get the "refuse" on my zone transfer.  Do I need to go to the "NIC" of my interface card and make the primary DNS
    as the server itself and the secondary DNS the IP of the  "remote" DNS server? 
    Also, do  I need to start configuring the "reverse Lookup zone" (before even starting to add a "secondary zone" and perform a -ZONE -TRANSFER), and add first the "a" record of the other (remote)  DNS server?
    Thanks,
    Teapaq Long.   
    Event Type: Error
    Event Source: DNS
    Event Category: None
    Event ID: 6525
    Date:  11/10/2014
    Time:  2:07:21 PM
    User:  N/A
    Computer: REM-LAB-2K3.leftremote.com
    Description:
    A zone transfer request for the secondary zone localright.com was refused by
    the master DNS server at 192.168.77.92. Check the zone at the master server
    192.168.77.92 to verify that zone transfer is enabled to this server.  To do
    so, use the DNS console, and select master server 192.168.77.92  as the appli
    cable server, then in secondary zone localright.com Properties,view the set-
    tings on the Zone Transfers tab.  Based on the settings you choose, make any
    configuration adjustments there (or possibly in the Name Servers tab) so that
    a zone transfer can be made to this server.
    For more information, see Help and Support Center at
    http://go.microsoft.com/
    fwlink/events.asp.
    Event Type: Error
    Event Source: DNS
    Event Category: None
    Event ID: 6525
    Date:  11/10/2014
    Time:  12:03:18 PM
    User:  N/A
    Computer: LOC-LAB-2K8.localright.com
    Description:
    A zone transfer request for the secondary zone leftremote.com was refused by
    the master DNS server at 192.168.95.92. Check the zone at the master server
    192.168.95.92 to verify that zone transfer is enabled to this server. To do
    so, use the DNS console, and select master server 192.168.95.92 as the appli
    cable server, then in secondary zone leftremote.com Properties,view the set-
    tings on the Zone Transfers tab.  Based on the settings you choose, make any
    configuration adjustments there (or possibly in the Name Servers tab) so that
    a zone transfer can be made to this server.
    For more information, see Help and Support Center at
    http://go.microsoft.com/
    fwlink/events.asp.

    Hi,
    According to the event ID 6525, this may be caused by a refuse of zone transfer request.
    In normal, the secondary DNS server just configured with a preferred DNS server as itself, the alternate DNS server is optional, it depends on your needs.
    When you fill the master DNS server’s IP address when you add secondary zone in the secondary DNS server, it will prompt a warming information if you do not add a PTR record in the master DNS server in the reverse lookup zone, but this won’t affect the zone
    transfer process.
    Have you followed the description of event log and check to see if the master server has enabled zone transfer(Properties
    of zone->Zone Transfer tab->Allow zone transfer)?
    Besides, verify that the master server of the secondary zone is authoritative for the zone. Reference steps below:
    1. On the secondary DNS server, open DNS manager.
    2. Right-click zone, select the General tab, note the IP address of the server that is listed in
    Master Servers.
    3. In the console tree, right-click DNS, and then click
    Connect to DNS Server.
    4. Click The following computer, type the IP address of the master DNS server, and then click
    OK.
    5. In the console tree, expand the master DNS server, and then expand the folder that contains the zone.
    Note: If the zone is not in the folder, the server is not authoritative for the zone. In this case, you must configure the secondary server to transfer the zone from the correct master server.
    6. Right-click the zone, click Properties, and then click the
    Name Servers tab.
    7. Confirm that the secondary server is listed with the correct IP address. To correct the list, do one of the following:
    If the secondary server is not in the list, click Add.
    If the IP address of the secondary server is incorrect, click the server in the list, and then click
    Edit.
    If this problem still exits, from the event log I notice that there are 2 secondary DNS server, REM-LAB-2K3.leftremote.com and LOC-LAB-2K8.localright.com. Are they belong to different domain(leftremote.com and localrght.com) ? what the relationship between
    them?
    It would be helpful if you could provide the network topology. And describe the IP configuration of master DNS server and secondary DNS server.
    Best Regards,           
    Eve Wang

  • Charactere size in a text zone

    Hi, how to modify character size in a text zone ?
    Many thanks.

    Guess that is kind of my fault, I basically hijacked this post, but with the same problem.
    The OP called it a text zone. That wasn't me.
    The code works great in some objects, but not others.
    I can make it work in a text area. But not in an HTML region or the footer/header of any type of region.
    For example as per my last post, in your example page, you have a region with the title of CODE with the actual code you used to make the text area font change size etc. In that region titled CODE make the text larger (or smaller).

  • Just tried adding some text to a video (MP4) how best to optimise?

    Hi,
    Any suggestions on this?
    I imported a short MP4 into CS6, then added some text diplaying on part of the timeline so the text fades in, displays, then fades out, all well and good.
    I then re-saved it as a new MP4 I'd like to know if it is possible to optimise the file at all. (never tried any of this stuff before)
    Before anyone suggests anything fancy, I ONLY have access to Photoshop CS6. So If I need other software then that is no help.
    Any suggestions.
    Thanks, McP

    Sorry, should have been clearer.
    Optimise the file size in bytes, obviously it is possible to create PSDs and other format images etc then save for web.. Does the same apply to MP4s when using PS6?
    Can the size of an MP4 file be reduced in any way, subsequent to me adding extra time lines that have text in them?
    And by fancy, I meant After effects and other Adobe suite progs, as mentioned I only have PS6. Never tried getting to know MP4 manipulation in PS before, so not aware of free things either..
    McP

  • I can't send e-mail because I keep getting this error: "If you are sending a link, try adding some text to it. This helps us fight spam."

    I just downloaded Firefox and have been unable to send ANY emails because of the following error:
    Unable to send mail.
    If you are sending a link, try adding some text to it. This helps us fight spam.

    Firefox doesn't do email, it's strictly a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, let us know and we can move this thread to the Thunderbird queue. This question currently is in the Firefox queue for answers.

  • Acrobat comments text zone

    In a text zone comments I will change the size of letters.
    For the help the size is define by the "systems characters".
    I dont understand what change in the systems to change the size in the text zone.
    if someone can help me, thanks,

    In the text box type ctrl-e.

Maybe you are looking for