Barcode use for Delivery doc number insert into FedEx Ship Manager

Hi Experts,
I'm new to scanners and a client asked if they can use a scanner to insert the delivery document number into FedEx Ship Manager. (They already have a add-on that will then popuolate the rest of the Delivery details in FedEx Ship Manager)
Is this possible?
What Scanners is supported by SAP?
Any help would be appreciated.
Marli

Hi Marli,
Most of the time the client would be happy with a simple wedge scanner, either wired or wireless, to scan a barcoded Delivery Number into FedEx Ship Manager.  They can be programmed to automatically hit return after the scan to initial the import.  A wedge scanner is compatible at a hardware level, think of it like a keyboard.  The scanner basically "types" the number into the field. 
You would also need to make a barcode on your print out for the Delivery (or Pick or Pack). The PLD includes a Barcode format, as does Crystal Reports (Right click,convert to Barcode).  Just duplicate the Doc Num, and change the format.
Hope it helps..
Daryl

Similar Messages

  • How  to  look for  fi doc  number in cj88

    HI  expert:
          when I  run cj88.   the system generate FI  doc number.   how to look for FI doc number.
    can you tell me !
    thank you !!!!

    Hi,
    You can see the FI Doc. thru' given instruction
    Go to T-code CJI3 then fillup the WBS no. in which you want to see the Settlement document.
    Execute then filter up document type AA  double click on this & click on FI document.
    Hope it will solve your problem.
    Regards,
    Vishal Kr. Sharma

  • Performa invoice for delivery Doc

    Hi,
    I want to know the steps to create performa invoice for delivery doc.
    Regards,
    Supriya.

    hi ,
    create with billing document with reference to delivery document and the billing type here it is F8 ( Proforma inv.f Dlv).
    Regards,
    Praveen

  • I have two pdf docs that I used Acrobat to convert to word docs.  How do I extract one page from one doc to insert into the other doc?

    I have two pdf docs that I converted to Word Docs using Acrobat Pro.  How do I extract one page from the first doc and insert it into the second doc?  When I "select all" it grabs the entire document.  I need to take pages out, put other pages in, and edit some of the text.

    HI djlarp,
    Try triple-clicking in the text that you want to select--it can sometimes be tricky to select text in a converted document. If that doesn't work, it could be that the PDF document was created from a scanned document, and OCR wasn't enabled when you converted the document. (However, OCR is enabled by default when you convert via the ExportPDF website.)
    If you're unable to select text by triple-clicking, let us know. I would be happy to take a closer look at your files.
    Best,
    Sara

  • Use of sequence numbers while inserting into tables

    Hi,
    Consider i have a stored procedure where i insert records into 30 to 40 tables.
    for example i have a table A and a sequence SEQ_A for that table.
    Is there any difference in performance in the following two ways of
    insertion,
    1. select SEQ_A.NEXTVAL into variable_a FROM DUAL;
    INSERT INTO A VALUES(variable_a);
    2.INSERT INTO A VALUES (SEQ_A.NEXTVAL).
    I have 30 to 40 insert statements like that in method 1.
    if i replace it by method 2. will there be any improvement in performance?
    Thanks & Regards
    Sundar

    This could be interesting. I agree that triggers should be used for data integrity, though even better is to only allow write access to tables via stored procedures.
    Anyway while you are waiting for the test case that shows triggers are faster, which could take some time, it is quick and easy to come up with a test case that shows the opposite.
    SQL> create table t (id number, dummy varchar2(1));
    Table created.
    real: 40
    SQL> insert into t select s.nextval, 'a' from all_objects;
    29625 rows created.
    real: 5038
    SQL> rollback;
    Rollback complete.
    real: 40
    SQL> create trigger tt before insert on t
      2  for each row
      3  begin
      4     select s.nextval into :new.id from dual;
      5  end;
      6  /
    Trigger created.
    real: 291
    SQL> insert into t select null, 'a' from all_objects;
    29626 rows created.
    real: 13350
    SQL> rollback;
    Rollback complete.
    real: 1082
    SQL>Note with triggers even the rollback took longer.
    Martin

  • PHP create array/variable for two dropdowns and insert into one column

    Hello,
    I have been trying for days to get this to work. Any help would be very appreciated.
    The dropdown code:
    <?php //Dropdowns for hours and minutes
    $hour = array (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16);
    $min = array (.00, .25, .50 ,.75);
    echo '<span class="red">Hours :</span><select name="hour">';
    foreach ($hour as $value1) {
    echo "<option value=\"$value1\">$value1</option>\n";
    echo '</select>';
    echo '<span class="red">Quarter Hours :</span><select name="min"';
    foreach ($min as $value2) {
    echo "<option value=\"$value2\">$value2</option>\n";
    echo '</select>';
    //Dropdowns for hours and minutes
    //Create variable to send to the time field using a hidden field
    function input_time($value1, $value2) {
    $time = count($value1 + $value2);
    return $input_time;
    ?>
    <input name="time" type="hidden" value="<?php echo "$input_time";?>" />
    The Schema:
    CREATE TABLE `ND_time_sheet` (
      `time_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
      `day` varchar(10) NOT NULL DEFAULT '',
      `date` varchar(8) NOT NULL DEFAULT '',
      `project_id` varchar(8) DEFAULT NULL,
      `non_bill` tinytext,
      `staff_id` varchar(5) NOT NULL DEFAULT '',
      `time` decimal(3,2) unsigned zerofill DEFAULT NULL,
      `type` varchar(30) NOT NULL DEFAULT '',
      PRIMARY KEY (`time_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1
    Thanks!

    9677670421 wrote:
    hi... i am trying to do the same but i am having the 2D array of data when first time if i clicked in table it should show the the first row values and if i again clicked same value should show in the second row and so on... but insted in my code if clicked (using insert into array ) at a time it is showing two rows of the data pl help me ..........
    This seems to be a different problem, so you should have started a new thread instead.
    Can you show us your code, tell us what you are clicking, tell us what you get and what you expect to get instead. Thanks.
    LabVIEW Champion . Do more with less code and in less time .

  • How to get OBJECT for FI Doc number?

    HI Experts,
    I want to use FM NUMBER_GET_NEXT to get the next doc number for FI document, But there have a parameters in this FM is OBJECT, can any friends tell me how to get this parameters for FI doc?? Thanks in advance and your be rewarded once it is helpful.

    Hey Joe,
    The object and other details are configured in the transaction  'SAP number Ranges'' SNRO.
    I do not know under what circumstances you want to use the FM 'GET_NUMBER_NEXT' but doing this will increase the current number in the number range by 1.
    If you are planning to pre determine what is the number of the FI document that will be created, then this is not the right solution.

  • What algorithm does Excel 2010 use for Pseudo Random Number Generation (MT19937?)

    Does Excel 2010+ use the Mersenne Twister (MT19937) algorithm for Pseudo Random Number Generation (PRNG), implemented by the RAND() function?
    This has been a nagging question for some time now, with "hints" that it indeed does.  However, a relatively thorough search turns up no definitive documentation.  The most direct indication is perhaps given by Guy Melard [Ref 9] where
    he tests Excel 2010's RAND() function using the Crush battery of tests in TestU01 by L'Ecuyer & Simard.  Melard references a "semi-official" indication that Microsoft did indeed implement MT19937 for the RAND() function in
    Excel 2010, but this reference no longer seems to be available. http://office.microsoft.com/enus/excel-help/about-solver-HP005198368.aspx?pid=CH010004571033.
    The other references below [Ref 1-10] document the history of the statistical suitability of the PRNG and probability distributions in various versions of Excel.  This includes the Wichmann-Hill PRNG implementations supposedly (arguably) used in
    Excel 2003 & 2007 for random number generation.  But still, we have no answer as to which PRNG algorithm is used in
    Excel 2010 (and 2013 for that matter).
    Microsoft indicates that RAND() has been improved in Excel 2010; Microsoft states, "...and the RAND function now uses a new random number algorithm." (see https://support.office.com/en-ca/article/Whats-New-Changes-made-to-Excel-functions-355d08c8-8358-4ecb-b6eb-e2e443e98aac). 
    But no details are given on the actual algorithm.  This is critical for Monte Carlo methods and many other applications.
    Any help would be much appreciated. Thanks.
    [Ref 1] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 97. 
    Computational Statistics & Data Analysis. Vol. 31 No. 1, pp 27-37. July 1999.
    http://users.df.uba.ar/cobelli/LaboratoriosBasicos/excel97.pdf
    [Ref 2]L. Knüsel.  On the accuracy of the statistical distributions in Microsoft Excel 97. Computational Statistics & Data Analysis. Vol. 26 No. 3, pp 375-377. January 1998.
    http://www.sciencedirect.com/science/article/pii/S0167947397817562
    [Ref 3]B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2000 and Excel XP. 
    Computational Statistics & Data Analysis. Vol.40 No. 4, pp 713-721. October 2002.
    https://www.researchgate.net/publication/222672996_On_the_accuracy_of_statistical_procedures_in_Microsoft_Excel_2000_and_Excel_XP/links/00b4951c314aac4702000000.pdf
    [Ref 4] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2003. 
    Computational Statistics & Data Analysis. Vol.49. No. 4, pp 1244-1252. June 2005.
    http://www.pucrs.br/famat/viali/tic_literatura/artigos/planilhas/msexcel.pdf
    [Ref 5] L. Knüsel. On the accuracy of statistical distributions in Microsoft Excel 2003. Computational Statistics & Data Analysis, Vol. 48, No. 3, pp 445-449. March 2005.
    http://www.sciencedirect.com/science/article/pii/S0167947304000337
    [Ref 6]B. McCullough, D.Heiser.  On the Accuracy of Statistical Procedures in Microsoft Excel 2007. 
    Computational Statistics & Data Analysis. Vol.52. No. 10, pp 4570-4578. June 2008.
    http://users.df.uba.ar/mricci/F1ByG2013/excel2007.pdf
    [Ref 7] A. Yalta. The Accuracy of Statistical Distributions in Microsoft<sup>®</sup> Excel 2007. Computational Statistics & Data Anlaysis. Vol. 52 No. 10, pp 4579 – 4586. June 2008.
    http://www.sciencedirect.com/science/article/pii/S0167947308001618
    [Ref 8] B. McCullough.  Microsoft Excel’s ‘Not The Wichmann-Hill’ Random Number Generators. Computational Statistics and Data Analysis. Vol.52. No. 10, pp 4587-4593. June 2008.
    http://www.sciencedirect.com/science/article/pii/S016794730800162X
    [Ref 9] G. Melard.  On the Accuracy of Statistical Procedures in Microsoft Excel 2010. Computational Statistics. Vol.29 No. 5, pp 1095-1128. October 2014.
    http://homepages.ulb.ac.be/~gmelard/rech/gmelard_csda23.pdf
    [Ref 10] L. Knüsel.  On the Accuracy of Statistical Distributions in Microsoft Excel 2010. Department of Statistics - University of Munich, Germany.
    http://www.csdassn.org/software_reports/excel2011.pdf

    I found the same KB article:
    https://support.microsoft.com/en-us/kb/828795
    This was introduced (according to the article) in Excel 2003. Perhaps the references in notes 2 and 3 might help.
    The article describes combining the results of 3 generators, each similar to a Multiply With Carry (MWC) generator, but with zero carry. MWC generators do very well on the Diehard battery of randomness tests (mentioned in your references), and have
    very long periods. But using zero carry makes no sense to me.
    Combining the three generators only helps if the periods of the 3 are relatively prime (despite what the article implies). Then the period of the result will be the product of the 3 periods. But without knowing the theory behind these generators, I have
    no idea what the periods would be. The formulas for MWC generators fail here.
    Richard Mueller - MVP Directory Services

  • Automatic payment program use for Customer doc's

    I can understand how APP will pay off vendor docs automatically but i know its used for customer documents also... i can't understand the logic of using a payment program on Customer docs.>?? can any expert give me a reason why????
    i know its used for making some payment notices or some sort of a list of customer's from whom payment is due.. is this correct... please clarify thanks
    Secondly with dunning.. again, this is used to fig who owe's me money and for how long but is dunning used with Vendor's accounts as well, If yes, whats the logic and what doc are created for that. .thanks

    Hi Benson,
    Yes APP is used for customers as well. Suppose you have your customer had made you down payement and you are not able to deliver the goods for anty reason. In this case you have to pay your customer back. So you can use APP for that. This is only one of  business conditions.
    Yes in case of Vendors you can also do dunning. The reasons can be many. Like you have made a down payment to the vendor for particular rawmaterail but your vendor had not yet delivered the goods. So in that case you can dunn the vendor.
    Hope it makes you clear.
    Regards
    Pratiksha
    *Please assign points if helpful

  • BAPI for delivery doc creation required

    Hi All,
    I need to develop a program wherein I need to create a sales order, delivery order, PGI(post goods issue) and invoice.......I have identified the bapi for sales order creation as bapi_sales_order_create..
    I request u to kindly help with the others....lemme know the relevant bapis for the others...

    Hi,
    Chk the FM's given below..Hope this will help you...
    BAPI For Delivery Order
    BAPI_DELIVERYPROCESSING_EXEC
    BAPI to post a Goods issue
    BAPI_OUTB_DELIVERY_CONFIRM_DEC "inbound Delivery
    Filling HEADEWR_DATA-DELIV_NUMB, HEADER_CONTROL-DELIV_NUMB, DELIVERY with the delivery number and HEADER_CONTROL-POST_GI_FLG with 'X' does the job.
    BAPI_OUTB_DELIVERY_CONFIRM_DEC " outboung Delivery
    Reward Points if helpful.
    Regards,
    Harini.S

  • Output Determination for Delivery doc

    Hi Friends,
    I am not able to see any output types maintained for delivery documents.......LD00 is the output type for delivery..so whr the setup exists in IMG?.....thanks in advance.....

    Hi
    You can go to NACE t-code to check for your output type. On the main screen, select "Shipping" and click on "Output Types" icon on top.
    Search for your output type say LD00. You will be able to see what is the driver program against it and what form (standard SAP or customized) is attached to it for printing purpose.
    Go to VV23 T-code and input your condition type LD00 and click on "condition info" and execute it. You will be able to see what condition records are maintained against that output type. If you dont get any entries then condition records have to be maintained. For this you can go to VV21 T-code and maintain the condition type LD00 for printing against any access sequence available in your system.
    Hope this helps
    Regards,
    Syed Nasir

  • HT4597 The iDisks have a Public Folder useful for sharing docs. Will there be something similar on iCloud?

    The iDisks have a Public Folder which is very useful for sharing documents.   Will there be a similar feature on iCloud?
    barkely

    iCloud does not provide this facility. You will need to look for a third-party alternative - this page examines some options:
    http://rfwilmut.net/missing3

  • Syntax for Merge statement to insert into target and update source

    Hello All,
    I want to use Merge statement to insert records when not matched in my target and update records in source when matched. Is it possible to do using Merge statement.
    create table a (aa number)
    create table b (bb number)
    alter table a add flg char(1)
    merge b as target
    using a as source
    on (target.bb = source.aa)
    when matched then
    update set source.flg = 'Y'
    WHEN NOT MATCHED THEN
    insert (target.bb)
    values
    (source.aa)
    Thanks.

    Hi,
    I have no idea about the version of DB, else some new features with respect version can be specified - just for informaitve purpose and to post across the verison of DB in future posts.
    Coming to your issue and requirement.
    if you check the syntax and functionality , then its on Merge on target base only - with respect to Update (matched o columns) and insert (for unmatched columns). Source - as the term is clear. It might not work out on source table.
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

  • Sales order stock not able to use for delivery

    Hi,
    I am facing a issue for special stock of material.
    During cut over activity some documents are created in system. One of them was a sales order and then stock was also uploaded for the sales order.
    In our business special stock was required and hence stock was uploaded using 561E.
    Now in between we had archived these material documents (561E). As an effect in MMBE we are able to see special stock for material but if we click on it no sales order number is displayed. The sales order is still active. At warehouse report that is MB52 sales order number is displayed.
    Now when we are trying to do delivery for this sales order system is giving error message that "sales order stock does not exists" M7 184.
    I am not able to do any type of movement with this stock.
    I tried to correct this stock inconsistency using transaction MB5K and there were no records.
    Please guide me how to get rid of this issue.
    Thanks and Regards,
    Adwait Bachuwar

    You can even archive material documents the day after its creation, there is no defined dependency.
    And your error is certainly not caused by an archived material document.
    I just wonder a bit why a sales order stock is lying for 2 years in your system, this is usually short term stock, goods issued very soon after its production, as it is specially produced for one sales order.
    I am not in a SAP system today as we have a public holiday to double check the values from your screen shots with my system.
    Right now I somehow feel that there is something wrong with the special stock number seen in your MB52 screenshot, there is a space between the / the the first zero
    Also I do not see any batch number and special stock number in MMBE screen
    Can you add a screenshot from your sales order, does it really have this number which is seen in the special stock field?

  • How to get Delivery Doc Number From Picking List Number?

    Helo All...
    How can I get the delivery document numbers from the picking list numbers?
    Thanks

    Try using transaction SE16 and table VBFA- subs. doc category Q should give a list of pick list numbers the preceding document is the delivery. Note you may have to go to settings> fields for selection to choose subs doc categ.  so that it appears as a selection.

Maybe you are looking for

  • Scenario for data transfer from CRM to BW

    Hi Guru's, Could any one tell me what kind of scenario (e.g. file to file, Idoc to file etc) is used to transfer the data between the following systems using XI interface: Also, tell me how we can do it...... 1. CRM to BW 2. Informatica to BW 3. R3 t

  • How to use the fm crm_crmm_pr_salesg_get?

    Hi, Need help with the usage of FM crm_crmm_pr_salesg_get. My requirement is to retrieve the account assignment group attached with a product. regards Priyanka

  • I need all the vi which is related to tktds8k plug play demo.vi in TDS2024B osil

    I want to run the tktds8k plug play demo.vi which is in TDS2024B osilloscope's  PC commumication CD-ROM but I don't hve the vies which are in this program. would you mind helping me,please? thank you. 

  • Force iCloud to use network proxy settings.

    It seems that iCloud does not use the system wide proxy settings. I am in college and we must use the authenticated system proxy, and iCloud has been unable to update since I have been here. How can I force it to use the authenticated protocol?

  • Adobe captivate - install issue

    trying to install adobe captivate 32-bit but keep getting error msg. that No subscription found. adobe support is not helpful as they want us to add their license servers to our proxy servers but we get this error msg. even on a home network. any hel