At New event Quantity field

hello
i have following data in my internal table
RUBBER1     1100     2007     BISO     AA     9.000     0.000
RUBBER1     1100     2007     BISO     AB     5.000     0.000
RUBBER1     1100     2007     EXTO     AB     3.000     0.000
RUBBER1     1100     2007     FG             AC       8.000     0.000
RUBBER2     1100     2007     BISO     AA     0.000     0.000
RUBBER2     1100     2007     BISO     AB     5.000     0.000
RUBBER2     1100     2007     EXTO     AB     3.000     0.000
RUBBER2     1100     2007     FG             AC       8.000     0.000
i want output like
RUBBER1     1100     2007     BISO     AA     9.000     0.000
RUBBER1     1100     2007     EXTO     AB     3.000     0.000
RUBBER1     1100     2007     FG             AC       8.000     0.000
RUBBER2     1100     2007     BISO     AA     0.000     0.000
RUBBER2     1100     2007     EXTO     AB     3.000     0.000
RUBBER2     1100     2007     FG             AC       8.000     0.000
i used at new on storage location that is BISO but then i am getting data like above but in that i get my quantity fields value as 0.000.
regards
soniya.

HI,
You need to write this way..
SORT ITAB BY <storage location>.
LOOP AT ITAB.
   MOVE ITAB TO WA.
   AT NEW <storage location>.
      WRITE:/ WA.   " write the data to output.
   ENDAT.
ENDLOOP.

