How to print custom label print after Pick drop happen

Dear All,
I have a requirement,
Have to print the custom label printing report after pick drop happening.
can you please suggest how to do this, Seems there is no workflow business event or other methods. please suggest to how do achieve this.
Thanks in advance.
Thanks
satya

You know, in a user exit or a BADi you can access any variable of the program you want.
Just find what which program calls the Exit User, put a break-point in it, and find the variable you need to access.
Then add this kind code in your Exit :
DATA: l_var TYPE ....
FIELD-SYMBOLS: <fs_var>    TYPE ANY.
ASSIGN ('(PGMNAME)variable') TO <fs_var>.
IF sy-subrc = 0.
  l_var = <fs_var>.
ENDIF.
Same thing for a table :
DATA: lt_var TYPE TABLE OF....
FIELD-SYMBOLS: <fs_var>    TYPE ANY.
ASSIGN ('(PGMNAME)table[]') TO <fs_var>.
IF sy-subrc = 0.
  lt_var[] = <fs_var>.
LOOP AT lt_var ASSIGNING ...
ENDLOOP.
ENDIF.

Similar Messages

  • Custom Label Printing - Print position creeps up and across labels

    Hello
    I am using VS 2010 and have updated to SP4 for Crystal Reports
    I used the custom size option to make a label report. The built in options for label sheets do not match the labels that I have
    I made a label report for 3 columns and 8 rows using the label size, margin widths top and bottom, left and right, with the 2 widths between the columns. But this does not print correctly on the labels. The printing on the label rows creep up so by the time you reach the 8th row the label is partly on the 7th Row. The left hand column prints correctly. the middle column prints closer to the left edge of the label than in the first column and the third column is printing on the gap between the 2nd and 3rd column.
    I tried making a new report and set the dimensions to the maximum sizes that would allow 24 labels (3 columns and 8 rows) but the same problem occurs as when having set the correct sizes
    I am not sure if there is a method to edit the label sizes, and margin widths as happens when creating a new report or if the only option is to create a new report.
    Any assistance or information on how to make the labels print with the correct row and column spacing would be appreciated.
    My Labels are 67mm x 36mm. there is no space betwwen the rows, the margin at the top and bottom of the sheet are the same, and the left and right margins are the same. The space between the columns is 2mm

    Thank you for the reply Rob
    There is no Avery template in the list that has 24 labels, which is why I was using the Custom Label
    I have tried many variations trying different widths and gaps between the labels, but in all cases by the time the 8th row is printeed the printing has crept up and is now overlapping onto the bottom of the 7th row label. The third column is printing on the gutter between the 2nd and 3rd column.
    When creating a Custom label it would appear that the Wizard works on Letter size Paper regardless of the paper size that the printer is set to. All my printers are set to A4 size paper.
    Letter Paper is 215.9mm x 279.4mm compared to 210mm x 297mm for A4. While the width is not a problem the length is less, and that may well be what is causing the problem when the Wizard creates the labels, despite changing the Paper size to A4. But the paper size can only be changed and set to A4 after the wizard has been given the label size and spacing for margins and gutters.
    In my view the Wizard should ask for the paper size and then ask for the label size settings and layout
    Regards
    David

  • WM Custom Label Printing??

    Hi,
    We got a req as follows:
    We created a new IM mvt type [copy of 311] which is mapped to a new WM mvt type 911. Whenver we do MB1B, T.O is created automatically.
    Once the T.O is created I need to print a "custom label" for this?? How to do that.
    Also, If the T.O has 2 line items
    Line Item 1: MatXXXX      10EA
    Line Item 2: MatYYYY     10EA
    Then it need to print 20 custom labels.
    Please advice.

    Hi Oisin,
    Thanks for the reply.
    I had already had a look into Note#771683 which doesn't full fill my requirement.
    My actuall requirement is to do label printing through a wireless printer when the user clicks on print from the ITSMobile.
    I have an idea of creating an output device with Access method as S(Print using SAP Protocol) and maintian destination host as ip address of the system(with SAPLpd running) in which my wireless printer is connected .When i click on print from ITSMobile a spool will be created with the particular output device , which further goes to the wireless printing.
    Do you have any other solution.Kindly suggest.
    Regards,
    Thyagu.

  • Printing custom labels from contacts

    How do you print labels with a different header than just the persons name? I would like to address holiday labels to read:
    "The Smith Family"
    123 Cherry St.
    Denver, CO 80210
    Rather than the contact name only:
    "Jane Smith"
    123 Cherry St.
    Denver, CO 80210
    Can I create a field that allows me to put it as the address header rather than having to use the contacts first and last name only?

    Hi gordonprop,
    Thanks for the question. Based on what you stated, it seems like you want to change the name field on a label. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Address Book: Printing mailing labels or envelopes with multiple names - Apple Support
    you can modify the First name field of the card 
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • How to delete custom labels after upgrading to iOS 7.2

    When I upgraded my iPhone to iOS 7 , I am not able to edit or delete a custom label anymore? Please can you fix this issue!?

    ios 8 *****. i am unable to switch 2G to 3G while it eating my battery. *****

  • How to process an output message after pick and pack in LM46?

    Hi,
    I've implemented the User Exit to print the HU using LM18, it's working great but no output message is processed (and indeed, the sticker is printed on my own printer instead of the one defined in my Z custom output message).
    I used LM46 to pick and pack the HU, am i missing a step?
    In other words, how to process my custom output message after the pick and pack?
    Is there some code I must add in the LM18 User Exit?

    You know, in a user exit or a BADi you can access any variable of the program you want.
    Just find what which program calls the Exit User, put a break-point in it, and find the variable you need to access.
    Then add this kind code in your Exit :
    DATA: l_var TYPE ....
    FIELD-SYMBOLS: <fs_var>    TYPE ANY.
    ASSIGN ('(PGMNAME)variable') TO <fs_var>.
    IF sy-subrc = 0.
      l_var = <fs_var>.
    ENDIF.
    Same thing for a table :
    DATA: lt_var TYPE TABLE OF....
    FIELD-SYMBOLS: <fs_var>    TYPE ANY.
    ASSIGN ('(PGMNAME)table[]') TO <fs_var>.
    IF sy-subrc = 0.
      lt_var[] = <fs_var>.
    LOOP AT lt_var ASSIGNING ...
    ENDLOOP.
    ENDIF.

  • Cannot Print to CUPS Printer, UPS Label Printer

    After upgrading to Mavericks, I can no longer print to my UPS Label Printer which utilizes the CUPS drivers. I have tried deleting the printer and reinstalling it. No luck. All other printers are working fine. Any ideas?

    This is all about the driver!
    Canon doesn't provide drivers that will work for a Windows-shared printer. You have to use a CUPS driver for that.
    Your model isn't directly supported by Gutenprint (CUPS drivers included by Apple in OS X), but the newer Gutenprint has iP4500 and several models "close" to yours:
    http://www.linuxfoundation.org/en/OpenPrinting/macosx
    Experiment with a couple Gutenprint models.

  • Printing custom size prints

    I am having trouble printing custom size photos on regular size paper. I use the custom scale setting in the layout dialog box. However, the result does not match the requested size in the preview window and it does not print the requested size. For example I would like to scale a photo to print 4x10 on a 8/12X11 sheet of paper. When I custom scale to 4x10 the result is 4 high but 7.5 wide. Any help would be appreciated? I'm printing on an HP 9180.

    Have you cropped the photo to your desired 4x10 aspect ratio? If you do that, then the only printing part of the photo is that portion you've chosen in your crop. Then in the print dialog, you can tell it to print to 8.5x11 and set the margins there to .5 inch in order for it to scale to 10". Or have you done all this already?

  • How to extract custom label from page item

    I´m trying to extract custom labels from a page item -a rectangle in this case-, inside a document observer:
         UIDRef pageItemRef=iCommand->GetItemList()->GetRef(0);
         InterfacePtr<IScript> script(pageItemRef,IID_ISCRIPT);
         IScriptLabel::ScriptLabelKeyValueList tags = script->GetTags();
    as sugested here -> http://forums.adobe.com/thread/747080?tstart=0  but I always get script=nil
    Regards

    I solved.
    Problem was that I was trying to get IScript interface once observer command was in kDone state -it was a delete command-.
    Thus, page items did not exist anymore when I was trying to get their custom labels.
    I changed it, making test during kNotDone state.
    Regards

  • How to add custom label to a new contact in address book which is synced with outlook account

    Hello all,
    My iPhone is synced with outlook account. When I tried to create a new contact,'Add Custom Label' option was missing. Is Apple provides any solution to handle this? Is there any documentation provided about this behavior?

    The second script is working but if I need to change the link it will not allow me to edit or delete it in iCal on my desktop. The only way to edit it is to use the online iCal in me.com.
    And the worst problem is that the url does not show up on my iPhone iCal. The iPhone version of iCal has limited features. So if I'm away from the office on my iPhone I still have the problem of having no link to my iCal appointment. I still end up having to use both iCal and Contacts as separate Apps.
    I still dont understand why Apple wouldnt make these 2 Apps work together! It seems so obvious! thanks anyway.

  • How-to for custom universal printer driver

    Need to make a customized print driver, one time only.  Not going to make a career out of this.  
    Is there a simple, step-by-step how-to for that anywhere?
    (I've seen the 220+ page "guide", and that is not what I'm after. Way too many words for my ADD brain.)
    Thanks very much.
    This question was solved.
    View Solution.

    OK, Windows XP may not be quite as flexible in controlling what a determined user could do, but I would suggest the following:
    Download and install two drivers, the Laserjet Enterprise 500 color M551 Printer series driver and the HP Universal Print Driver for Windows PCL5.  After the printers are installed you can rename and customize them.  I would suggest calling the universal driver one "Black Printing" or some such.  Click Start, Control Panel, Printers and Faxes, right click on the HP Universal Printing PCL5, Properties, General, rename the printer to suit, Apply, click the Device Settings tab, scroll down near the bottom to Color Printing Mode and set this to Off, Apply, click the General tab, Printing Preferences, chooese the appropriate default print settings  (it may be desireable for this printer to select Economode in the Paper/Quality tab), OK.
    Similarily set the appropriate name and settings for the Laserjet 500 Color M551 version.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How can set custom advanced print setting to default?

    Hi
    I am using job automation program called enfocus switch and
    Every time it automatically print out  PDF file, i wanted it to be printed out with bleed mark and page information.
    As i go to advanced print setup, i can achieve this by set setting to custom setting that has checked bleed mark and page info.
    Is there any way to set custom setting as default so Evey time enfocus program print out PDF, it is printed out with bleed marks and page info.
    Thanks

    this is what i wanted it to be default. checked bleed marks & page information
    went to setting-adobePDF. coudn't find any thing related to bleedmark and page info.
    Hope this give you more detail thank you for your time.

  • Custom Label Printing Using BI Publisher

    I looked at the example of AveryLabel3x10, But I need to do for 4x8 labels with each label size 2'' W x 1.25'' H on A4 Sheet, Each label as gap of .063''. I tried to extend the above example but couldn't do it. Any help is higly appreciated.
    Thanks in Advance
    Raj.

    You can get it from here http://blogs.oracle.com/xmlpublisher/templates/xsl/

  • How to access custom labels in Table?

    In IDML I have set up custom lables inside Table element. How can I access those labels?
    Thx!

    Hi Michael,
    If you just want to retrieve the data, you could use the following code.
    //Get the node which the table is bound to
    IWDNode node = wdContext.nodeTable();
    //iterate thru the elements
    for(int i = 0 ; i<node.size();i++)
      IWDNodeElement ne = node.getElementAt(i);
      Object value = ne.getAttributeValue("<column name>");
      //Here you have the data in the value variable
      //and you can manipulate this now
    Regards,
    Sudeep

  • How to use custom label formats to display currency and percentage

    Hi There,
    I need a pie chart to display both currency and percentage. I have the cell format editor open for custom cell formats (from the pie chart label format menu) but am not sure how to write the expression.
    I've tried something like this but get an error:
    $ #,###  -  % #,###
    How can I display both currency and percentage for the same label?
    Any pointers in the right direction would be much appreciated.
    Cheers
    Ben

    labels built into Keynote can be displayed as percentage or value, not both
    The choice is made in:   Inspector > chart > series > data point settings
    the work around is to manually add text boxes with the currancy value entered in each box, as in $2.00

