Hierarchy of SD-items when using DIP profile

Hi guys,
I hope somebody can help, because I didn't find any information to this problem.
I would like to do effort related billing with the DIP profile based on a contract item to which travel costs were posted to.
My idea was to create one main item in the debit memo request for each FI/CO document no. (that means for each trip/person) The structure below should be build up by partial sets of cost elements (that means costs of rental for a car, hotel costs,...) .
So, now I am able to build up this structure in DP91 area "costs", but in area "price" there is only one main item (service product) with several sub items .
In the credit memo request the items will be copied also with only one main item and several sub items.
Do somebody know the "hidden" checkbox to create nore than one main items in th subsequent document? Or is it only possible to create more than one main items by using a userexit?
Thanks for your help.
BR,
Jaqueline
Edited by: Jaqueline Henseler on Aug 11, 2010 5:32 PM

Hello Manfred
the definition of source-table is in table  AD01SRCTAB.
Source Table Name
0001   COVP
0002   COSPA
0002   COSSA
0003   COVPR
0004   COSRA
0005   V_COFP
0006   FMSUA
0021   COSPA
0021   COSSA
0022   COSRA
0023   CKF_DIP_CUSTOMER_EXIT
1005   COVP
GMD1   GMIA
That means that you're reading from COVP.
Regards, Silvia

