Can anyone from SAP comment on this? Credit Note from AP Invoice

Hi all!
I'm creating a partial credit note from a Service AP invoice via DI.
My invoice has 2 lines, the first for 10.000, the second from 5.000 (no VAT to keep things simple) Tot = 15.000.
In the credit note I have the first line for 2.000 and the second for 1.000, Total = 3.000.
I set for the first line
CreditNote.Lines.BaseType = "18"
CreditNote.Lines.BaseEntry = 28
CreditNote.Lines.BaseLine = 0
CreditNote.Lines.Line Total = 2.000
and for the second
CreditNote.Lines.BaseType = "18"
CreditNote.Lines.BaseEntry = 28
CreditNote.Lines.BaseLine = 1
CreditNote.Lines.Line Total = 1.000
and for the CreditNote
CreditNote.DOcTotal = 3.000
Saving, I obtain a CreditNote with the first line for 10.000, the second for 5.000 and a total discount of 12.000, Total = 3.000. (same invoice amounts on the lines
and a discount to get the correct invoice total).
My question is: isn't there a way to obtain a credit note linked to the invoice but with line amounts different from the ones of the invoice (in my example: first line 2.000, second 1.000) and without discount?
in B1 you can do it!!!
I know that from a fiscal point of view the result is the same, but seeing credit notes in B1 different from the vendor documents is pretty upsetting for some customers ...
Thanks in advance,
francesca

Nevermind!
I solved the problem: even with DI you can create a partial Credit Note.

