Any way to update additional fields for SDLS with equipment at serial no cr

Dear all,
In the serializing procedure SDLS in the serial no profile
there is an option to create equipment alongwith serial no
creation. Currently it is updating only customer no into the
equipment master .
Is there any way to update additional fields into the equipment
master at the time of serial no capture ?
regards
Magi

I think basically the answer is no, and even if you could I don't think it would help you much. A virtual machine error is exactly that, an error in the VM, not your code. The only thing I can suggest is that, if you want to see if your app is falling over in the same place every time, you use something like log4j.

Similar Messages

  • Any way to update album art for lots of Movies automatically?

    I have several hundred movies in mp4 format that have album art with the exact same filename except ends in .jpg instead of .mp4. I'd like to update the album art in these movies and figured out how to do it manually via iTunes. However, I'm looking for any way to do this easier than manually doing it one by one. Any good scripts or programs out there that can read a directory and insert the album art into the mp4 file?
    Thanks,
    Kevin

    Had this problem and think I have solved a work round although simple copy and paste we used to have would be so much better to have back - APPLE PLEASE NOTE! - sorry I think that deserves a shout.
    I regularly add cd's to my library which don't have artwork on itunes so I search and used to be able to copy the image and paste straight into itunes but not with itunes 11.
    Work around I have found is as follows.
    Locate Artwork, right click and "Add image to iPhoto library"
    Locate album in itunes.  Right click and "Get Info".
    Double click on the artwork frame and will open window showing your files. 
    Open photos and locate your saved artwork photo.
    Select and click open.
    Click OK on the Multiple Item information window and itunes will update the tracks on the album with the artwork.
    It worked for me so hope it does for you.

  • Any way to update key field of PD infotypes

    Hi All.
    We want to change BEGDA of some PD infotypes via a background program.
    We are able to change other fields via FM RH_PNNNN_MAINTAIN. But it does not update the key fields.
    Any way to do that except delete and insert a new record?
    Thanks in adv.

    Contents of key fields cannot be changed in any table record
    The only way of doing it is:
    delete and insert a new record

  • Any way to select all emails for delete with one touch?

    The only time I really need to see emails on my iPhone is when I am away from home. When I am home, and receive a huge number of emails on my iMac, I also receive the same ones on my iPhone.
    I review them on the iMac, and then have to delete them from the iPhone. I go into the account on the iPhone and touch edit, but then have to scroll and check off each one so I can delete them.
    Is there any way to "select all" instead of checking off each one?

    The iPhone's mail client does not synchronize with the incoming mail server for a POP account. The iPhone's mail client is no different in this regard from accessing a POP account with an email client on your computer. You have an option to remove messages from the server when downloaded for a POP account with the iPhone's mail client as is available with an email client used on your computer to access a POP account.
    All server stored mailboxes with an IMAP account are kept synchronized with the server automatically with each email client used to access the account including with the iPhone's mail client. A POP account is not synchronized with the server - not with the iPhone's mail client or with an email client on your computer.

  • Ideal way to update a field in a table

    Hi All,
    We need to update a field in a table which have some 8 million records.
    The value of the field needs to be updated in all the above mentioned records.
    Now, we have an input file with all the primary key fields and the field to be updated.
    Can any one suggest the ideal way to update the field.
    1.     Updating the database for each record.
    Loop at itab.
    Update…….
    Endloop.
    2.     Updating the database with a set of 100 records.
    We are planning to schedule the job in the background.
    Thanks for your help.
    Regards,
    Krishna

    Hi,
    be very carefull with the update, ´cause you can damage 8 million records !!
    You better use instruction Update for this:
    update mytable set field = value where conditions.
    Try to use all key fields in the conditions and never use something like
    update mytable set: field1 = value1
                        field2 = value2
                        field3 = value3 where conditions.
    The loop in your case 1 is not absolutely necessary, ´cause you update a whole bunch of records at once with the conditions in Update.
    Test the changes in the development system before you do it in production

  • Additional Fields for Substitution

    Dear friends
    Is it possible to add additional fields for substitution in OBBH.
    When I checked in OBBH I didnt find the Document type in the available list.
    I want to substitute document type for each profit center wise for each transaction.
    Regards
    Kiran A

    Hi kiran kumar,
    For your requirement that field not available in header level in substitution so first we have to get that field through this way
    If you want Document type BKPF-BLART - in header level .
    Go to SM30  there Give Program name VWTYGB01 select maintain button.
    There select the table BKPF and field names BLART and remove the check box exculde flag for those fields.
    Now check that field is availabel in header level at OBBH
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • Any way to update PO document through DTW without using "Doc Entry"

    Dear all,
    Just have a question.
    I need to use DTW to update existing PO document. I realized that I have to have Doc Entry to be entered in the DTW template.
    Is there any way to update PO document through DTW without using that field, "Doc Entry"?
    thanks
    Tony

    Tony,
    A similar situation related to Bank files was resolved with one of my clients on the following way...
    The file from the Vendor can be an any order or format on the Excel.  Till the time it is consistant it should work fine..
    We created a Job in SQL Server to read this Excel file and to use the DocNum to get the DocEntry from SAP PO and output another excel file which is exactly the template format for PO Update.
    This may even not be required in your case.....
    You can get this done through an Excel Macro....which will connect to the database and using the DocNum get the DocEntry and update the Excel....
    This is 100% achievable and a better solution for regular use
    Suda

  • Any way to pass Multiple Values for a single Label in the Parameter?

    I have a Report that Contains 2 Parameters, @Customer & @Area. When trying to set up the Available Values for @Area, I'm having issues using multiple values for one Label, i.e. = "4006" Or "4610"
    One of the Filters in the Report is an Operation number, which is the [OPERATION] field, which is setup as a filter on the Tablix referencing the @Area parameter. 
    PROBLEM: I cannot retrieve any data when trying to use the ‘Or’ Operator here. If I simply put “4006” or “4610” I retrieve data, but when trying to combine it returns no data.
    Example, I need to allow a user to select ‘Chassis Incoming’, which would include data from Operations 4006 & 4610.
    QUESTION:
    Any way to pass Multiple Values for a single Label in the Parameter?
    I realize the typical solution may be to use ‘Multi-Value’ selection, but in this case we want the User to select the Area and the multiple values for Filtering will be automatically determined for them. Otherwise, they are subject to not getting
    it correct.
    I have tried several different ways, such as =”4006” Or “4610”, =(“4006”, “4610”), = In(“4006”, “4610”), etc….
    Note: We are using Report Builder 3.0

    Based on my experience, there's no way to 'intercept' the query that gets passed back to SQL Server, so a Split wouldn't work.
    Try creating either a function or stored procedure using the code below (compliments to
    http://www.dotnetspider.com/resources/4680-Parse-comma-separated-string-SQL.aspx) to parse the string: 
    CREATE FUNCTION dbo.Parse(@Array VARCHAR(1000), @Separator VARCHAR(10))
    RETURNS @ResultTable TABLE (ParseValue VARCHAR(100))AS
    BEGIN
    DECLARE @SeparatorPosition INT
    DECLARE @ArrayValue VARCHAR(1000)
    SET @Array = @Array + @Separator
    WHILE PATINDEX('%' + @Separator + '%' , @Array) <> 0
    BEGIN
    SELECT @SeparatorPosition = PATINDEX('%' + @Separator + '%', @Array)
    SELECT @ArrayValue = LEFT(@Array, @SeparatorPosition - 1)
    INSERT @ResultTable VALUES (CAST(@ArrayValue AS VARCHAR))
    SELECT @Array = STUFF(@Array, 1, @SeparatorPosition, '')
    END
    RETURN
    END
    Once created you can do things like this:
    SELECT * FROM Parse('John,Bill,David,Thomas', ',')
    SELECT * FROM (SELECT 'John' AS TestName union select 'David' AS TestName) AS Main
    WHERE TestName IN (SELECT ParseValue FROM dbo.Parse('John,Bill,David,Thomas', ','))
    This is what your SQL query would probably look like:
    SELECT OperationID, OperationName FROM dbo.Operations
    WHERE AreaID IN (SELECT ParseValue FROM dbo.Parse(@Area, ','))
    You may need to fiddle around with the Separator depending on whether SQL Server inserts a space between the comma and next value.

  • Is there any way to create a reminder for "today"?

    Is there any way to create a reminder for "today" in the new Reminders app? I used to be able to pull up the "today" list and add things that would go to my default list but automatically show up for today but now it looks as though that option is gone.  Additionally, any way to get dates/times to show up with reminders in the Notification Center?

    Hey chewie314,
    Thanks for the question. From the information you provided, it sounds like you might be looking for the "Scheduled" view. This view will show all of your reminders that are scheduled in a list. To access the schedule view, click the icon:
    Reminders - iPhone User Guide
    http://help.apple.com/iphone/7/#/iph88463e18
    Thanks,
    Matt M.

  • Additional Fields for Report FBL1

    Dear All
    I need to add User Name field (USNAM) and few other fields to the layout for report FBL1(Vendor open line items).
    I have added the field USNAM under "Define Additional Fields for Line Item Display". But the field is still not showing up for selection in the report FBL1.
    Pls advice.
    Rgds
    Nitika

    Hi Nikita,
    Once you have added special filed you have to run the below mentioned program to extend the new filed in FBLxN report.
    Run below program from SE38:
    RFPOSXEXTEND
    BALVBUFDEL
    The correct way to fix this is mentioned in SAP note 984305. Running report BALVBUFDEL resets the buffer.
    The special field is now available in the layout selection.
    Hope this helps.
    Pls assign points as way to say thanks

  • Additional fields for bp duplication check

    Hello,
    I'm in a process of implementing ADDRESS_SEARCH BADI. Is there any way to bring additianal fields (phone number and date of birth) to the BADI interface?
    Thanks

    Hi Rahul,
    Sure, this can be easily configured.
    There is a BADI - ADDRESS_SEARCH which is used to implement duplicate checks on BP name + address. You can either write your own implementation or you can use the SAP provided implementation SIC_ADDRESS_SEARCH.
    You should also be able to find the relevant documentation with the BADI itself in SE18. You would also need to do some minor customizing to choose which fields should be checked for duplicate values. You can find this customizing in the IMG customizing (transaction SPRO) (Just search for duplicate check and the search will find the relevant node in the customizing menu)
    This should solve your problem.
    Cheers,
    Rishu.

  • Define Additional Fields for Line Item Display

    Dear gurus,
    I'd like to ask for your help again, please. I've just added the field BKPF-USNAM to the list of fields of FBL1N using IMG:" Financial Accounting-> Accounts Receivable and Accounts Payable->Vendor Accounts->Line Items-> Display Line Items->Define Additional Fields for Line Item Display". When I run the report the field is correctly displayed but if I save the current layout and set it into the selection screen, the column appears is blank. And if I open the change layout window and click OK the column gets filled.
    Is there another transaction that I must set new columns to FBL1N.
    Thank you very much.
    Paresh Jivani
    Edited by: Jivani Paresh on Jul 31, 2009 9:16 AM

    Hii,
    When you will execute FBL1N, it will come up in standard format. if you want to see any specific fields,then you have to go to Change Layout button and choose from available fields as per your requirement and then execute.
    For future reference, you can save this layout as a Variant and then you can directly execute that report using that variant.
    Dhara D.

  • Best way to update RBSELBEST table for invoice

    what is the best way to update RBSELBEST table for PO invoice? Is there any BAPI or FM for this?

    Thanks. I tried this one also, but it does not update the table.
    in case if someone used this, what parameters i need to pass for this to work?

  • Initial download - update additional fields/execute additional funct.

    Hi All,
    We are in the process of uploading data from SAP system to CRM system as a initial download (Transaction code R3CS). Customer has a unique requirement of updating  additional fields (configurable fields) from ISU to CRM which are not covered in the initial upload program.
    Is there any enhancement/BADI/customizing available in initial or delta upload program to plug in customer specific updates/steps (ie executing Zxxx function module) ?
    Thanks in advance ,
    Nitin

    Hello Michael,
    I'd appreciate if you could forward me this document, too.
    [email protected]
    Thanks in advance & kind regards
    Wolfgang

  • I have an older iMac, Leopard, 10.5.6.  Is there any way to update it without buying a new computer?

    Any way to update this version without buying a new computer?  Extremely slow.

    Gteat, you can upgrade, but the slowness is likely the try 1 GB of RAM, before you upgtade I'd strongly advise maxing the RAM to 6GB...
    http://www.everymac.com/systems/apple/imac/specs/imac-core-2-duo-2.4-20-inch-alu minum-early-2008-penryn-specs.html
    http://eshop.macsales.com/MyOWC/Upgrades.cfm?sort=pop&model=298&type=Memory
    http://eshop.macsales.com/installvideos/imac_mid_2007_mem/
    You could with more RAM & enough fre Disk s[ace update to 10.6, 10.7, 10.8, or the free 10.9, but first you need get 10.6 to go further, install it & update to 10.6.8 so you have the App Store to buy & download the huge 10.7, 10.8, or 10.9 Installer.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    Buy Snow Leopard > http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA

Maybe you are looking for

  • Mac and Windows Networking Problems

    I work in a public access TV studio. We have a Mac Pro in one room and several Windows machines in the other room. They are all connected to the same network (NOT wireless). One of the Windows computers is used for actual work. The other three are us

  • Purchase Order Type

    Hi, When creating a PO from a requisition, is it possible to determine the order type of the PO based on purchasing organisation or vendor? I have created a different order type from the standard NB in customizing, but how do I make sure that at PO c

  • Routine calculation in MIRO

    Hi, I am using routine for calculating tax in PO and the same routine gets called at MIRO also.Now the requirement is like that when the user enters the PO no. against which he is doing MIRO tax gets calculated from PO.Also user can change the value

  • Weblogic 10 and JSF1.2

    Hi, I found few threads in the forum on jsf with weblgoic 10 but they didn't solve my problem. I am deploying a web application which uses jsf1.2_01 (due to certain limitations with our environment , i have to use only this version) on weblogic 10 se

  • Can you block callers?

    Does anybody know how to block telephone numbers with the iPhone?  I don't mean reject a call, but to stop the call even getting through?