Capturing Scanned Label data

Hi,
I have a requirement to capture the scanned label, parse it and populate the data into the respective fields of the table control. The label format can be of two types: 1. It can be the combination of Material, Batch and Quantity or 2. It can be only SSCC#.
Process: A popup window will be appeared for scanning the label. When a label is scanned the data(text) is populated into the text field with format <MATNR>|<BATCH>|<QTY> OR <SSCC#> then the data is parsed and populated to the table control of the main screen.
My question here is: When anything is scanned, will PAI triggers automatically or not? If doesn't trigger then how to handle it with in SAP(ABAP)?
Could anyone please help me to solve this.
Thanks,
Murali.

The issue got solved. Scanning gun will be programmed to trigger the PAI (an enter) once the scanned data is scanned into a desired field. Suppress dialog is used for parsing immediately after the scanning is done.
Thanks,
Murali.

Similar Messages

  • SAP WM 6.1 : Barcode Scanning Time&Date stamp capture

    Hi Experts,
    Our client have new requirement: we enable the Barcode scanning functionality for Functional Location in Notification screen, when user scan the functional location we need capture the time & date stamp also.   I am able to capture the functional location but not able to capture the date&time stamp of barcode scanning.
    can any body guide me how to capture the date&time stamp during scanning.
    Thanks
    Chigari

    Chigari,
    How you accomplish this will depend on where exactly you are scanning.
    If you are on a transaction screen you can simply add an additional property to the transaction to store the current date and time.
    If you are scanning to a list screen then you can look at adding / updating the single match action and no match actions to add in a transaction to store the timestamp.
    --Bill

  • I am receiving the data through the rs232 in labview and i have to store the data in to the word file only if there is a change in the data and we have to scan the data continuasly how can i do that.

    i am receiving the data through the rs232 in labview and i have to store the data in to the word or text file only if there is a change in the data. I have to scan the data continuasly. how can i do that. I was able to store the data into the text or word file but could not be able to do it.  I am gettting the data from rs232 interms of 0 or 1.  and i have to print it only if thereis a change in data from 0 to 1. if i use if-loop , each as much time there is 0 or 1 is there that much time the data gets printed. i dont know how to do this program please help me if anybody knows the answer

    I have attatched the vi.  Here in this it receives the data from rs232 as string and converted into binery. and indicated in led also normally if the data 1 comes then the led's will be off.  suppose if 0 comes the corresponding data status is wrtten into the text file.  But here the problem is the same data will be printed many number of times.  so i have to make it like if there is a transition from 1 to o then only print it once.  how to do it.  I am doing this from few weeks please reply if you know the answer immediatly
    thanking you 
    Attachments:
    MOTORTESTJIG.vi ‏729 KB

  • How to capture file modification date and time over the web

    HI!
    I am creating a web based application and I am using webutil package for al lot of my work being that I ma working with renamin,deleting and uploading files for a users machine to the database. There is one functionality thing that I have to do in this application that webutil does not take care of and that is capturing the modification date and time from a file on the users machine. Please help me capture the date and time of a file on the users machine.
    Thanks!

    Since webutil allows you to write file on client PC directory, then you first create a directive file, then host that directive file. the directive file content is just the command lines when you manually do it on PC.
    Refer the ideas--just the ideas not the same built-ins in this URL:
    Hyperlink in forms

  • Routine to capture last month data

    Hello Frnds,
    For a Dataload from the datasource Actual Cost Component Split(0CO_PC_ACT_10), we want to capture last month data ,
    we are planning to write a routine in infopackage level,
    using the option 6-ABAP routine, to select the last month data ,
    we have the time characteristics 0FISCPER, At present we managing the load by manually changing the selection for last month every time ,
    It would be a great help if anybody can show a sample code to select last month data,
    Thanks,
    saty

    If 'last month data' for you is equivalent to 'actual month data', post this code (corrected) into your IPACK dynamic selection:
    DATA: zyear type /BI0/OIFISCYEAR,
    ______zperiod type /BI0/OIFISCPER3,
    ______zfiscper type /BI0/OIFISCPER.
    CLEAR: zyear,
    _______Zperiod,
    _______zfiscper.
    MOVE sy-datum+0(4) to zyear.
    MOVE sy-datum+4(2) to zperiod.
    concatenate  zyear zperiod into zfiscper.
    l_t_range-iobjnm = '0FISCPER'.
        l_t_range-fieldname = '/BI0/FISCPER'.
        l_t_range-sign = 'I'.
        l_t_range-option = 'EQ'.
        l_t_range-low  = zfiscper.
        l_t_range-high = zfiscper.
        APPEND l_t_range.
    Message was edited by: Claudio Caforio

  • Label Data View in Material Master

    Dear Team,
    Despite of performing all below standerd steps, i am not able to view Label Data view in Material Master.
    pls guide
    steps performed.
    1. Check whether the screen sequence SP exists in Customizing for the Material Master under Define Structure of Data Screens for Each Screen Sequence.
    2. Check whether screen 92 has been assigned to screen sequence SP and has the screen type 1 (main screen).
    3. Check under Subscreens whether the subscreens were assigned to screen 92 of the screen sequence SP.
    4. In the Assign Screen Sequences to User/ Material Type/Transaction/Industry Sector IMG activity, set up the users who are allowed to edit the screen sequence and when it appears.
    also I have SAP_ALL Authorization.
    Regards,
    Amol Joshi

    Hello Amol,
    For IMG activity: Define Structure of Data Screens for Each Screen Sequence, for screen sequence 21, with logical screen 92, in subscreen, please see below settings:
    Program: SAPLMGD1 , screen no. is 1002
    Program: SAPLCBGL_LD00 , screen no. is 8020
    Program: SAPLCBGL_LD01, screen no. is 1010
    Regards,
    Niraj

  • System captures the baseline date as the document date

    Hi All,
    User has changed the Baseline date as 05/11/2011 in the parked document 12345644/ 54123456 via t-code FV60, however, when the document was posted, the baseline date u201Cdefaultsu201D to the document date.
    Appreciate any one suggest me on this issue
    Nandha

    Hi Ravi,
    The system is defaults to capture the document date as baseline date,  the user wants to change the baseline date which has been captured by the system, then he changed the baseline date while posting the vendor park invoice.
    later he is saying that the changed baseline date is not taken again it has taken the document only. why it has happend like this.
    one question:- is user can change the baseline date while posting the vendor invoice ?  if he can change how the system should be configured for this where the setting should be made to take baseline date as given by the user.
    Appreciate any one suggest me on this request.
    Thanks
    Nandha

  • Label Data view in the material master

    Hi all,
    I read this SAP help portal that said "The Label Data view in the material master allows you to display or  edit label data that is specific to the material. "..
    may I know where I can find this view in the material master?
    Thanks
    Karen

    Dear Karen,
    This "Label Data" is one View in Material Master.
    While creating the Material using T.Code MM01, when you are on the Selection screen of Various views, it is Last Option.
    i.e. Lable Data
    If this view is not there while creating the Material. then it is MM Configuration.
    That view is assinged to Material Type.
    See in Material Master, Industry Sector and Material Types controls these Views. So with the help of MM Consultnat you
    have  to get that View Configured to your Material Type.
    If you find my answer satisfactory, please grant me the points.
    Regards,
    Amol Joshi

  • Capture who changed data using Forms Personalization & changed to what data

    Dear All,
    When the data is changed to a new data (say the price has been changed), I need to capture
    a) the original data
    b) newly changed data
    c) who changed the data
    into a newly created custom table using FORMS PERSONALIZATION.
    How do I do using FORMS PERSONALIZATION?
    Thanks.
    Matthew

    Hey guys, I did it.... and it does work. Here is what I did.
    I created a table to capture the required data.
    CREATE TABLE XYKA_PRICE_CHANGE_DTLS
    LIST_LINE_ID NUMBER,
    PRODUCT_ID VARCHAR2(240),
    PRODUCT_ATTR_VAL_DISP VARCHAR2(4000),
    NEW_PRICE NUMBER,
    DIV_NAME VARCHAR2(240),
    PRICE_CHANGED_BY VARCHAR2(6),
    PRICE_CHANGED_TIME DATE,
    OLD_PRICE     NUMBER
    Create two procedures which needs to enter data into this XYKA_PRICE_CHANGE_DTLS table. We will pass values from FORMS PERSONALIZATION by calling this
    procedure in the ACTION tab.
    CREATE OR REPLACE procedure PRICE_CHANGE_DETAILS(price IN number,updated_by IN varchar2,disp IN varchar2,prod_id IN varchar2,line_id IN number,head_id in number,old_price in number) AS
    v_name varchar2(240);
    BEGIN
    select name into v_name from qp_secu_list_headers_v where list_header_id = head_id;
    insert into XYKA_PRICE_CHANGE_DTLS(NEW_PRICE, PRICE_CHANGED_BY,ITEM_NUMBER,PRICE_CHANGED_TIME,PRODUCT_ID,LIST_LINE_ID,PRICE_LIST_NAME,OLD_PRICE) values (price,updated_by,disp,sysdate,prod_id,line_id,v_name,old_price);
    COMMIT;
    END;
    CREATE OR REPLACE procedure APPS.PRICE_CHANGE_DTLS(price IN number,updated_by IN varchar2,disp IN varchar2,prod_id IN varchar2,line_id IN number,head_id in number,old_price in number) AS
    V_PRICE_CHANGED_TIME date;
    V_PRODUCT_ID varchar2(240);
    V_LIST_LINE_ID number;
    V_count number := 0;
    BEGIN
    select count(*) into v_count from XYKA_PRICE_CHANGE_DTLS
    WHERE LIST_LINE_ID = line_id AND PRODUCT_ID = prod_id AND NEW_PRICE = price;
    if nvl(v_count,0) = 0 THEN
    PRICE_CHANGE_DETAILS(price,updated_by,disp,prod_id,line_id,head_id,old_price);
    else
    null;
    end if;
    END;
    In fact, I want to capture the current price and the changed price in pricing which is OPERAND field in qp_list_lines_v table (OM MANAGER > PRICING > PRICE
    LISTS > PRICE LIST SETUP)
    In the FORM PERSONALIZATION, enter the seq and the description
    Seq          1
    Description     GLOBAL_VARIABLE
    Level          Function
         In the CONDITION tab
              Trigger Event          WHEN-NEW-ITEM-INSTANCE
              Trigger Object          LIST_LINES.OPERAND
              Processing Mode     Not in Enter-Query Mode
              Level               Site
    In the ACTION tab
              Seq          1
              Type          Property
              Description     Operand Value
              Language     All
              Object Type     Global Variable
              Target Object     XX_EXIST_OPERAND_VALUE
              PropertyName     VALUE
              Value          ${item.list_lines.operand.value}
              Seq          2
              Type          Property
              Description     USER
              Language     All
              Object Type     Global Variable
              Target Object     XX_USER_ID
              PropertyName     VALUE
              Value          =fnd_global.user_id
    Seq          2
    Description     CONDITION & PASSING PARAMETER
    Level          Function
         In the CONDITION tab
              Trigger Event     WHEN-VALIDATE-RECORD
              Trigger Object     LIST_LINES
              Condition     ${item.list_lines.operand.value} <>${global.XX_EXIST_OPERAND_VALUE.value}
              Processing Mode     Not in Enter-Query Mode
              Level               Site
    In the ACTION tab
              Seq          1
              Type          Builtin
              Description     PASSING_VALUE
              Language     All
              Builtin Type     Exceute a Procedure
              Argument     ='begin PRICE_CHANGE_DTLS('''||${item.list_lines.operand.value}||''','''||${global.XX_USER_ID.value}
    ||''','''||${item.list_lines.product_attr_val_disp.value}||''','''||${item.list_lines.product_id.value}
    ||''','''||${item.list_lines.list_line_id.value}
    ||''','''||${item.list_lines.list_header_id.value}||''','''||${global.XX_EXIST_OPERAND_VALUE.value}
    ||''');end'
    Click APPLY NOW button. Save it and the close this FORMS PERSONALIZATION. Go back to the navigation and then click on the module. Try changing the price.
    Your current and the newly changed price along with who changed it, time etc will be inserted into XYKA_PRICE_CHANGE_DTLS table.
    Edited by: e-brain on Sep 14, 2009 11:21 AM
    Edited by: e-brain

  • GLM: use scenario as validity area in label data view

    Hi experts,
    In the view label data of the material master I managed data for the labeling determination of GLM.
    I understood that is possible to use scenario as validity area in this view in order to narrow the results of the label determination by scenario and packaging unit.
    Could you detail me please how to proceed (custo + data + ...) to use this features?
    Thanks and Regards,
    /Ludo

    Hello MIke,
    Thank you for your reply. I followed your instructions then I maintened my scenario as validity area in label data  but the system doesn't found label in GLM.
    In activity "Specifiy Validity Area Categories", do I need to specify a table, a field and a validity area check function?
    Here the log of GLM:
    -Label category ZLB_REG2 filtered using validity area SCENARIO ("strange because I put "GENERIC" in label data as validity area)
    -No gen. variant found for mat. 000000000000090026, packag. unit DR, and label cat. ZLB_REG2
    If I delete the validity area "GENERIC" in label data, system found label.
    Regards,
    /Ludovic

  • Capturing previous year data

    Hi ,
    I've the data something like this :
    Fiscal Year     Fiscal Period     Metric     Inventory
    2001             January             Auto            3160561.67
    2001             February        Auto            2962785.92
    2001             March             Auto       3451301.7
    2002             May                     Auto       3319819.79
    2002            June                     Auto             3972317.49
    2002            July                     Auto             3743610.69
    2002            August             Auto             3772486.83
    I've a combo for fiscal  year and based upon the year selection its data is displayed in a Pie chart
    and when I select a particular fiscal year its previous year data and selected year data should be displayed in a pie chart.
    How to capture previous year data?
    Thanks
    Ram

    Ram,
    I will share the sample xlf file, you can contact me through my profile.
    -Anil

  • Block level backup engine Samsung SSD 840 EVO partition labeled "data"

    Replaced the hard drive in my Dell 1545 laptop with a Samsung SSD 840 EVO.
    Everything beautiful.
    Am running Windows 8.1 - again everything beautiful.
    Thought I would run "System Image Backup" (off the File History page).
    failed - Microsoft error code 0x80780119
     because Samsung Migration tool created a first partition labeled "data"
    (don't know whose data this might be suspect it has nothing to do with the OS but is required for the SSD, perhaps for MBR boot purposed.)
    This "data" partition is very small and 99% full: no room for the VSS backup requires.
    Bypassed that problem with:
    PS C:\> wbAdmin start backup -backupTarget:H: -include:C:\
    which runs perfectly, except for the warning,
    " Note: the list of volumes included for backup does not include all the volumes that contain operating system components. This backup cannot be used to perform a system recovery. However. you can recover other items if the destination media type Supports
    it."

    Hi,
    Glad to hear that you've found a workground to backup the data and thanks for sharing the experience here. Regarding to the Samsung "data" partition, yes, as you mentioned, it is related with Samsung Migration software, so I think members working
    on Samsung will be familiar with this partition.
    http://www.samsung.com/in/support/category/storage/solidstatedrive/
    NOTE
    This response contains a reference to a third party World Wide Web site.
    Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Can someone capture a timecode DAT for me in the CT-area?

    I didn't have any luck obtaining a timecode DAT. I was wondering if someone in the CT-area could capture a timecode DAT for me, in FCP, and place the audio in a timeline utilizing the DAT's timecode. Pretty simply and I would be much appreciative.

    I've got a place in Stamford that I think can do this for you.
    e-mail me off list

  • How can I capture the screen data sheet from netwrork analyzer?

    Hi All!
    Could you help help me this! I want to capture the screen data from network analyzer, and save it to my PC. How can I do that with LabVIEW 8.0?

    Hello,
    Do you know if the 8722A is similar to the 8722B or C model?  We have a LabVIEW driver for those, but the A model is not listed.  Click here to go to the driver download site.  Even though your instrument may not be on the list, the driver may still work with your instrument, so I recommend downloading and installing it to see if you get anything. 
    When you want to capture the whole screen, what exactly do you mean?  Do you want to capture an actual screenshot of the display of the analyzer or do you just want to capture all the data in digital format and send it into LabVIEW? Do you need an excel type file?  Are you seeing the display on the instrument itself or a user interface panel program on your computer?  If on your computer, is it LabVIEW or a different software program?  I am sorry, but I am not familiar with your instrument or how it works, but hopefully we can get this figured out for you!
    Chris R.
    Chris R.
    Applications Engineer
    National Instruments

  • To capture the joining date

    Hi,
    Is it possible to capture the joining date required by the applicant in PB10?
    We want to capture the time required for joining for an applicant i.e 1 or 2 months. How this can be be captured in PB10 screen.  Please let me know the table name and how to configure it
    Request if anyone can help me out with this.

    There is an option available in pb40 where you can create a new action called "tentative date of joining" try it out. It may fit your requirement. If you execute TOJ, you get an action screen where you can maintain the possible date of joining. Once you save it, it gets back to PB40 screen. It can also be used to send follow up reminder mails to the applicable people by setting the infogroup as a flag in feature M0001 on an appropriate idtext. If that is not enough you can further create new action with your custom names and behavior with dynamic actions.
    You must configure new action as follows
    SPRO -> Personnel Management -> Recruitment -> Applicant Actions -> Change applicant actions
    Here make new entry witha code "xx" and name "Tentative date of joining", status should be 1 or what ever applicable, you can check mark enter personnel area, applicant group and applicant range, it is not mandatory. it is just for selection criteria. then leave infogroup empty and checkmark update infotype.
    Next step go to following path:
    SPRO -> Personnel Management -> Recruitment -> Dialog Controls -> Change Action Menu -> Applicant Actions Menu
    Make new entry here with applicable usergroups, sequence where this TOJ must appear in PB40 and then insert "xx" as your customized action, then check for the same if it appears in pb40 and and working. You must get a screen where applicant action is shown. Once entry is made and saved it gets back to pb 40 and not other IT will be displayed.

Maybe you are looking for