Standard not allow to edit value of activity type (Time event confirm CO19)

All expert,
I have requirement to customize program same as CO19 for confirmation time event by using BAPI_PRODORDCONF_CREATE_TE and now pogram can post record type B10 for start and B40 for finish processing. By the way I just have a little requirement for B40 to input calculation value in program at field ActyToConf1 to ActyToConf4 and Unit/activity1 to Unit/activity4 as parameters below. but program ignore all value that I input, only get result the value from standard
Anyone advice me how I can do that?
gt_timeevents-orderid = caufv-aufnr.
gt_timeevents-operation = '0010'.
gt_timeevents-recordtype = 'B40'. "Finish
gt_timeevents-fin_conf = 'X'.
gt_timeevents-logdate = wa_screen300-fisbd.
gt_timeevents-logtime = wa_screen300-fisbz.
gt_timeevents-yield = wa_screen300-yield.
gt_timeevents-conf_acti_unit1 = 'MIN'.
gt_timeevents-conf_activity1 = 10.
gt_timeevents-target_acti1 = 'X'.
gt_timeevents-conf_acti_unit2 = 'MIN'.
gt_timeevents-conf_activity2 = 30.
gt_timeevents-target_acti2 = 'X'.
gt_timeevents-conf_acti_unit3 = 'UNI'.
gt_timeevents-conf_activity3 = 60.
gt_timeevents-target_acti3 = 'X'.
gt_timeevents-conf_acti_unit4 = 'UNI'.
gt_timeevents-conf_activity4 = 30.
gt_timeevents-target_acti4 = 'X'.
APPEND gt_timeevents. CLEAR gt_timeevents.
Edited by: Konnapa on May 13, 2009 7:14 AM

Rajesh,
Put a breakpoint and try to debug the report step by step.
You will findout the reason very easily.
Whenever you have a select and are trying to append into an internal table, keep checking your internal table if it is been populated with the correct records.
This way, you will findout the cause and can correct is accordingly.
Thanks,
Suresh Ganti