Similar Messages

  • Send eMail via Thunderbird with filled "Email information" when using multiple profiles

    Hello.
    I hope you can help me.
    We are using two Thunderbird profiles:
    "Sales" and "Purchases".
    We have thunderbird links for both of them on the desktop:
    This is how we call start the firefox profiles:
    Purchases: "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -no-remote -p Purchases
    Sales: "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -no-remote -p Sales
    (-no-remote is needed to start Thunderbird with two instances at once, -p <Profile> is to choose the profile)
    Everything works so far.
    Now we have an application which calls the "write"-dialog of thunderbird. (the dialog where you can send eMails)
    When calling the "write"-dialog, the fields of this dialog (from, to, subject, and the text body) should be filled by parameters.
    The application uses following call:
    thunderbird.exe -compose to=[email protected],subject="example subject line",body="this is the example body" -no-remote -p Sales
    That means that the send dialog of the Sales-Profile-Thunderbird should be opened with the "sales" profile.
    (email receiver is filled with "[email protected]", subject is "example subject line", and the text is "this is the example body")
    The Problem:
    This works only if thunderbird with the "Sales" profile is not already running. If Thunderbird with the "Sales" profile is already running, Thunderbird is telling that the process is already running and should be closed first.
    Before adding the second profile "Purchases", we only used "Sales" profile, and we started thunderbird without "-no-remote -p Sales".
    With only one profile and without "-no-remote -p Sales", every worked well.
    But with 2 profiles, the user always have to close thunderbird first before calling the "write"-dialog from our application.
    Is there something I can do? Maybe changing the call used by our application to show the write-dialog?
    If you need more information, or something is not clear enough, let me know.
    Best regards
    M. Jaeger

    command line arguments here https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
    Perhaps the issue here is your desire for a separate profile for sales and purchases. That looks to me to be where the rot starts. Now your trying to start a third instance.
    So how about you explain what it is your trying to achieve, as you can not be the only person in the world wanting to use email in a business.
    I see a reference to a write dialog from your application. Is it your writing an application and trying to make Thunderbird work the way you have designed your application and it simply does not do that?

  • "You can also" link in UWL work item when using user decision step in workflow

    Hi,
    Just want to check if anybody has tried adding links to this section in the UWL when using user decision step? I need to pass some custom links which will be calling some webdynpro applications and backend transactions. I have read somewhere that Ineed to modify the XML file but don' t know how the next steps once I have defined (i.e. how to handle those links).
    Thanks in advance.
    Rammel

    Hi Rammel
    I hope you are keeping well and many thanks for using the SAP Discussion Forums .
    Based upon your scenario you mentioned that:
    You want to add links to the "You Can Also" section in the UWL with user decision steps
    In an effort to pass custom links (calling web dynpro) applications.
    You wish to know how to modify the XML
    Ok now based upon the scenario there are two key points regarding XML files and efforts to change them.
    Remember that XML in terms of the UWL follow the notion of precedence. Now that means that once you make a change to an XML file you need to re-upload it to realize changes. To re-upload an XML file and realized changes you need to do so with a "High" or "Very High" priority and also ensure that the UWL Cache has been cleared of the UWL Service restarted so changes can be realized.
    The second key point is to ensure that you backup all current XML files before making any changes so you can easily revert those changes if required.
    Now reverting back to your query, the XML files and the "You Can Also" section. Kindly see the documentation outlined below as here you are going to make changes to the I-View configuration:
    Configuring the UWL
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45?overridelayout=t…
    UWL Content Configuration
    UWL Content Configuration - Configuring the Universal Worklist - SAP Library
    Kindly update me as per your findings.
    Kind Regards & All The Best
    Troy - Enterprise Portal Support Engineer

  • Controling space between Text Items when using htp.p('HTMLDB_ITEM.TEXT')

    I'm using the following code inside a table tag within a loop to generate a multi-row printable form
    htp.p('<td cellspacing="0" align="right" width="100%" style="font-size:8pt">'||HTMLDB_ITEM.TEXT(p_idx=>2,p_size=>1)||'</td>');
    I'm still getting gaps between rows.
    How do I control the space between each row ? I want each text item row packed up like a spreadsheet with no gaps between rows. Although not shown (border="0") there is the enclosing table cell for each field, so what I want is no cellspacing and maximized item height within each cell.
    But with the above code I'm getting...
    etc.
    but I want
    Anyone know how to do this?
    regards
    Paul P

    Hi Chris , how's it goin'...
    thanks for the response. I know how to control a table cell area's height but it's the height of the inner textitem that I'm having trouble with. When I turn on border="1" There's not much space left between cells, just the default width of a line. I just don't know how to expand the height of the text item. The CSS code you suggested, where do I put the code and how do I apply it?
    Here is the guts of the PLSQL report code
    for des_rec in des_cur loop
    htp.p('<table height="100%" width="95%"border="0">');
    htp.p('<tr>');
    htp.p('<td style="font-size:8pt;font-family:Arial" width="80%" nowrap >'||
    des_rec.DES_SERVICE_DESC||'</td>');
    htp.p('<td cellspacing="0" align="right" width="5%" style="font-size:8pt">'||
    HTMLDB_ITEM.TEXT(p_idx=>2,p_size=>1)||'</td>');
    htp.p('<td cellspacing="0" align="left" width="5%" style="font-size:8pt">'||
    HTMLDB_ITEM.TEXT(p_idx=>3,p_size=>1)||'</td>');
    htp.p('</tr>');
    htp.p('</table>');
    end loop;
    regards
    Paul P

  • When using different profile, I can't get it cleared for security

    Due to trouble with Flash, I changed/added a ff profile.
    When I then tried to sign in to yahoo, I got screen saying for security purposes I had to verify my ID. I had a choice of several methods, text or voice to cell, email to different email.
    I tried both texting my cell and getting email. Both times, I got code. I typed it in and clicked on 'submit'. Nothing happens.
    The image remains the same. It looks like I did not click at all. I have repeated this, sometimes clicking 8-9 times. still no change.
    In order to reach my yahoo mail, I had to go back to my earlier profile. I may as well change back to old profile and as changing did not solve the problem with flash.
    But I would still like to know what is going on/ how to fix it.When I travel and use different computer, I have to do this, verify ID. I want to know how to force the verifcation through.
    Thanks

    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift ''(Mac Options)'' >''' key, and then starting Firefox. Is the problem still there?

  • Duplication of Defect items when using the Automatic Defect recording

    Can someone help with this one:
    We are using the Defect Code for General rejection field (QPMK-CODEGRQUAL) in some Qualitative characteristics.
    When we record a rejected result for these characteristics, the system creates a Quality Notification as expected, but the Notification Item detail tab contains two identical defect items, instead of just one. Both items have the same created_by information and the identical creation time.
    I have looked through OSS for any reference to this problem, and cannot find anything, but I'm pretty sure it is a bug.
    We are on ECC60.
    Thanks for your help!

    Hi Chris,
    Program RFDM3000 creates dispute cases for residual items arising during automatic incoming payments (account statement, lockbox), during check presentation, or in postprocessing.
    Alternatively, you can use the program to create dispute cases for open receivables items. You can use the selection criteria to restrict the quantity of open items (for example, using the document type and posting key for residual items from incoming payment postings).
    You will find more information in the link below
    http://help.sap.com/saphelp_erp2004/helpdata/en/0b/e07340b0c6980ae10000000a155106/content.htm
    Regards,
    Jose

  • Dimension hierarchy does not process when using /CPMB/IMPORT_MASTER

    Hi all
    Our system is SAP BPC NW 7.5 SP7
    We are using a flat file to import master data and hierarchies.
    Unlike the import from InfoObject package, the flat file package does not process the hierarchy after the import.
    This means that it would have to be done manually through the admin consol. How do i resolve this?
    Any help appreciated
    Byron

    Hi,
    Try using /CPMB/IMPORT_IOBJ_HIER to load the hierarchies. Please refer to the below links from help.sap:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/69/3fa8fec0504cdab61f3247edb8c3b0/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/b8/2eb5a519fc447f99b222d24cc2b914/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/87/e0cb512dca414e849d681e76e38d08/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/d2/0eebe57b164cc0925919997616945c/content.htm
    Hope this helps.

  • How is system inactivity determined when using power profile to place system in standby + paging question

    I suspect that the reason my desktop computer is not entering standby (when there is no console/operator activity) is that there is an active background process that is causing paging activity. Could anyone verify that this prevents entering
    standby?
    If that is the case, how can I restrict the background process to only use (unpaged) virtual memory?

    Hi,
    Maybe this will help: http://support.microsoft.com/kb/899975
    Best Regards,
    Jesper Vindum, Denmark
    Systems Administrator
    Help the forum and vote helpful replies or mark them as answer, if it helps solving your problem.

  • Photos cant be seen when using google profile, email etc...through firefox

    Application Basics
    Name
    Firefox
    Version
    5.0.1
    User Agent
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1
    Profile Directory
    Show in Finder
    Enabled Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    AddThis
    3.1.2
    true
    {3e0e7d2a-070f-4a47-b019-91fe5385ba79}
    Firebug
    1.8.1
    true
    [email protected]
    Web Developer
    1.1.9
    true
    {c45c406e-ab73-11d8-be73-000a95be3b12}
    Google Toolbar for Firefox
    7.1.20110512M
    false
    {3112ca9c-de6d-4884-a869-9855de68056c}
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.fixup.alternate.enabled
    false
    browser.history_expire_days.mirror
    180
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.valleymove.com/
    browser.startup.homepage_override.buildID
    20110707182747
    browser.startup.homepage_override.mstone
    rv:5.0.1
    extensions.lastAppVersion
    5.0.1
    keyword.URL
    http://www.google.com/search?sourceid=navclient&hl=en&q=
    network.cookie.prefsMigrated
    true
    places.database.lastMaintenance
    1314458021
    places.history.expiration.transient_current_max_pages
    124822
    places.last_vacuum
    1304801924
    print.macosx.pagesetup-2
    PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHBsaXN0IFBVQkxJQyAiLS8vQXBwbGUvL0RURCBQTElTVCAxLjAvL0VO…
    print.print_bgcolor
    false
    print.print_bgimages
    false
    print.print_command
    print.print_downloadfonts
    false
    print.print_evenpages
    true
    print.print_in_color
    true
    print.print_margin_bottom
    0.5
    print.print_margin_left
    0.5
    print.print_margin_right
    0.5
    print.print_margin_top
    0.5
    print.print_oddpages
    true
    print.print_orientation
    0
    print.print_page_delay
    50
    print.print_pagedelay
    500
    print.print_paper_data
    0
    print.print_paper_height
    11.00
    print.print_paper_size_type
    1
    print.print_paper_size_unit
    0
    print.print_paper_width
    8.50
    print.print_printer
    print.print_reversed
    false
    print.print_scaling
    1.00
    print.print_shrink_to_fit
    true
    print.print_to_file
    false
    print.print_unwriteable_margin_bottom
    56
    print.print_unwriteable_margin_left
    25
    print.print_unwriteable_margin_right
    25
    print.print_unwriteable_margin_top
    25
    privacy.cpd.cache
    false
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.warn_viewing_mixed
    false
    Graphics
    Adapter Description
    0x22600,0x24300,0x20400
    Vendor ID
    0000
    Device ID
    0000
    Adapter RAM
    Adapter Drivers
    Driver Version
    Driver Date
    Direct2D Enabled
    false
    DirectWrite Enabled
    false
    WebGL Renderer
    NVIDIA Corporation -- NVIDIA GeForce GT 330M OpenGL Engine -- 2.1 NVIDIA-1.6.36
    GPU Accelerated Windows
    2/2 OpenGL

    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Dynamic Items in DIP profile

    Hi Gurus,
    Can you please Brief me about DYNAMIC ITEMS in the DIP profile
    awaiting for your valuable inputs.
    regards,
    kumar

    Definition for Dynamic Item is available in SAP HELP. Please go through it.

  • Billing Based on DIP Profile - PS - SD Line Items Structure

    Hi,
    I have created a sales order with 1 line item which is linked with a WBS Element via account assignment.
    Based on the line item and WBS structure & Activities. I am billing the customer by creating a debit memo from DP91.
    The billing is POC basis and is done on monthly basis. Thus at the end of each month the customer is billed according to quantities confirmed in DP91. Ultimately the complete project is done and all billing is completed as well.
    Now the problem is: sales order line item had 1 quantity, however debit memo created via DP91 had more than 1 quantities and we have created multiple debit memo request w.r.t. a sales order. now the project is completed, but the status of the sales order is stilll "open". what should be the structure of sales order line items so that order is also set as completed when all quantities in PS are billed.
    waiting for any kind of supportive information.
    thanks.

    Hi Robert,
    You have 2 questions
    1. On DIP
    DIP has nothing to do with WBS, though you use WBS as one of teh characteristics in DIP. As per your DIP, many sales orders are created and they are enabled with different material (material determination in DIP). In order to analyse this further, you have to analyse the DIP, which is linked to your item category in VOV7. If not in VOV7, you can see the DIP name in the item level in the sales order. Using this, you can go to PS and there you can see the characteristics, usage and materials configured for this profile. This will give you a lead to find out why multiple items are coming. As per DIP profile, having multiple materials while creating documents in DP91 is expected behaviour.
    2. For sales order update, you have to invoice all your billing plans, if your order items are billing plans enabled, (may be MS billing as your system has PS also). If you check this, and invoice all the milestones, then the status will be updated automatically. Before updating the sales order status, you should also close all the WBS elements and the project, which are linked to the sales order (I am not sure about this point, but you can try it in the test system, be have the system of one project per salesorder, may not be the case for you)
    If you have any specific questions, pls lemme know.

  • [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)

    Dear Experts,
    i am getting the below error when i was giving * (Star) to view all the items in DB
    [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)
    As i was searching individually it is working fine
    can any one help me how to find this..
    Regards,
    Meghanath.S

    Dear Nithi Anandham,
    i am not having any query while finding all the items in item master data i am giving find mode and in item code i was trying to type *(Star) and enter while typing enter the above issue i was facing..
    Regards,
    Meghanath

  • SharePoint 2013 profile service account requirements when using "Use SharePoint Active Directory Import" option

    Hi All,
    I am trying to configure SharePoint Profile service. We would like a straightforward profile import from Active Directory.
    On the "Configure Synchronization Settings" page, we have chosen the option "Use SharePoint Active Directory Import" option.
    We have created a connection to the Active Directory using Configure Synchronization Connections page. We have specified the account that would be used for the import process.
    Question:
    I would like to confirm whether the account configured for the profile import need any special privileges when using "Use SharePoint Active Directory Import" option ?
    Thanks,
    Saurabh

    Grant Replicate Directory Changes permission on a domain
    To do this please follows below procedure
    On the domain controller, click Start, click Administrative Tools, and then click Active Directory Users and Computers.
    In Active Directory Users and Computers, right-click the domain, and then click Delegate Control.
    On the first page of the Delegation of Control Wizard, click Next.
    On the Users or Groups page, click Add.
    Type the name of the synchronization account, and then click OK.
    Click Next.
    On the Tasks to Delegate page, select Create a custom task to delegate, and then click Next.
    On the Active Directory Object Type page, select This folder, existing objects in this folder, and creation of new objects in this folder, and then clickNext.
    On the Permissions page, in the Permissions box, select Replicating Directory Changes (select Replicate Directory Changes on
    Windows Server 2003), and then click Next.
    Click Finish.
    Thanks & Regards
    ShivaPrasad Pola
    SharePoint Developer 

  • Firefox won't open following update. Can't open Profile Mgr, even when using entire directory path in cmd line

    I'm running Firefox on a Windows 7 machine. Firefox won't open following the latest update. I've read the help articles and it seems like I need to create a new profile because my settings have likely been corrupted. I'm unable to open Profile Mgr, even when using entire directory path in cmd line. I've tried the following commands in the command line:
    firefox -p
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p
    Nothing happens with either command.
    I'm also running Norton Internet Security. I read a help article Re Virtual Browsing features possibly causing a problem. The article said to check the virtualization setting in the internet security software and to clear the virtual cache. I went thru all of the settings menus in Norton Internet Security version 21.6.0.32 and I didn't see anything that looked like 'virtualization" settings, so I assumed that this doesn't apply to me.
    If you have any ideas, I'd sure appreaciate your expertise!!

    ''arcandl [[#question-1038482|said]]''
    <blockquote>
    I'm running Firefox on a Windows 7 machine. Firefox won't open following the latest update. I've read the help articles and it seems like I need to create a new profile because my settings have likely been corrupted. I'm unable to open Profile Mgr, even when using entire directory path in cmd line. I've tried the following commands in the command line:
    firefox -p
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p
    Nothing happens with either command.
    I'm also running Norton Internet Security. I read a help article Re Virtual Browsing features possibly causing a problem. The article said to check the virtualization setting in the internet security software and to clear the virtual cache. I went thru all of the settings menus in Norton Internet Security version 21.6.0.32 and I didn't see anything that looked like 'virtualization" settings, so I assumed that this doesn't apply to me.
    If you have any ideas, I'd sure appreaciate your expertise!!
    </blockquote>
    ''philipp [[#answer-670108|said]]''
    <blockquote>
    hello arcandl, when firefox isn't launching after you double-click on the shortcut this is sometimes also a sign of malware being active on a system.
    you might want to try running a scan with some different other security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] which are specialised in removing adware and browser hijackers.
    [[Troubleshoot Firefox issues caused by malware]]
    </blockquote>
    Phillip - You're a genius!!! I ran malwarebytes and it resolved my problem. Thank you so much!!!

  • I used  Ion Profile Pro to digitize quite a few records. However on some records, it will not recognize them and sync them in iTunes. Perhaps because some songs "ran together" when copied or titles were misspelled. Can I get iTunes to recognize them?

    I used Ion Profile Pro turntable to digitize some old records. It worked fine for most of the records, but on five or six albums I get an error message saying "the original file can't be found" and it won't transfer them to my iPod Touch. However, the files are on my hard disk digitized and I can click on them and play them in Windows Media Player. When I go to iTunes, the records (or the CD created from the original records) exits in the iTunes libraries for sale. However, in some cases, the contents of the album offered for sale differs slightly from the original record, or the songs exist on different albums, but not the original album that I had. In some cases minor misspellings occurred on a few titles when they were entered in the ION softwareon my computer. In a few cases, it seemed as if ION did not recognize that there were two or three songs and ran them all together as one and again, my song list does not exactly match Apple's.
    I own these songs, but iTunes won't put them on my iPod Touch. Is there anything I can do (short of paying for songs I already own) to get Apple to recognize these songs?

    You seem to have an iTunes problem, not an iPod problem.  Try posting in the iTunes forum.

Maybe you are looking for