Multiple entries in the same row.

Hi all,
I have a requirement wherein i have to display some columns in my output table.
These all values are fetched froma single table MSEG
Among them one of the column is material number and other is unit of entry.
For the same material number there clould be multiple entries conataining different
unit of entry. I want all these entries in single row for the same material number.
Is it possible by using field symbol or any other way.
Please respond as soon as possible.
Thanks in advance.

Hi, Sumit
The Sample code for the Control Break Statement is as follow,
loop at it1_eobi_ded into wa_it1_eobi_ded.
    at new year.
      check_year = 'X'.
      clear wa_year_total.
    endat.
    if check_year = 'X'.
      clear check_year.
    else.
      wa_it1_eobi_ded-year = ''.
    endif.
    add: wa_it1_eobi_ded-p_staff to wa_year_total-p_staff,
         wa_it1_eobi_ded-p_ded to wa_year_total-p_ded,
         wa_it1_eobi_ded-dw_staff to wa_year_total-dw_staff,
         wa_it1_eobi_ded-dw_ded to wa_year_total-dw_ded,
         wa_it1_eobi_ded-total_ded to wa_year_total-total_ded.
    append wa_it1_eobi_ded to it2_eobi_ded.
    at end of year.
      wa_year_total-month_name = 'Year T'.
      append wa_year_total to it2_eobi_ded.
    endat.
    at last.
      sum.
      wa_it1_eobi_ded-month_name = 'Grand T'.
      append wa_it1_eobi_ded to it2_eobi_ded.
    endat.
  endloop.
Please Replay if you need more help regarding Control Break Statement.
Kind Regards,
Faisal.