Similar Messages

  • ADOBE Interactive Form in webdynpro not allowing to enter value

    Hi,
         I have developed a Adobe interactive  form in SFP and then i developed webdynpro component , then integrated into webdynpro. while running the webdynpro application which is showing the adobeform but the input fields are not allowed to enter value.
    The same adobe form can be allowed to enter values while running from the report. i dunno how to set the value of the importing parameter fillable = 'X' in webdynpro.
    regards,
    Roops

    Hi friends,
        The above mentioned setting are all active like Zc...Layout, enabled check box etc.. but when i make it to Activex which is not displaying form in the portal while running the application instead it shows red color X mark.. is there any setting required to run adobe with webdynpro ..
    1.) any notes or patches ???
    2.) is activex mandatory for running interactive form in webdunpro? if yes what are system setting required....
    Regards,
    Roops.

  • IPhoto is not allowing the edited versions to be exported.

    Apparently, there is a long-standing issue with iPhoto not keeping the edits once photos are exported.  I usually don't test my exports to see if the edited version was exported correctly.  I just assume Apple products are working as they should.  But I tested today and discovered what so many of you have discovered - iPhoto is not allowing the edited versions to be exported.  I can't see that Apple has addressed this.  What is going on here?  Side Note:  I am also frustrated that Apple took iDVD out of their line-up of available preloaded software.  Getting more disappointed with Apple all the time.
    Has someone figured out how to easily get around this obvious flaw?
    Could it have something to do with the preference of importing the photos into the iPhoto Library. Should I uncheck this in the preferences menu?  I really only want to use iPhoto for quick renaming of files and simple editing purposes and then export them to my own method of organizing and back-up.  I use Photoshop for more extensive editing.  Would really like to continue using a simple method, but so far, this simple method is more work than is necessary for Apple's software.  Come on guys!!!!!

    1 - there is NO " long-standing issue with iPhoto not keeping the edits once photos are exported." If you are doing things correctly it is trivial to export edited versions (or originals if you prefer)
    2 - it is strongly recommended that you do not uncheck the preference to copy imported items to the iPhoto library - unchecking this preference makes operation much more difficult and makes upgrading hardware or moving to a new system almost impossible
    3 - you are doing something wrong - since you do not tell us what you are doing - or even what version of iPhoto you have - it is impossible to u hfigure out what you are doing wrong
    exactly how are you exporting photos?  Exactly how are you using PhotoShop for editing?
    The proper way to eidt using PS is to set PS as the external editor, edit in PS and save (not save as) to return the edited version correctly to iPhoto?  The best way to export is to select the photo(s) in iPhoto and export (file menu ==> export) - the default is you get the current (edited) version
    LN

  • The control type xyz is not allowed on this page. The type is not registered as safe.

    Hi all,
    I have a solution, say My.Solution, I have a project My.Project in that.In that project I have a few features.I added a visual webpart.In the properties of that, I can see that it has a safe control entry for that.I did not rename any namespace or class name.
    I just added this webpart to a new feature(which has List Definition and instance) and deployed it.The class name of the visual webpart is Foo and this is in the namespace My.Solution.Foo.
    I opened the sharepoint designer and edited the masterpage.I referenced this in masterpage as
    <%@ Register TagPrefix="cus" Namespace="My.Solution.Foo" Assembly="My.Solution, Version=1.0.0.0, Culture=neutral, PublicKeyToken=87a45275f2ea36e3" %>
    and I added this to the masterpage as
    <cus:Foo runat="server" id="customvisualwebpart"/>
    After I save in the designer and refresh the browser, I get the error,
    The control type 'My.Solution.Foo.Foo' is not allowed on this page. The type is not registered as safe.
    I checked the .webpart file and it has the namespace, My.Solution.Foo.Foo. The .spdata has a safecontrol entry too as
    <SafeControl Name="SafeControlEntry1" Assembly="$SharePoint.Project.AssemblyFullName$" Namespace="My.Solution.Foo" TypeName="*" IsSafe="true" IsSafeAgainstScript="false" />
    The assembly that contains the webpart is alread deployed to the GAC there.
    The web.config for that in C:\inetpub\wwwroot\wss\VirtualDirectories\12345 does not have a safe control entry. I don't want to add it there manualy as I don't have access to web.config in prod
    Can somebody tell me what is wrong and what I need to do to fix it?

    check you package  file 
    http://sharepoint.stackexchange.com/questions/11524/the-type-is-not-registered-as-safe-when-trying-to-add-a-web-part-installed-by
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • ScatterGraph does not allow manually editing axis range at runtime

    I'm using both ScatterGraph and WaveFormGraph controls in a Winforms VS2010 application.  I have the axis interaction mode set to EditRange.  The WaveFormGraph control allows editing the axis range by clicking on the end labels for the axis and changing them.  The ScatterGraph control does not even though the documentation that I have read indicates it should.  The axis mode does not seem to be the issue as I have changed between Fixed and AutoScaleLoose (which is not the selection to have while displaying changing data if you want your manually-entered range to be maintained).  I tried a new project with a ScatterGraph control with default settings and verified that it does not allow you to edit the axis range.  Is there a way to change settings to allow you to manually edit a ScatterGraph range in this way at runtime?
    Thank you!

    Hi Lybro,
    Have you enabled the "EditRange" InteractionMode of the scatter graph object? There are two places that the interaction mode is set, one for the axis and one for the scatter graph, both need to be enabled for the editing to work. I just tested this with Measurement Studio 2013 and it is working. Let me know if this helps.
    Regards,
    Kevin

  • Activation of 7.x datasource not allowed due to changability of object type

    Hi All,
    We are facing the following issues.
    Some times we need to replicate and activate 7.x datasource at the production system but the system doesn't let as due to "changes not allowed" settings on SCC4 transaction.
    We thought that it could be possible giving permissions for Object changeability through dataware house workbench: Transport Connection. (menu edit -> transport -> Object changability). However it looks like there is no object type datasource available.
    Does anyone have an Idea how the above is possible.
    Regards,
    Theodore

    Hi,
    I am facing this same problem in BI 7 system.
    I am going through following tread notes. Please go through the same this might help you too:
    /message/2173731#2173731 [original link is broken]
    This error is occuring in our system due to Not Changable authorization in Production system. I am raising Oss Message to SAP to look into this issue and will let you know if anything possitive comes up.
    Regards,
    Mahesh
    Edited by: Mahesh Jethwani on Dec 9, 2008 12:07 AM

  • XML based Adobe form is not allowing to input values while display on IE

    Hi Experts
    I have intergarted an XML based adobe form in webdynpro with inputs fields and submit button.
    But on display on Internet expolrer it doesn't allow to input values even button dosen't work.
    Please help me how would it will allow to input values .
    Many thanks in advance

    hi dear
    yes the enabled property is checked but still form doesn't allow to enter value and submit button is also disabled.
    Is there any setting or some program code is required.
    It would be great if some body can help us in this ....
    many thanks in advance.
    thanks

  • I saved my Form Central spreadsheet file once as a excel file but it will not allow me to save it a second time as an excel file.  It says that I cannot complete this action because the file me be open in another application, but it is not open in another

    I saved my Form Central spreadsheet file once as a excel file but Forms Central will not allow me to save the file a second time as an excel file.  I am informed that I cannot complete this action because the file me be open in another application, but it is not open in another application. What is the problem, and how do I solve the problem.  Thank you. Jeff

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • Appraisal template is not allowing to enter values in 25 infotype

    Dear consultants,
       I have created an appraisal status and released it .and its showing in 25 infotype .
    when i click the execute button it should allow me to enter the ratings but its not happening when i execute
    all fields are grayed out and i cant enter any ratings there.in status flow tab of template i have checked In preperation,in process and comleted statuses.
    please help me out.
    Edited by: Raj on Jul 31, 2009 11:57 AM

    Please check whether you have kept the entry open in the template.
    In the criterion where you define the columns and the scales there is a column called as value. check the value there. IF it is no entry then all the rating fields normally are greyed out. Change it to either optional or mandatory according to the requirement.
    Hope this helps.
    Regards,
    Naren.

  • Repeating event not allowing to edit single event

    I have a repeating event set for every week, but for one of the weeks I wanted to change to calendar and time of the particular event. Normally, I get a box that asks if I would like to save for this event only or for all following events. I have not been getting this box and it is editing all of the events in the series. It was working fine this morning :/ I've restarted my phone already.

    I tried getting rid of duplicates in FontBook. I tried deleteing the iCal.plist file and restarting my mac. Nothing works. I can not edit any entry in any way except to drag it to a new place. I also can't open iCal Preferences. I have iCal 4.0.1 - is that the current version?

  • Dropdown by key does not allow to change values

    Hi experts,
    I have drop down by key and input field in ALV coulmn as cell variants.
    The input field is editable but i cannot change the values of drop down. The list of drop down is filled.
    Could you plz suggest me some solution.
    Regards,
    Arti.

    WHEN 'FIELD'.
            CLEAR lr_col_header.
            lr_col_header = ls_column-r_column->create_header( ).
            lv_field_header = zcl_zxa_str=>get_otr( 'Z45/FIELD_HEADER' ).
            lr_col_header->set_text( lv_field_header ).
            lr_col_header->set_tooltip( lv_field_header ).
            CREATE OBJECT lr_drdn_by_key
              EXPORTING
                selected_key_fieldname = ls_column-id.
            lr_drdn_by_key->set_selected_key_fieldname( 'DRP_DWN_VALUES' ).
           lr_drdn_by_key->set_key_visible( abap_true ).
            wd_this->add_cell_variant( io_column              = ls_column-r_column
                                       io_cell_editor         = lr_drdn_by_key
                                       iv_variant_column_name = 'CELL_VARIANT'
                                       iv_variant_key_value   = 'DROPDOWN_BY_KEY' ).
            CREATE OBJECT lr_input_field
              EXPORTING
                value_fieldname = ls_column-id.
            wd_this->add_cell_variant( io_column              = ls_column-r_column
                                       io_cell_editor         = lr_input_field
                                       iv_variant_column_name = 'CELL_VARIANT'
                                       iv_variant_key_value   = 'INPUT_FIELD' ).

  • Modify not allows to Edit file in Sequencer

    Hi,
    I am trying to edit a file in Sequencer (5.0 sp2) that can be opened with Notepad after local installation.
    When right click on file there are : Add Delete Modify.
    When click Modify it provides the box for a path. I guess Modify means Replace...
    Do I am missing something?
    --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

    Falco,
    thanks for explanation on editing in sequencer...
    Can I change/replace the file in c:\Program Files\Program_NAME after installation is done in sequencer and before clicking
    I am finished installing.
    I want to be sure that it will take effect in the package. I think Yes.
    I prefer to have the file replaced before Running the app for first feature block...
    And it will be more appropriate than replacing the file in sequencer before saving.
    Please confirm that I can replace file/files before clicking I am finished installing.
    --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

  • Report Editing Opens and Closes by itself not allowing to edit.

    Hello Everyone,
    I notice an issue with my SCCM 2012 R2 when trying to edit a report. When I right click on a report and select EDIT. Two windows pops up and closes in a blink of an eye. Bellow is a screenshot of these two windows that comes up.
    Continuing tests I notice that if IEXPLORE is open before I click on EDIT report the report DOES open on the Report Builder. 
    It gotta have something to do with IE security settings that I can't find it.
    Cheers everyone

    Hi,
    Have you tried grundlichkeit's suggestion that editing the report from the browser? Can you open the report in Report Builder?
    Monitoring -> Reporting -> Click the Report Manager Links
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I have a brought cd that is in the store but when i go to import it it does not allow says to have to manually type heaps of songs. there are cds saying the same!

    i have a brought cd that is in the itunes store but when i go to add to to my list is says not on net data base. my own copy i brought! how do i solve it i do not want to type over 50 songs in to computer.

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Activity 0010 has been assigned material components - Deletion not allowed

    HI friends,
    Even after deleting the material from the activity, the system is giving the following error message
    Activity 0010 has been assigned material components - Deletion not allowed 
    The status of the activity is REL.
    One purchase order already created for this WBS element.
    The material found deleted from the activity but why it is giving the same  message.
    Activity 0010 has been assigned material components - Deletion not allowed
    Edited by: M.Alagesan on Sep 13, 2010 1:15 PM

    Is that material already consumed?
    Generally when you try to delete the operation, it also deletes the dependencies of the activity, i.e., it deletes the components associated to that activity, if it is not issued to the order.
    Check the details in your system.
    Praveen

Maybe you are looking for

  • Text Track font is missing on one computer, but not on another

    I brought in a text track into my QT movie, then saved the whole thing as "self-contained". The font that I set for the text track (with QT descriptor) is Verdana. The problem is that on one computer, the text shows up fine, yet on another laptop, th

  • Still loose ability to drag and drop files in Project pane.

    In the last two weeks, I've had two instances where I lost the ability to drag and drop files within the Project pane. However, here's the kicker...the problem doesn't manefest itself until after I end my session, close RH, then restart the computer

  • Automatic row processing in a validation

    Hi, I have a form on a table (page11) with one process for automatic row processing and I have the buttons Submit and Create. I have another button f.e. BUTTON_NEW. I have a validation (function returning error text) with "BUTTON_NEW" as When-Button-

  • When opening camera app freezes can't take pictures

    when I open the photo booth or camera app it just freezes nothing happens I have done all the updates from apple but still is doing it any ideas ?

  • Problem with OO ALV

    Hi guys, We have an editable field in OO ALV which is of type CURR, now we need to input a negativ amount to that field. However, upon pressing the enter button, a pop up error appears saying that "Sign is not allowed here." Is it possible to enter a