Similar Messages

  • I have a problem with iCal.Since 2 days ago,I couldn't add new event in iCal on my ipad2.It Keeps saying 'No calendar has been set", then if I go to Calendar field,choose one calendar,it gives this msg "That event doesn't belong to that event store".

    I have a problem with iCal.Since 2 days ago,I couldn't add new event in iCal on my ipad2.It Keeps saying 'No calendar has been set", then if I go to Calendar field,choose one calendar,it gives this msg "That event doesn't belong to that event store". I can add event from iCloud and from my iCal on my iMac. Please help

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Populating Quantity fields in Table Maintainance generator Events.

    Hi all,
    I have a custom table, in that i have to check the material number and the quantity of the previously present entries and current entry which i am adding in the before save event.
    However in the total table.... The value of material is getting populated correctly but the value of the quantity is not the actual one which i have entered, It is taking the value 0.00 at runtime.
    Please suggest me the approach when we have to deal with the Quantity fields in the table events.
    Thanks in advance for your help.
    Regards,
    Anuja

    Hi,
    The reference for the Quantity field is provided in the Custom table. However the value of the Quantity is taken as 0.00 at run time.
    Please refer to the below code.
    LOOP AT total.
        IF <action> EQ space.
          l_wa_temp-matnr = total+3(18).
        l_wa_temp-bmenge = total+95(13).
          APPEND  l_wa_temp TO l_i_temp.
          CLEAR l_wa_temp .
        ENDIF.
      ENDLOOP.
    however the  l_wa_temp-bmenge is getting populated as 0.00 however the actual value entered for it is 10
    Regards,
    Anuja

  • New quantity fields

    Hi Gurus,
    We have 4 new fields in VBRP table that need to be mapped in COPA to quantity fields. What is the process to do the same?Please advise.
    Thanks

    Hi,
    You make the assignments for quantity in the CO-PA node in SPRO, Flow of actual values --> Assign quantity Fields.
    The T Code is KE4M.
    Assign the qty fields from billing to qty fields in CO-PA here.
    Cheers
    Neeraj

  • Defining a new quantity field in SD

    Hi,
    I added a custom Z....... field to VBAP table . I want
    this field to be assgined to a user-defined CO-PA quantity field
    so as to be accumulated for some analysis. However, when I run KE4M
    (assign SD qty fields-CO-PA Qty fields) transaction, I can not
    see my user-defined SD field in the available SD quantity
    fields.
    Is that possible to make such an assignment? or is there any other way to carry a custom quantity field from SD to PA?
    thanks in advance
    ihsan

    hi mukund,
    I have an append structure including some custom fields for characteristics and I can use them properly. and I added  my custom quantity field of data type FLTP in this structure, however, it is not listed in ke4m.  Do I need any other append structure for quantity fields.

  • I am looking at a personalization where I want to make the quantity field on a PO not editable. I need this only for certain lines.

    I need to disable quantity field on a PO based on a condition.
    My current approach is to keep the line number in local variable and disable the quantity on that line itself using forms personalization.
    I could succeed to an extent where I could store the line number in local variable but I am not able to proceed beyond that. Please help.

    Hi,
    Have tried with following setting ?
    Trigger Event = WHEN-NEW-RECORD-INSTANCE trigger  or WHEN-VALIDATE-RECORD trigger
    Trigger Object = PO_LINES
    Condition  =  < as per business need >

  • Restrict the quantity fields from changing in ME54N during PR release

    Hi All,
    I have created a workflow for purchase requisition release strategy .  Apporver's will login into ME54N transcation from the attachment in email and provide Release/Reject on PR . At that when any approver login to ME54N the item detials are in change mode so that user can able change quantity or other fields in the ME54N Transaction . So how to restrict the Approvers for not changing any quantity fields on the PR when it is being released .
    Thanks and regards,
    Dilip Kumar

    Hi-
    I do agree with all other comments.
    Also discuss with you functional consultant, say if any of the field which determines release strategy is changed by the approver,  then end the current workflow instance and start the new workflow instance based on new release strategy (obviously new set of approevrs)
    This is possible as SAP will trigger the corresponding event, if any of the field which determines release strategy is changed, (if release stratgey is configured properly).
    You need to build the workflow in such a way, that if this event occurs, then end the current workflow instance and start the new workflow instance.
    Vinoth

  • How do I change: when I double click on a day to add a new event it defaults to All Day and Busy

    iCal 5.0.2 (1571) Is there any way to change this? I can't do it in preferences.
    This is a real pain. To make an event for a specific time I have to double click again, uncheck "All Day" and then put in the time for the start of the event. Even then, if I put in the start time, the end time remains at 6:30 PM, so I have to change that too.
    If I really do want an All Day event, why does it sometimes default to Busy, rather than always to Free?
    The old iCal was far superior in this regard; double click once on a day and the add an event dialogue box appears, defaulting to a time close to when you were making the event, and, if my memory serves correct observing the preference I set with respect to default length of the event.
    I'm aware that Command N gets me a new Quick Event, its a bit better in that if the event i enter opens the big "add an event dialogue box", it has defaulted to an hour long event. But, if I click on a day, and then hit Command N, the new event is put in Today, and not the day I had selected. It also defaults to All Day, unless I put in a time for the event in the Quick Event box.  Why would I do that when I know I want to enter info into a number of fields, and doing so is easiest from the big dialogue box. If i don't enter a time in Quick Event, or enter a day, I still have to double click the event that was created by Quick Event to open the big dialogue box, and start fresh entering everything.  So, I find Quick Event's implimentation cumbersome, overall ending up with more keystrokes and clicks to enter the details I normally enter, than the old iCal.
    So, if someone knows how to change the double click behaviour back to the old way, or how to get Quick Event to open the dialogue box on the day i have already selected, any help will be appreciated.
    Also, is there some way to get this feedback to Apple? Support SiteMap doesn't show a link for feedback.
    Thanks
    Ian

    I have sort of the exact same problem. Extremely far away from user friendly
    I have an second issue as well: When I hook off all-day it comes up with an 8 hour event!
    And then if I put in a late start hour it pushes end time to next day due to the 8 hour event suggestion.
    All in all this gives a lot of changes just to enter an event.
    Command N
    I learnt from your input to use this fuction. At least that comes up with a one hour event as default.

  • Why is ical automatically setting new events as "all day" events in Lion

    After upgrading to Lion, everytime I add a new event in the Month panel it automatically selects the "all day" checkbox.  It didn't used to do this and it's kind of annoying....anybody else?

    Gustlock,
    Default event creation in Month view results in an all day event.
    Lion iCal Help (Add events to a calendar) says: "Add a new event in Month view by double-clicking within the day you want the event to appear. Enter a name and time duration for the event in the event’s title field, and then press Return."
    So, in your case try entering "Meeting at 9am"...that will create a one hour event named Meeting.
    Lion iCal data detectors are supposed to make entry easier??

  • Can't make a New Event in Calendar. Why?

    My iMac is running OSX 10.8.2. My iPhone 4S is running 6.1.1. My iPad is running 6.1.
    If I try to enter a 'New Event' on my iMac I always get the following message:
    'The server responded with “400” to operation CalDAVWriteEntityQueueableOperation'
    The only options it gives me is:
    'IGNORE - TRY AGAIN - REVERT TO SERVER'
    No matter which option I use nothing synchs.
    I have to 'Force Quit' to get out of Calendar.
    When I look on my iPhone - iPad all I see is 'New Event'.
    This has been happening for a while now and I'm tearing my hair out.
    Many thanks for help in resolving this problem

    Thanks for replying.
    All of the Ownership & Permissions fields are grayed out/unchangeable. I "unlocked" the lock icon and changed to my account. R/W is now active. New Folder is now available.
    Thanks!
    Now... how did I switch out of my account and change to "unknown"??!!!
    - Ryan

  • How can I disable the "location" pop-ups when entering a new event in Calendar?

    When I add a new event in Calendar on my computer (Macbook using Yosemite) and then start to type an address or place in the location field, a pop-up list of locations appears from which I can choose.  If I choose one of the listed locations, then a map appears (which I don't want) along with travel times, etc.  I want to disable this feature.  Seems the only way I can ignore this pop-up list is to hit the tab button as soon as I have finished typing.  This doesn't occur on my iphone or iPad (I can just click "done" and ignore the list).  I really wish I could disable this feature!

    The registration screen should only appear after every 5 launches.
    If you register FCE it will no longer appear assuming it is on the same computer.

  • I would like to add new scale quantity for a material in VK12 transaction

    I wouls like to add new scale quantity to already existed material in VK12 tcode.
    Here I need to  update large amount of data.For that i can use the LSMW (BDC recording) for VK12.
    But in the BDC recording in VK12 tcode the first selection screen was not captured.That is the material number,SORG and DIST_CHA is not captured in recording.
    Could anybody help me is there any standard LSMW for this transaction or how to get these fields in BDC recording?

    Mohammad,
    Its very much possible to add a new link on the logon page by customizting logon par file.
    Please follow these procedure:-
    1. Downlaod the latest Par file from portal under System Admin -> Support
    2. Upload the downloaded file into NWDS in EP perspectibe and add required jars in Java Buil path and lb folder
    3.Navigate to the folder PORTAL-INF -and open the jsp file umelogonpages.jsp to cutomize.
    4. Just add the following sample codein jsp to refer a website. Please this code where ever you want on the logon page as per your requirement.
    <a href="http://www.google.comu>My Google></a>
    5. Deploy the modified component into EP.
    Please let me know if youe need more details.
    Ram

  • Error with quantity field:Datasource Creation Using Function Module method

    Problem with DATASOURCE Creation using Function Module method :
    I have created a datasource ZSTANDARD_COST_PRICE using Function Module method . The datasource creation is successfull when I remove the quantity field from the Z table . If I dont remove the quantity field from my Z table it gives an error as "Units Field WAERS for field STPRS of datasource ZSTANDARD_COST_PRICE is hidden". I am not able to remove this error . Please someone guide.
    Let me know if my explanation is not clear enough.
    Thanks in advance,
    Neha.
    Z table definition is as below :
    MATNR MATNR CHAR 18 0 Material Number
    BWKEY BWKEY CHAR 4 0 Valuation area
    LFGJA LFGJA NUMC 4 0 Fiscal Year of Current Period
    STPRS STPRS CURR 11 2 Standard Price   " Here the currency field is WAERS and table T001
    PEINH PEINH DEC 5 0 Price Unit
    VJSTP VJSTP CURR 11 2 Standard price in previous year
    VJPEI VJPEI DEC 5 0 Price unit of previous year.
    Edited by: Neha Rathi on Jan 30, 2009 3:03 PM

    Hi,
    You should add it as one of the main fields as you have added other fields and not as the currency fields...that is..it should be part of the data source and you should be able to see it in RSO2...
    Also if added as i said then it will come as new field in the data source...you can either let it be there...or hide it..
    also if you want to populate it then you will have to write the code for this fields as well.
    Thanks
    Ajeet

  • How to make quantity field in puplic templates editable?

    Hi SDN,
    we are implementing SRM 5.0.
    We have a change request to make the quantity field in public templates  (or when you chose approved (old) shopping carts for a new order) ready for input.
    What I tried so far is to go to the corresponding template, which is
    SAPLBBP_PDH_SEARCH 4001 and exchange
    `SUBLIST-QUANTITY[n].value`
    by
    <input type="text" name="SUBLIST-QUANTITY[n]" value="`SUBLIST-QUANTITY[n].value`">
    Debugging the corresponding dynpro 4001 of function group BBP_PDH_SEARCH
    PAI: MODULE mark_read_from_web. 
    there:
    LOOP AT <sublist> INTO <lfs_sub_wa>.
    shows, that the new quantity I might set on the webfrontend does not get transferred to <sublist>-quantity in the dynpro.
    Even though in the debugger I manually changed the incoming quantity, it does not show up on the next webscreen with the shopping cart...
    any ideas welcome,
    regards, matthias

    Hi Atul,
    the need for the requirement is very obvious, also we had this modification in the old release - and I am merely trying to rebuild it.
    But for the business case: Just imagine you have 100 or more articles in a public template and maybe you have to chose new articles from different public templates. Then it is really painful if you have to recheck the shopping cart after you have filled it, just to change the quantities. This modification saves a lot of time and work for the users. Also I am wondering why it is not already standard behaviour.
    regards, matthias

  • Quantity field not getting update in PCA document for Goods Receipt

    We have the Purchase Account activated for our company code.
    For movement type 101 (Goods Receipt), I am getting the quantity field updated for GR/IR account and Stock Account (B/S item).
    But the quantity field is not getting updated for the "Purchase Account" and the "other offsetting PL A/C).
    Please advice whether I am missing something.
    Regards
    B.Mohanty

    Hi Aravind,
    Check SAP notes  1063198 and 1117587.
    FAGLL03 display quantity which is updated in FAGLFLEXA, BSEG is not
    relevant in this case. This is clearly explained in the note 1063198.
    The quantity posts through to FI on the 'goods receipt' items, but not on the
    'invoice receipt' items.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    But in the old 'Profit Center Accounting' and the old' Special Ledger'
    the field has been important.
    As the same logic of these areas to 'store' the Quantity is also used
    in the NewG/L the field get only filled in the line, where it make
    'sense' from our point of view, because only in the 'goods receipt'
    lines a 'real' Quantity is posted to the system.
    So as before in the PCA and SL, now also in the NewG/L the Quantity is
    filled in the correct and important lines and postings.
    In the BSEG ('old document segment table') the field is filled 'just'
    as it is send to the FI, but this is not completely correct from the
    business point of view.
    This can also lead to issues with the reporting and summation to this
    field. So with creating the new logic in the NewG/L the 'correct'
    standard of the 'writing' for the Quantity has also been taken over.
    So in the end, the update and display is correct according  SAP standard behavior.
    Actually,Quantities within G/L are never reliable,
    because the purpose of FI is a view on the data according to amount
    but not according to quantity.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    I hope I could be of assistance.
    Regards,
    Fernando

Maybe you are looking for

  • Duplex printing first form - both sides

    I've tried to locate the answer to my issue in the mix ... point me to the answer if I missed it under someone else's question. We just got a new printer that has duplex capability. We would like to use this capability and I am converting a two ifd's

  • Awesome users report on your usage habits and favorite apps

    So, I've been wondering what apps users of the awesome window manager are using. I'm trying to get used to the concept of a tiling window manager, but the graphical apps I'm used to look like crap. I've seen some really good looking screenshots of ti

  • DYNAMIC SELECT BOX

    The problem is that the second select box is not displaying what is the wrong in the code <html> <head> <script> function setList(theList) { switch (theList) { case 1 : { document.theForm.mySelect.options[0].value="50THD-OZAM"; document.theForm.mySel

  • Device Enrollment could not be installed due to an unexpected error

    Hi I just installed OSX LION Server and want to enroll devices but I keep on getting the error : Device Enrollment could not be installed due to an unexpected error : The profile "Device Enrollment (com.apple.ota."my-server-name-".private.bootstrap)"

  • Default value for importing parameter

    Hi all, I want to default a filename to the impoting parameter of Function module. But it allows only 21 chars. Can anyone help me in defaulting a value more than 21 chars. Thanks, Keerthi.