Similar Messages

  • Under Options , Applications There are multiple entries for the same item (Acrobat Document). how can I delete the duplicates?

    Under Options, Applications there are multiple entries for the same item. (Adobe Acrobat) . Three show Adobe Acrobat Reader 9.3 and the other shows (ask) or (save file) with no ability to select Acrobat Reader . Is there a way to edit this list to remove the duplicates and
    the incorrect entry? Adobe installed a very quick update today.

    They are all different. Hover your mouse pointer over each of the "Content Type" descriptions and you should see a "tooltip" to see that each has a different description.
    You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe Shockwave for Director Netscape plug-in, version 11.5 (you '''<u>may</u>''' need to update)
    * Shockwave Flash 10.1 r53
    * Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from the link in article below
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download link and other information</u>''': https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
    #* Also see (if needed): http://kb2.adobe.com/cps/191/tn_19166.html#main_Uninstall
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox

  • Gantt view - multiple dates in the same row

    Hi,
    I created gantt view showing employees' vacations. Some of them have their holidays split into several dates (periods). How can I show those multiple dates in the same row in the gantt view? I can only show start date and end date of one vacation, but would
    like to enter multiple periods to be shown in the gantt view, in the same row.
    Thanks.

    You can't using the OOTB gantt chart so you would have to look at custom development or 3rd party web parts.
    Such as (blatant plug but it directly answers the OP question) my own companies Planner web part.
    http://www.pentalogic.net/sharepoint-products/planner
    The By Category view puts timelines on the same row so its ideal for things like vacation planning, room booking etc.
    This page shows it in use.
    http://blog.pentalogic.net/2010/08/sharepoint-staff-vacation-planner-absence-wall-chart-dashboard/

  • I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

    ...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
    Thanks!

    That is a quirk of Pagesthat  it applies only one record per page.
    There is a way around this:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

  • Design multiple elements in the same row

    hi,
    i am new to web dynpro java. how to design multiple elements in the same row. ie a textfield and inputfield in the same row in form design layout.
    thanx

    Hi Viral Patel,
    To design multiple elements in the same row. Follow below Steps
    1.) Open your View --> Select Layout Tab --> In the Outline Explorer  --> There will be a Default " RootUIElementContainer " --> Select it --> Right Click & Select Insert Child Option --> A new Window appears --> Select TransparenContainer & Press Finish --> Now Select TransparentContainer --> Right Click & Select Insert Child Option --> Add TextView and Press Finish --> Similarly add InputField to the newly added TransparentContainer.
    ---> Now to add above two UI Elements in the same row in form design layout --> Select Newly added TransparentContainer --> In the Properties Change layout Property to GridLayout & set colCount --> 2 .
    It will make the above two UI Elements in the same Row
    With Regards,
    Roop Kumar.

  • Multiple entries for the same company.

    Anybody out there have any idea how to enter multiple entries for the same company in Mail without having to enter all information every time for each individual. This was a very basic feature in MS Outlook. Possibly a workaround if not an option within Mail? Thanks.

    Select a card with the details on it, and Edit/Copy /Edit/Paste (Command-C Command-V). Now edit one of the cards with the new individual's details. If starting from scratch, create a company card with no personal information and duplicate it as needed.
    AK

  • Multiple entries of the same topic in calendar

    Hi, i am having trouble with my calendar, as in it displays multiple entries of 1 entry on the same day! eg. if i have one entry then it displays that same entry about 15-20 times on that same day in a list!!! can anyone help with this fault?

    I'm having same problem but where there are duplicate calendar entries, one of the entries cannot be changed (doesn't have edit button)and the other entry can be changed. Needed to reschedule a doctor's appointment and wasn't able to delete b/c there isn't an edit button. So it stays there. Don't know which date is the new rescheduled date. I have iPhone 3g. Since iPhone4 my 3g is extremely slow too.

  • Multiple entries for the same genre in iPod, but iTunes is fine

    In the Genre list in my iPod, there are several copies of a few genres -- for example, there are like 4 or 5 "Dance" entries under Genres.
    Each duplicate genre contains the same songs, and the total number of songs in my iPod matches iTunes. So why there are there multiple Genre entries, and how can I get rid of them?

    A spelling or punctuation mistake, or sometimes a trailing space usually causes this after the artists and/or song/genre name, which fools the iPod into thinking that there are two different artists or songs/genres. The trailing space is the hardest to spot.
    Best way to cure this is to go into iTunes, highlight that artist and/or songs, right click on them and select "get info".
    This brings up the multiple song info window. If you see the "artist" field (or in your case, the genre field) is left blank, then there is a discrepancy with that name.
    So to correct this, in the artist or song box retype the name, as you would like it, and then click ok. You should do this even if no mistakes are immediately visible.
    Re sync this new artist/song info to your iPod.

  • Check on Multiple entries in the same positions

    Hullo all!
    Can anyone pls tell me as to how can i keep a check on multiple entries (i.e.persons) occupying the same position?
    i mean that if a position is 100% staffed, then there should be an error popped up when another personnel no. is being assigned to the same position.
    And if the position is staffed 60%, then another personnel no. should be accepted on the same position only if the staffing percentage is allotted as 40%.
    is this an ABAP development? and if so, what all tables are to be referred etc? what is the logic?

    Hi ,
    Please download the note from transaction "SNOTE" (Cntrl + F8 / Download SAP Note). I can send you the note if you can share your email id.
    An extract from note for your reference :-
    Number 502182
    Version 0004
    Processor
    Processing Status new
    Implement. Status Cannot be implemented
    Language EN
    Short Text Holder relationship, staffing percentage, working time
    Component PA-OS Organizational Structure
    Long Text
    Symptom
    In Organizational Management, difficulties exist concerning the creation of the staff
    assignments. The interaction of holder relationship, staffing percentage working time
    of the employee and planned working time of the position is not clear.
    Effects on subsequent processes, for example, the integration of Cost Distribution are
    not clear.
    Other terms
    Integration of Cost Distribution, IT1018, IT0027
    Reason and Prerequisites
    Solution
    The following text should explain the interaction of holder relationship, working time
    of the employee, planned working time of the position and the integration of Cost
    Distribution.
    Contents:
    1. The holder relationship
    2. The staffing percentage
    3. The staff assignment from the viewpoint of the position
    4. The working time at the position
    5. The working time of the employee
    6. The relationship characteristics of the holder relationship
    7. Dependent processes (Integration of Cost Distribution)
    =======================================================================
    1. The holder relationship
    Relationship between position and position holder (employee), infotype 1001, subtype
    A008
    Allowed relationships:
    (See system table T777E)
    A Work center A 008 Holder P
    A Work center A 008 Holder US
    BP Business partner B 008 Holder S
    P Person B 008 Holder A
    P Person B 008 Holder S
    S Position A 008 Holder BP
    S Position A 008 Holder P
    S Position A 008 Holder US
    US User B 008 Holder A
    US User B 008 Holder S
    SAP Note Nr. 502182 10/05/2007 Page 1
    Time constraint:
    (See system table T777Z)
    A 1001 Relationships A008 Holder 3
    S 1001 Relationships A008 holder 3
    P 1001 Relationships B008 holder 3
    That means:
    <b>o An employee can be assigned to several positions at the same time.
    o A position can be assigned to several holders at the same time.</b>
    Reward points, if this was helpful.

  • When importing my address book from Outlook why do I have multiple entries for the same contact?

    I have an address book and it contains one list in Outlook. I just downloaded Thunderbird and imported my address book. The address book and one list imported very easily but there are anywhere from 3-5 entries for each person in my contacts. If I delete the extras they are removed from my list as well. Why are there multiple listings for each contact and how can I remove the duplicates without losing my list entries?

    as I was looking thru pictures in my finder I noticed there were several copies of the same pictures I had taken yesterday. I just went thru all Seven copies of the pictures (accidental pics of my hands and the desk etc) and right clicked and moved  them to trash, then I thought I'd look it up when I realized its not just these pics, but very many had een stored in groups of three or four.
    1. Why is that?
    Depends on where you saw them - If they were in the iPhoto library iPHoto has either two or three different versions (no duplicates) or each photos in its library - this is not optional and can not be changed  --  If they were not in the iPhoto library then you can do what you please with them and they have nothing to do with iPhoto - iPhoto is only involved with the photos in its library
    2. Why is it advised to NEVER make changes to the structure or contents of iPhoto in Finder?
    (as quoted Below)
    "I would suggest using one of the proven safe programs - if you are going to manually remove them be sure to remember that you NEVER make any chnages to the structure or contents of the iPhoto library using the finder - only make changes using iPhoto"
    Very simple - if you do you will destroy your iPhoto library and have to start over losing all work you have done in iPhoto - The iPHoto library is a SQLite database and there are NO user servicable parts in the iPhoto library and any changes made using teh finder will corrupt the database and cause dataloss
    Is that a good enopugh reason for you?
    So if these photos were in the iPhoto library when you
    I just went thru all Seven copies of the pictures (accidental pics of my hands and the desk etc) and right clicked and moved  them to trash,
    You destroyed your iPhoto library and will either have to restore your backup from before you did this. put everything back EXACTLY like it was before or start over
    LN

  • Multiple entries of the same movie on Apple TV

    I've imported a number of movies that i'd previously ripped using Handbrake into iTunes. They all play fine, and look great. The problem is that some of them are showing up multiple times (4x) in the primary Apple TV movie directory. This is strange because it only happens with some movies and I only have one copy of each in iTunes and on my iMac. As a double check, I changed "sources" and looked at the streamed view of the same iTunes library the movie only shows up once.
    I've used the same settings to rip and import the movies. The Incredibles, and Madagascar show up 4 times each, and Shrek and Finding Nemo show up once.
    Any ideas?

    I had a similar problem with duplicate entries in the movie section. Today when I unplugged the Apple TV to test it with a SD (standard definition) set I had in the house I noticed that the duplicate entries went away when I powered it back up on the SD set.
    All I did before I unplugged it from the HD set was set it to 480i under TV resolutions and then I hooked it up to my SD set. When I hooked it back to my HD set the duplicate entries were still gone.
    24" iMac 2.16GHz , iBook G4 1.42Ghz   Mac OS X (10.4.8)  

  • Using a form for multiple entries in the same year

    I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want to collect quarterly data all in the same form.I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want to collect quarterly data all in the same form.

    Hi, Sumit
    The Sample code for the Control Break Statement is as follow,
    loop at it1_eobi_ded into wa_it1_eobi_ded.
        at new year.
          check_year = 'X'.
          clear wa_year_total.
        endat.
        if check_year = 'X'.
          clear check_year.
        else.
          wa_it1_eobi_ded-year = ''.
        endif.
        add: wa_it1_eobi_ded-p_staff to wa_year_total-p_staff,
             wa_it1_eobi_ded-p_ded to wa_year_total-p_ded,
             wa_it1_eobi_ded-dw_staff to wa_year_total-dw_staff,
             wa_it1_eobi_ded-dw_ded to wa_year_total-dw_ded,
             wa_it1_eobi_ded-total_ded to wa_year_total-total_ded.
        append wa_it1_eobi_ded to it2_eobi_ded.
        at end of year.
          wa_year_total-month_name = 'Year T'.
          append wa_year_total to it2_eobi_ded.
        endat.
        at last.
          sum.
          wa_it1_eobi_ded-month_name = 'Grand T'.
          append wa_it1_eobi_ded to it2_eobi_ded.
        endat.
      endloop.
    Please Replay if you need more help regarding Control Break Statement.
    Kind Regards,
    Faisal.

  • TS3999 PUtting multiple entries in the same calendar spot for different people, locations?

    Using icloud calendar to track my mtgs and meeting space reservations.  Once I enter my appt, I can't put the SAME appt in the same spot, for other managers' calendars, or the meeting space, without creating each as a mtg at a differnt time & then correcting that?  Because it doesn't seem to let me work in a space that is already "occupied"...  Help!

    Delete all Locations and use Automatic.
    When you enter the password for each sub-node, OS X remmebers it, so if you travel it just connects to the next sub-node.
    Locations is used for different networks with totally different setups, not just passwords.

  • Find(String pkey) method returns multiple object of the same row

    I'm not quite sure what i've done or havent done, but I've implemented updating a row using the em.persist(Object) method.....works great, but after i did that a few times the find(String pkey) method returns multiple copies of 1 row in the db
    here are two rows in the db
    personid(PK) firstName lastName
    1234 joe jones
    2345 rachel jones
    when i execute any query looking for people with the last name jones, ie
    select object(p) from Person p where p.lastName='jones'
    it returns multiple objects of each row ie
    1234 joe jones
    1234 joe jones
    1234 joe jones
    1234 joe jones
    2345 rachel jones
    2345 rachel jones
    2345 rachel jones
    2345 rachel jones
    There is only one row for both rachel and joe in the db, but why is the entity manager returning multiple objects of each, and how do i prevent that without using DISTINCT?
    Thanks for the help in advance

    Sorry, i forgot to mention i'm using ejb 3 and jboss

  • When I add a bookmark, I get hundreds of multiple entries for the same bookmark in the recently added bookmark folder and bookmark tab. Fix?

    Adding a bookmark results in 100's of entries for that bookmark on the bookmark tab and in the recently added bookmark folder. The only way to remove them is to click and delete each separate entry? Any idea of what's going on or how to fix it? Thanks.

    Note that it is always best to disconnect from Sync while performing maintenance to the places.sqlite file or otherwise do repairing efforts from within Firefox.

Maybe you are looking for

  • Time server 1:55:50 wrong!! how could this be??

    Hello everybody, I am develloping an application where I get the time from a time sever and update the (embedded) system time. But I am getting from the server 1h55min minutes earlier than it should be. Most of it I think come from my GMT+0200 locati

  • KDE 4.3.2 isn't refreshing files?

    I realize that GNOME uses things like gamin, or fam to make sure that the file browser is updated automatically, but I thought that KDE did this itself? Basically, I have the folder bubble plasmoid on my desktop open to my home folder. Whenever I mak

  • XML Object Comparison

    When comparing two XML objects, it appears that flexunit is reporting their equality when the values of XML elements are not equal. Here's a valid example: var xmlA:XML = <root>      <element1>text1</element1>      <element2>text2</element2> </root>;

  • Icloud 'Buy More Storage error message 'an unknown error has occurred."

    I'm getting this error message, "an unknown error has occurred." when trying to buy extra storage space from my iPad. I have money on my itunes account. What am I doing wrong??

  • How to merge the objects of one rpd into another rpd in OBIEE.

    Hi to all, I am new user to OBIEE. I was given a task to merge two repositories. I tried a lot but couldn't do it. I went through many forums and discussions to find the relevant answer but couldn't find anything. Actually my requirement is to merge