Maybe you are looking for

  • COnnecting to two different powered speakers in two different rooms???

    I have a Linksys router with iTunes running on my PC which I can send a signal out to my living room AP express to recieve my iTunes @ my powered speaker. I now have added another AP express in my bedroom along with another powered speaker. Is it pos

  • Multiple libraries on iTunes 7

    I currently have 2 libaries on one desktop & want to start a 3rd - my problem is switching between them. I hold down the shift key when opening iTunes, but when prompted to choose library am faced with an ever expanding array of folders within folder

  • VF01/VF04 user exit

    Heloo Gurus, I have a scenario where I need to copy some fields from shipment document (VT03N) into EIKP table at the time of Invoice creation. Transaction VF04/VF01 Can you gurus help me with the appropriate user exit to be used? The process in as f

  • Thai language - create pdf from webpage

    acrobat x 10 pro - win 7 pro I can not create a pdf from a thai webpage. There is no import from Thai Fonts. Even with Default Encoding set to Thai and language spedific font settings to unicode. I do not see a language specific font settings : langu

  • MS Office (Excel) Toolkit - trouble formatting cells

    I have the MS Office toolkit 1.1 and LabVIEW 7.0. I am using 'Excel easy table' to write arrays of strings (number strings and titles, etc.) to a spreadsheet but I also want to control the number of decimal places and the number format. I want to use