Similar Messages

  • Can anyone from SAP comment on this?

    sorry for repeating myself but i tried several things but could not find what was wrong Someone suggested that this was a bug in previous releases but i have the latest one installed
    <b>SBO 2004A (6.70.187) SP:00 PL14</b>
    screenshot
    http://mx1.beautybase.com/share/master_2.jpg
    I have a user defined table (i.e. Colours) connected to the Item Master Data Form (-150). This table is combo box on the form. Whenever I populate this combo I specify Code (i.e. 1) and Name (i.e. 15 ml) values. Now if my form in the search mode and I bring list of the items by using * for item number (Form 1003) I can see matrix with number of records but unfortunately column with sizes displays Code instead of Names. Please let me know whether it is possible to display Name value. The Display Descr. checked in the "choose from list" Form Settings..
    what shell I do, any ideas?

    still investigation this found that if i create Data Field by going Manage User Fields > Master Data> Items > Items > Some Field and use Set Valid for Field option with predefined values then i am able to switch between Code and Description, but if i use Set Linked Table option then the only Code appears whenever I use choose from list form under  Item Master Data.
    Pleeeeeeease HELP. SOS

  • Styling Rules, can anyone explain to me why this will not work?

    I am creating a Custom Theme, for some reason Mapviewer generates the first two rules of this and then ignore the last two rules. It does not matter if the 2nd rules is any of the last 3, it will generate the markers associates with the query, but after it does that it ignore the last two styles. In the code below, the state labels all work fine. M.Green is displayed but not M.Amber or M.Red, if I was to put M.Red or M.Amber in the place of M.Green it will only display that style. So I know the queries are correct. I their some sort of limit on the amount of Rules I can have? In the MapDef tool it all looks correct but I can't edit the queries as I reach the character limit of the tool so I have to do this in SQL.
    INSERT INTO user_sdo_themes VALUES(
    'FORSCOM',
    'FORSCOM Sites',
    'MAP_DATA',
    'MAP_LOC_DATA',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules asis="true">
    <rule>
    <features style="RESOURCES:C.SEQ6_02" ASIS="TRUE"> (US_ID IN(''AR'',''AZ'',''CA'',''LA'',''NM'',''NV'',''OK'',''TX'',''AL'',''FL'',''GA'',''KY'',''MS'',''NC'',''PR'',''SC'',''TN'',''MA'',''ME'',''NH'',''MD'',''RI'',''CT'',''NY'',''PA'',''DC'',''WV'',''DE'',''NJ'',''VA'',''VT'',''CO'',''IA'',''ID'',''IL'',''IN'',''KS'',''MI'',''MN'',''MO'',''MT'',''ND'',''NE'',''OH'',''OR'',''SD'',''UT'',''WA'',''WY'',''WI''))</features>
    <label column="US_ID" style="RESOURCES:T.STATE NAME">1</label>
    </rule>
    <rule>
    <features style="RESOURCES:M.GREEN" asis="true">
    SELECT location,
    map_loc_data
    FROM resources.map_data ml
    WHERE ml.location_id IN (SELECT d_loc_id
    FROM cii.devices
    WHERE d_loc_id IN (SELECT DISTINCT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = ''FORSCOM''))
    </features>
    </rule>
    <rule>
    <features style="RESOURCES:M.RED">
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,2,'Red') status,
    et_type type,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (2)
    AND d.d_loc_id IN (SELECT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = 'FORSCOM')
    </features>
    </rule>
    <rule>
    <features style="RESOURCES:M.AMBER">
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,1,''Amber'') status,
    et_type type,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (1)
    AND d.d_loc_id IN (SELECT l.location_id
    FROM resources.locations l,
    resources.activity_locations al,
    resources.activities a,
    resources.sub_commands sc,
    resources.commands c
    WHERE l.location_id = al.location_id
    AND al.activity_id = a.activity_id
    AND a.ac_sc_id = sc.sc_id
    AND sc.sc_cmd_id = c.command_id
    AND c.acronym = ''FORSCOM'')
    </features>
    </rule>
    </styling_rules>');

    Hi LJ,
    I should have all this figured out. I have created my advanced theme, and it seems to be working fine. The problem I am running into is when I try and get the data for my mouseover infotip window the Mapviewer is failing saying that the decription string I am trying to display in my infotip window is failing whenever it is trying to display any text string:
    05/05/05 11:14:27 Thu May 05 11:14:27 GMT-07:00 2005 ERROR [oracle.lbs.mapserver.core.RealWorker] java.lang.NumberFormatException: For input string: "DEVENS RESERVE FORCES TRAINING AREA"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1207)
    at java.lang.Double.valueOf(Double.java:202)
    My query is as follows:
    INSERT INTO user_sdo_themes VALUES(
    'FORSCOM',
    'All Forscom',
    'ALL_MAP_LOCATIONS',
    'MAP_LOC_DATA',
    <?xml version="1.0" standalone="yes"?>
    <styling_rules >
    <rule >
    <features style="RESOURCES:A.STATUS">
         SELECT md.map_loc_data, me.LOCATION, me.DEVICE, me.STATUS, me.TYPE, me.DOWN, me.ETR, me.TITLE, cl.location_id
         FROM resources.MAP_LOCATION_EVENTS_VIEW me, resources.MAP_DATA md, command_locations_view cl
    WHERE cl.location_id = md.location_id AND md.location = me.location(+) AND acronym = 'FORSCOM'
    </features>
    </rule>
    </styling_rules>');
    If I just have the following SQL this works fine and the infotip window will show me the status of the locations, but of course I need to have the descrition, and title, etc.. Any strings that are called seem to fail.
    SELECT cl.location,
    md.map_loc_data,
    cl.status
    FROM command_locations_view cl,
    map_data md,
    map_location_events_view mle
    WHERE cl.location_id = md.location_id
    AND md.location = mle.location(+)
    AND acronym = 'FORSCOM'
    My 2 views are as follows:
    SELECT cl.location,
    md.map_loc_data,
    cl.status
    FROM command_locations_view cl,
    map_data md,
    map_location_events_view mle
    WHERE cl.location_id = md.location_id
    AND md.location = mle.location(+)
    AND acronym = 'FORSCOM'
    SELECT location,
    d_dev_name device,
    DECODE(d_ops_status,1,'Amber',
    2,'Red') status,
    et_type type,
    ev_short_desc title,
    ev_down_gmt down,
    ev_etr_gmt etr,
    ev_description description,
    map_loc_data
    FROM resources.map_data ml,
    cii.devices d,
    cii.events e,
    cii.event_types et
    WHERE ml.location_id = d.d_loc_id
    AND d.d_dev_id = e.ev_dev_id
    AND e.ev_type = et.et_id
    AND e.ev_os_id IN (1,2)
    Any ideas??
    Thanks!!!

  • Wanting to connect an older G4 Powerbook running OS 10.4.11 to a Marantz SR4023 receiver amplifier with only RCA inputs to play iTunes through it on stereo speakers. Can anyone advise how to do this?

    Wanting to connect an older G4 Powerbook running OS 10.4.11 to a Marantz SR4023 receiver amplifier with only RCA inputs to play iTunes through it on stereo speakers. Can anyone advise how to do this? Not tech savvy at all here, and will be happy with a simple hard wired connection.  The Powerbook is old, and I no longer want to use it for anything but connecting iTunes radio, and my iTunes library to my stereo system.

    Hi,
    There were many PowerBook G4 models (http://support.apple.com/kb/HT3065) with different ports (http://support.apple.com/kb/ht2369).
    If necessary, a manual can be found here:
    http://support.apple.com/manuals/#PowerBook%20G4
    Generally speaking, the output of a headphone port can often be used for the connection to an amplifier. You would need an appropriate cable (typically, 3.5 mm stereo plug to two RCA plugs). Choose a suitable amplifier input (high level). Do verify the allowed amplifier input voltage levels and the impedance before you connect.
    Jan

  • HT201269 Can anyone assist me to solve this issue? how to purchase apps from Apple Store using in Afghanistan?

    Dear All,
       I use my iPhone here in Afghanistan, and location of my Apple ID is set to US, I want to purchase some apps from Apple Store but when i enter my credit card details so it ask me for US's Credit Card, Even i could not find Afghanistan in the list of countries.
    Can anyone assist me to solve this issue?
    Thank You.

    Sorry, but there is no iTunes Store for Afghanistan and you are not allowed to use the iTunes Store of any other country, so unless you physically go to another country and have a valid payment method issued in that country (an Afghani credit card will not be accepted), you cannot purchase apps.
    Regards.

  • HT204492 can someone help me ? My iMac remote control isn't working properly , well all buttons are working apart from the MENU button !! Can anyone shed any light on this ?

    can someone help me ? My iMac remote control isn't working properly , well all buttons are working apart from the MENU button !! Can anyone shed any light on this ?

    As this is the forum for PPC (pre-2006, non Intel) iMacs I assume that is what you have.
    Try pairing the remote again:
    How to Pair your Remote to your Mac:
    http://support.apple.com/kb/HT1619?viewlocale=en_US

  • So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    So I  downloaded acrobat XI Standard from the Adobe website, when I go to install it, it says "Adobe XI Pro" at the top left corner. Can anyone shed some light on this for me? I have a volume license for XI Std. so I would like to use the Std. version.

    login and download your software from the adobe volume licensing website, Customer resources | Adobe Buying Programs

  • Ever since my last update I have been unable to add songs from my i tunes library onto my i phone.  The "add to" button does not appear for me when I connect my i phone.  Can anyone shed some light on this for me?

    Ever since my last update I have been unable to add songs from my i tunes library onto my i phone.  The "add to" button does not appear for me when I connect my i phone.  Can anyone shed some light on this for me?

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

  • I have Adobe CS4 Photoshop for Windows (PN 65015634 - from 2008) -- Can anyone let me know if this is compatible with Windows 7??  Thanks!!

    I have Adobe CS4 Photoshop for Windows (PN 65015634 - from 2008) -- Can anyone let me know if this is compatible with Windows 7??
    Many and sincere thanks!!

    You need to have your computer looked at for upgrading and evaluate your third party hardware, software and files.
    To fix your issue is too complicated and lengthy to go into all of it here, it will require the services of person very familiar and experienced with Mac's to first recover your data and then restore OS X back to a functional state which may or may not require new hardware/software installed.
    You can hire the services of a local Mac computer support technician experienced in these matters.
    Have them look at your Wifi security/speed, RAM amount, extra storage and computer backup proceedures in the process.
    Good Luck.

  • My bookmark glasses icon is missing as well as the bookmark icon from preference pane.  The reading list is still there although completely grey colour and all the pages have the same blue icon. Can anyone advise how to fix this problem?  Mac os x 10.7 Sa

    My bookmark glasses icon is missing as well as the bookmark icon from preference pane. There is no + sign to add to the reading list.  The reading list is still there although completely grey colour and all the pages have the same blue icon. Can anyone advise how to fix this problem?  Mac os x 10.7.5  Safari 6.1.

    My bookmark glasses icon is missing as well as the bookmark icon from preference pane. There is no + sign to add to the reading list.  The reading list is still there although completely grey colour and all the pages have the same blue icon. Can anyone advise how to fix this problem?  Mac os x 10.7.5  Safari 6.1.

  • I recently used an external hard drive to back up photos etc from my mac, I didn't do a full system back up. Since then a finder window titled 'client node' keeps popping up every time i hit the spacebar. Can anyone help me please stop this happening?

    I recently used an external hard drive to back up photos etc from my mac, I didn't do a full system back up. Since then a finder window titled 'client node' keeps popping up every time i hit the spacebar. Can anyone help me please stop this happening?

    Click on it, choose Get Info from the File menu, and check the format.
    If it's formatted as NTFS, reformat it as MS-DOS, exFAT, or Mac OS Extended (Journaled) as desired, or install software such as Paragon NTFS on the computer.
    If it's formatted as FAT32 or exFAT, use the Disk Utility's Repair Disk command on it; this may also happen for a flash drive which is about to fail.
    If it's formatted as Mac OS Extended, click Authenticate and provide your administrator password, or change the permissions on that specific folder in its Get Info window.
    (109318)

  • My daughter has an iphone 5s and I have her old 3GS. She receives all my imessages that I rcv or send to other people. Can anyone advise how to stop this? we have removed the 3gs from her itunes account but it hasn't stopped the issue.

    My daughter has an iphone 5s and I have her old 3GS. She receives all my imessages that I rcv or send to other people. Can anyone advise how to stop this? we have removed the 3gs from her itunes account but it hasn't stopped the issue.

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • While updating iphone software to 5.0.1, I am getting error message that Iphone cound not be updated because the firmware file is not compatible. Can anyone help me to resolve this issue.

    While updating iphone software to 5.0.1, I am getting error that Iphone could not be updated because the firmware file not compatible.
    Can anyone help me to resolve this issue.

    Using iTunes 10.5.2.11 on a PC running 64 bit Windows 7
    First did a full back up of  iphone using iTunes
    Put iphone into Recovery Mode ( http://support.apple.com/kb/ht1808 ). Erases all user data and settings!
    Disconnected USB cable from iphone
    Powered off iphone by holding down Sleep/Off button until slider appeared, slid to off, waited until screen dark
    Pressed and kept holding Home button while plugging cable back into phone
    I still saw the graphic on the iphone that said to plug into iTunes, so I unplugged and re-plugged cable. (I may have released the Home button too soon)
    Recovery Mode alert came up in iTunes.
    Followed all iTunes prompts to restore phone - it downloaded and sucessfully installed iOS 5.0.1
    iphone did not appear in iTunes due to missing pairing file (that made me nervous)
    iphone was now at factory settings. I followed prompts on iphone screen to start reactivation process
    Eventually the iphone asked if I wanted to restore from a back-up (whew!)
    A window opened in iTunes and I was able to select my previous back-up file for the restore
    A full restore from back-up then occured
    I also allowed a carrier settings update to occur when prompted (not sure that happens in all cases)
    When the restore was done I had to re-enter some passwords, but everything was there
    iOS is now 5.0.1 (9A406). The whole process took about an hour.

  • When registering my iphone on itunes the message - the sim card insertedin this iphone does not appear to be supported - can anyone shed some light on this and tell me a way around this problem?

    when registering my iphone on itunes the message - the sim card insertedin this iphone does not appear to be supported - can anyone shed some light on this and tell me a way around this problem? the phone itself is an english phone and tried to register with a spanish sim and that message appeard, so i tried with my iphone sim which is english and the same message appeared!
    thanks

    Is the English sim from the original carrier as that is usually the message you get with a carrier locked phone.

  • HT1338 I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    I am trying to register my Appliances and when I try to click on "Save" or "Submit" I am unable on my MacBook pro. I have tried different browsers yet still same problem.  Can anyone shed some light on this please.

    Thanks for that 'sberman' - because my iPhone is backed-up to my work computer (only at this stage) I have had to call our IT Department in Adleaide. (4 times this morning). The last guy managed to get the phone into 'DFU Mode' - no more recovery mode screen - (kind of 'asleep' perhaps) from my understanding of same. I am awaiting a call again from IT so they can get my computer to actually recognise my iPhone on the C Drive. This also happened to  one of my colleagues in Newman (WA). She got so frustrated with the whole process that she bought another phone the next time she was in 'civilisation.' She hasn't had any problems since. (Cross fingers).
    Thanks again, Sandra2474.

Maybe you are looking for

  • Using Tags, Can i Search for Multiple Tags in One Search Folder?

    Hi forum, i would like to set a Search Folder and search using Tags. I would liek to use one such folder and search for everythign i haver tagged last week. How cna i search for 'TAG A' and 'TAG B' in one Search Folder?

  • How to deactivate one of our computers that has been destroyed by a tornado.

    I have one computer that I have the cloud on and works fine but my other computer got sucked up by the tornado. How do I deativate a computer I don't have in order to put it on a new one.

  • IPhone says iTunes Match is on, but it is not

    I turned off iTunes Match so that I can copy songs to a playlist on my iPhone. But the iPhone still shows iTunes Match is on. Any help is appreciated. Why can't Apple make iTunes easier to use?

  • Help : logistics extraction

    Hi - can someone pls. help me understand this ? In the LO extraction process, the definitions of V1, V2 & V3 updates are mentioned as   V1 - Sync. update (STATISTICS UPDATE and DOCUMENTS UPDATE takes place at a time) V2 - Async. update (Statistics up

  • Help in BADI ADDRESS_SUBSCREEN

    Dear sirs, I've implemented the BADI ADDRESS_SUBSCREEN and I'm able to read data from screen by the structure ADDR1_DATA. But If I change the variable ADDR1_DATA the screen fields does not change. Here is the code: By debugging this code I can read t