Add a new item to the Fixed Asset Inquiry

Hi,
For Fixed Asset Inquiry we have web based form. We need to add Net Book Value to this form. Let us know how we have to do this for a web forms. It is not same as regular forms where we add a function or menu.
Thanks,
Prathima

If i Create the check box using personalization below are the fields that are shown on the item update/create page
Level Site
Item Style Message Check Box
Property Value
*ID
Access Key
Additional Text
Admin Personalization
Attribute Set
CSS Class
Checked Value
Comments
Data Type
Destination Function
Disable Server Side Validation
Disabled truefalse
Export View Attribute
Extends
Initial Sort Sequence
Initial Value
Initially Checked
Long Tip Region
No Wrap truefalse
Prompt
Read Only truefalse
Rendered truefalse
Required yesnovalidater
Scope
Search Allowed truefalse
Selective Search Criteria truefalse
Sort Allowed yesnoascendingdescending
Sort By View Attribute
Tip Message Name
Tip Type dateFormatlongMessageshortTipnone
Unchecked Value
User Personalization truefalse
Vertical Aligment middletopbottom
View Attribute
View Instance
Warn About Changes truefalse
Now if i want to redirect the page on click of the check box how should I handle that event in my code ? Since there is no option here to put an event name .

Similar Messages

  • Add a new item in dyn 0110 (Program SAPMFCJ0, T.Code FBCJ)

    Hi
    I would need to add a new item in the dyn 0110 (program SAPMFCJ0)
    I suppose that I would add an element in the ISCJ_E_POSTINGS structure.
    Is it enought add the new item to above structure and insert this new item in the dyn 0110 layout or I should do something else?
    Thanks in advance.
    Nicola

    HI,
    if it is a normal report program then you can directly create a Selection screen field.
    After the Type-pool you can use Parameters or Select-options to create the selection screen field..
    If it is a Modulpool program then you can create a selection scren field like
    SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN.
    PARAMETERS: p1(10) TYPE c.
    SELECTION-SCREEN END OF SCREEN 1100.
    defines a selection screens – 1100 – as subscreens.
    The next screen number of screen 100 is 100 (statically-defined).
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      CALL SUBSCREEN area INCLUDING sy-repid number.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      CALL SUBSCREEN area.
      MODULE user_command_0100.
    look at the below link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm
    Regards
    Sudheer

  • Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Thanks

    Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Yellow on white is harder to read. Thanks

    Another question. How do you bookmark something.  It was so easy before, why did they change it?  Can I uninstall it?

  • Sharepoint Custom calendar – Hover over the date to add a new item is not working – Sharepoint 2010

    Hi,
    In my Sharepoint visual web part i am using default sharepoint calendar view. But Mouse hover over the date to add a new item is not working. Please see this image below i need the same add new item functionality. 
    

    Hi Sudhanthira,
    Couple of simmilar queries i can see from Madhu posted.
    Please follow this thread:-
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/b62f9b7e-2ce1-4efd-905c-9cc5471ad216
    To be or Not to Be..The question is this only......

  • Add the new item through the Bapi 'bapi_outb_delivery_change'

    I want to add the new item to the existing outbound delivery.How to add the new item in the bapi 'bapi_outb_delivery_change'. Please provide me the code for the bapi 'BAPI_OUTB_DELIVERY_CHANGE' to add the new item.

    Hi Kyndal,
    I have a requirment to add new items in a delivery which will refer to the higher items in the  same delivery itself.
    I am trying to use the BAPI BAPI_OUTB_DELIVERY_CHANGE for the purpose.
    Could u pls give some clue on how to tried to do it?
    I am constantly getting a error VL216.
    Also I tried passing the reference document and item : same delivery number and the higher level item in the delivery
    VBTYP_N = J

  • New items in the Add-on Bar

    Suddenly a series appeared in the add-on bar: JS, J, F,SL, C ,I, A, CS and I don't know where they came from. What's going on? My other computer doesn't have them.
    I am using FF version 18.0.2

    I have tried several time to reply to your email with more info but it never gets to you. Here's what I sent:
    Subject: Re: iamjayakumars posted an answer to your question "New items in the Add-on Bar"
    Well, I ran two Anti-virus programs (Super Anti-Spyware & NOD32) on all files on drive C: and found only one Trojan which was removed.
    Also ran your RootKit program - nothing found.
    No change to FireFox. Here's what my Add-On Bar looks like:
    (see uploaded image.)
    Holding the cursor over each of the "newbies" I get:
    JS Enable/Disable JavaScript
    J Enable/Disable Java
    F Enable/Disable Flash
    SL Enable/Disable Silverlight
    C Enable/Disable Cookies
    I Autoload Images
    A Enable/Disable Animated Images
    CS Toggle Style
    These turn red when I click to disable.
    I haven't tested all but CS works and switches the screen to show the HTML of the screen.
    When I look in "Customize Toolbar" I see the same things except they are red. I can move these to the toolbar but cannot move the blue ones from the toolbar to the "Customize..".
    Now that I think about it, I think these may have appeared about the time I installed ReminderFox, but I'm not sure.
    I have looked at all the Extensions and Plugins but none look like they might relate to this.
    One other thing I notice different about my FF - on my wife's and my other computer the tabs have a small box on the right to click for a new tab. But that has been missing on my computer for a long time. Not a problem - Ctrl+T works fine. Once I removed FF but did not kill all the user stuff so reinstalling did not correct the situation.
    I am looking forward to your evaluation.
    [email protected]
    Trump

  • Custom SharePoint 2010 designer page throws "The data source control failed to execute the insert command" exception while adding the new item after the August 13, 2013 CU has installed

    We have the SharePoint Server 2010 with SP1 environment on which the custom SP2010 designer pages were working as expected before the
    August 13, 2013 CU has installed. But, getting the below exception while trying to add the new item after the CU has installed.
    Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteInsert(IDictionary values)     at
    System.Web.UI.DataSourceView.Insert(IDictionary values, DataSourceViewOperationCallback callback) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65  w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.SharePoint.WebPartPages.DataFormWebPartException: The data source control
    failed to execute the insert command. 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.InsertCallback(Int32 affectedRecords, Exception ex)     at System.Web.UI.DataSourceView.Insert(IDictionary
    values, DataSourceViewOperationCallback callback)     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.FlatCommit()     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleOnSave(Object sender, EventArgs e)    
    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    inclu... 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    06/19/2014 16:49:37.65* w3wp.exe (0x1240)                        0x1300 SharePoint Foundation        
     Runtime                        tkau Unexpected ...deStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 3b64c3a0-48f3-4d4a-af54-d0a2fc4553cc
    I have tried changing the "DataSourceMode" as below, now the insert command is working, but update command is not working.
    <SharePoint:SPDataSource runat="server" DataSourceMode="ListItem" />
    Also, the lookup dropdown fields are displaying the value as "<a href="Daughterhttp://cpsp10/sites/Employees/_layouts/listform.aspx?PageType=4&ListId={8F62F444-FB6A-4F03-9522-C4696B45DCD1}&ID=10&RootFolder=*">Daughter</a>"
    instead of only "Daughter".
    Please provide the solution to get rid of this issue.
    Thanks
    Ramasubbu

    Try below:
    http://social.technet.microsoft.com/Forums/en-US/ae910269-3a0c-4506-844b-e8bc89d95b71/data-source-control-failed-to-execute-the-insert-command
    http://blog.jussipalo.com/2012/01/sharepoint-2010-data-source-control.html
    While there can be many causes for this generic error message, in my case the first parameter or ddwrt:DataBind function inside the SharePoint:FormFields element was
    'i' and I was working with an Edit Form. Changing it to
    'u' as it was with every other FormField fixed the issue.
    <SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Esittaja" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Esittaja')}"
    />
    Explanation:
    DataBind operation type parameters (the first parameter) are listed below:
    'i' stands for INSERT,
    'u' stands for UPDATE,
    'd' stands for DELETE.
    http://webcache.googleusercontent.com/search?q=cache:d9HHY4I7omgJ:thearkfloats.blogspot.com/2014/03/sharepoint-2010-data-source-control.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered

  • Keychain Access: cannot add a new item: user name or passphrase not correct

    When trying to add a new item to "Keychain Access", the application suddenly refused to do so. Error message:
    Title: An error has occurred. Unable to add an item to the current keychain.
    Message: The user name or passphrase you entered is not correct.
    I never need a user name neither passphrase to store a new entry in the keychain.
    Steps to resolve:
    1. Restarting app: no good
    2. Repair disk permissions: no improvement
    3. Verify disk: no errors found
    4. Verfify Keychain First Aid menu from with Keychain.app
    Verification started
    Checking keychain configuration for User Name (user ID=501)
    Home directory is /Users/shortname
    Checked login keychain
    Checked password for ~/Library/Keychains/login.keychain
    Checked settings for ~/Library/Keychains/login.keychain
    Settings for ~/Library/Keychains/login.keychain may cause the keychain to be locked
    Current values: lockOnSleep=no, autoLock=never
    Checked default keychain
    Checked keychain search list
    Checked contents of ~/Library/Keychains/login.keychain
    Checked contents of ~/Library/Keychains/MicrosoftIntermediateCertificates
    Verification completed
    and a repair:
    Repair started
    Checking keychain configuration for User Name (user ID=501)
    Home directory is /Users/shortname
    Checked login keychain
    Checked password for ~/Library/Keychains/login.keychain
    Checked settings for ~/Library/Keychains/login.keychain
    Settings for ~/Library/Keychains/login.keychain may cause the keychain to be locked
    Current values: lockOnSleep=no, autoLock=never
    Settings corrected on ~/Library/Keychains/login.keychain
    Checked default keychain
    Checked keychain search list
    Checked contents of ~/Library/Keychains/login.keychain
    Checked contents of ~/Library/Keychains/MicrosoftIntermediateCertificates
    Problems successfully repaired
    Repair completed
    The First Aid Menu, option repair, solved this problem.
    Hopefully by documenting this, this helps another one who experiences the same error, in resolving.

    Daniel,
    Go ahead and Apply this note , it will fix your issue.
    Do you have a third column in AISUSER T.Code .
    This issue is fixed in ST : SAPKITL426
    Note 1140822 - SAP customer number for installation number &1 unknown
    Thanks,
    Uday

  • How to relate the Fixed Asset module to Purchase Order?

    Hello experts,
    Good day!
    How can I relate the fixed assets to purchase order? Is there a ways, so that we can't create different item code for purchase cycle and fixed asset module...
    2nd, how to Increase the net  value of fixed assets ( vehicle, machines) without affecting Profit and Loss? what is the SAP process to do this? Please help me on this..
    Thanks,
    Mari

    Hi Mari,
    First I suggest you add a lot more info. Are you doing this in Crsytal Report Designer or are you referring to one of the SAP applications? If an SAP app then please mark this case as answered and post your question to the SAP forums.
    If you are using Crystal Reports then need more info like the version and what those tables are and if you can use a common link?
    Thank you
    Don

  • How to create new subsite while adding new item to the list by using javascript?

    hi,
    I hav a task ie, when I add item to the list then subsite will create with that list item title and description . So By using javascript, I have to create subsite while adding new item to the list.
    Help me to solve this.
    Thank you, 

    Is your item getting added through Javascript client object model ? If yes, you can write in the success delegate of your list creation method the logic to create the subsite.
    function CreateListItem()
    var clientContext = new SP.ClientContext.get_current();
    var oList = clientContext.get_web().get_lists().getByTitle('List Name');
    var itemCreateInfo = new SP.ListItemCreationInformation();
    this.oListItem = oList.addItem(itemCreateInfo);
    oListItem.set_item('Title', 'My New Item!');
    oListItem.set_item('Body', 'Hello World!');
    oListItem.update();
    clientContext.load(oListItem);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.CreateListItemOnSuccess), Function.createDelegate(this, this.onQueryFailed));
    function CreateListItemOnSuccess() {
    var subsiteTitle = oListItem.get_item('Title');
    //Logic to create a subsite
    function onQueryFailed(sender, args) {
    I have added a sample flow for the above scenario. Have a look at the following lnk for how you can craete a subsite using ecmascript.
    http://ravisoftltd.wordpress.com/2013/03/06/sharepoint-2010-create-site-with-ecma-script-with/
    Geetanjali Arora | My blogs |

  • How to add a new item-position to salesorder in dialog

    Dear all,
    i have a request to add a new item position to an existing sales order in dialog. The information I have are material number and quanity. After adding these infos the system should work like the user has added the line manually (Entered MatNr and Quantity and pressed Enter). All error messages and checks and rereading data should be processed. Any idea how to do this?
    Every help is welcome.
    Best regards
    Roman

    Maybe not exactly. The user jumps from an "extension" button to a dialog where he can select materials an quantity´s these should be added as new positions to the order.
    BR
    Roman

  • Add a new field in the Tab Addicional data en la ME22N

    Hi,
    Please, can anyone tell me how can we add a new field in the tab Addicional data en la ME21N? I have to use the MM06E005, but I don't know which screen exit should I use and also how to add this subcreen in the tab Addicional data.
    Thanks in advance.
    Saida.

    Hi,
    using SE80 you can add your fields with subscreens
    SAPLXM06 0101 for Headerfields
    SAPLXM06 0111 for Items.
    This will add a tab in ME2..N.
    if you want your own Text on the tabstrip just edit the Textsymbols
    101 and 111 from SAPLXM06.
    At output you have to open a module asking the gl_aktyp to switch edit/display mode.
    then you must code the Exits to import/export values
    EXIT_SAPMM06E_006
    store transaction type for later modification of screen attributes
    gl_aktyp = i_trtyp.
    gl_no_screen = i_no_screen.
    store current state of customer data in ekko_ci (structure for screen)
    ekko_ci = i_ci_ekko.
    store reference document
    if i_rekko-ebeln ne gl_rekko-ebeln and
    not i_rekko-ebeln is initial and
    gl_rekko-ebeln is initial.
    ekko_ci-zzemail = i_rekko-zzemail.
    gl_rekko = i_rekko.
    endif.
    EXIT_SAPMM06E_007
    move-corresponding i_ekko to gl_ekko_ci.
    EXIT_SAPMM06E_008
    e_ci_ekko = gl_ekko_ci.
    ekko_ci contains the actual values of the Dynpro fields
    e_ci_update is only set if you really want the fields
    on the Dynpro to be saved. You must set it then to 'X'
    the field ekko_ci-zzflag will here only be saved if there
    was a change and the transaction is not in display mode
    if gl_ekko_ci-zzemail ne ekko_ci-zzemail.
    e_ci_ekko-zzemail = ekko_ci-zzemail.
    if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
    endif.
    endif.
    Regards
    Kiran Sure

  • Settlement of WBS to the Fixed Asset in another company code

    Hi Friends,
    I have another problem with WBS elements and fixed assets.
    I used WBS elements to create a AUC by AUC settlement in company code A. Then I put a second settlement rule with settlement type "FUL" in WBS element and settle AUC to a depreciable asset in company code A.  Then I transfer the depreciable asset from company code A to company code B. Now I put the current month as the end day of the second settlement rule and add a third settlement rule in WBS element in compnay code A. The third settlement rule will settle to the depreciable asset in company B. When I am adding the third settlement rule, the system gives an error: "Asset XXXX not in company code A" .
    Then I add another WBS element in company code A and put a settlement rule which settle to the depreciable asset in company code B. The system did not issue any error. Everything works fine.
    So it seems the WBS element cannot settle to the asset in the other company code if it created a AUC in its own company code.
    People told me that it worked in their legacy SAP system. So I am wondering whether there is some settings that I did not do, which caused this problem.
    Do you have any idea about this?
    Thanks,
    Ting

    in the requesting company codeon the wbs master data enter the company code for which the AuC and the fixed asset will be created
    in this way you can settle from a project in one company code to an asset in another company code

  • HOW TO ADD A NEW ITEM ON CREDIT MEMO REQUEST DETAILS PAGE?

    Dear friends,
    Please help me to do this by personalization or extension. This is very important for sustaining in my job. Please post your thoughts as soon as possible.
    Thanks so much for your help and support.
    Here is the scenario:
    In credit memo request page, I need to add a new item.
    In the 'About this page', I checked for the view objects CMRequestVO and CMRequestLinesVO but the item is not available in the view objects.
    There is an item called Requestor Comments shown on this page. The item to be added is the Approver Notes. These 2 columns are populated through the workflow.
    How to find about the Requestor Comments item? If we know this then the Approver Notes item can be easily added to this page, I think.
    Also I enabled the FND_PERSONALIZATION_REGION_LINK profile option so that
    I can create a new item using personalization. But I could not see the create item icon in the create item field.
    Can adding the Approver Notes be achieved by personalization?
    EAGERLY WAITING FOR YOUR HELP.
    CK.

    Hi VK,
    You need to look at both VO's and see where to add the credit memo field.
    To extend the VO object...you have to use Jdeveloper.
    Check the below this site for the details steps:
    http://apps2fusion.com/apps/oa-framework/14-fwk/119-oa-framework-faq-extending-view-objects
    After extending the, you need to copy your objects under webserver and the bounce the apache.
    Then you need to do personalization..
    Here are the steps for personalization:
    Click Personalize page and click "Expand All" under Personalization Structure..
    Go to the corresponding Advance Table and Click on Create Item. This will create a Column Field
    1) Enter Unique ID-- ex; CreditMemoEx
    2) Rendered -- True
    3) Click Apply
    In the advance table search the newly created "CreditMemoEx"
    Click on the Create Item field again.
    1) Select Item Style " Message Styled Text"
    2) Data Type -- Varchar2
    3) Enter the Prompt = "Credit Memo"
    4) Scope -- Enter the full path of VO object...ex: /xx.../oracle/apps/...
    5) View Attribute -- Enter Exact name the attribute defined in the VO object.
    6) Enter other attributes required for Business.
    7) When Finished Click Apply.

  • Open Item List including Fixed Assets

    Hi All
    I need to create an open item list for a customer that includes all open AP Invoices of all vendors including fixed asset acquisitions. Something like SELECT 'Purchase Invoices', T0.DocNum, T0.DocDate FROM OPCH T0 WHERE T0.DocStatus = 'o' but also for the fixed asset acquisitions. Does anybody have an idea?
    Kind Regards
    Reinhard

    Hi Reinhard
    Are you using Acquisition with or without vendor? Do you also create an A/P invoice for asset purchases?
    Kind regards
    Peter Juby

Maybe you are looking for