Reset Item issue

I have an issue where incoming payments were applied to AR invoices via lockbox. Now we discovered that we needed to reverse and reset this so we performed an FBRA that reset the payment document and made the invoices open again.
The customer resent the check, but now we need to figure out the items that were cleared the first time.
FBRA has removed the link with the invoices so I cant see the items previously cleared.
ANy idea how i can see that information once cleared?
thanks
Brian

Hello,
In relation to error message F5715, this explicitily tells you that you should
not enter a business area in each customer vendor item.
When a business area is unique in all the line items the document
splitting logic can assign the account assigment characteristics based
on the document splitting rule.
Please review notes 334015 and 566083 concerning business area.
In note  334015 you can see that the system transfers this unique
business area to all manually entered lines, provided that the
'Business area financial statements required?'.
When a business area is entered in the vendor line item, error message F5715 is
issued. This error explicitily tells you that you should not enter a
business area in each customer/vendor item.
In this instance the system cannot derive the additional account
assignment characteristics via document splitting and the document
splitting is prohibited.
I hope this helps
Ray Moynihan

Similar Messages

  • Why can't I use the function of menu item 'issue delivery output'?

    why can't I use the function of menu item 'issue delivery output' in main screen of delivery note?
    And at the same time I can't use the button of printing in main screen of delivery note.
    the main screen of delivery note I mean above is in screen of maintaining shipping data instand of the first screen of VL02N.
    TKS in advance.

    Hi,
    Because delivery will be having header level output and item level output. So if u try to print through main screen then system will not know whether it is header related or item related. That is the reason it is only print output at header level or item level but not in main screen.
    I think u may have doubt like how billin will be issued output through Main screen. Because for billing both header and item level data are same..
    Regards
    Sankar

  • Resetting items in my loop

    So i have my items that I bring onto stage with my loop function with dynamic text fields within the loop. If I want to clear these items using a reset button on the stage how can I do this. From my code below when I press the reset button I receive: TypeError: Error #1010: A term is undefined and has no properties.
    So a little snippet of my code just to give an idea what I use to bring items to stage and what Im trying to use to reset
    //Brings items to the stage
    for (var i:Number=0; i<imageArray.length; i++)
    var item:NewItem = new NewItem();
    item.name = "item" + i;
    MainItem.addChild(item);
    item.rank_text.text = "1";
    // to reset items i tried the below
    reset_btn.addEventListener(MouseEvent.CLICK, resetFields);
    function resetFields(e:MouseEvent):void
    this.pos = 1;
    for(var i:Number=0; i<imageArray.length; i++) {
    var item:NewItem = new NewItem();
    item.name = "item" + i;
    MainItem.item.rank_text.text = "";
    What am I doing wrong?
    Thanks
    Mark

    I know the first part works as it displays how it should. Basically my first loop is set as default: item.rank_text.text = "". Then further on in my script I assign numbers to each of my items i.e.
    //inside of my for loop
    item.button.addEventListener(MouseEvent.CLICK, controlClick);
    //outside my for loop
    function controlClick(e:MouseEvent):void
    (e.target).parent.gotoAndStop(2);
    if (!(e.target).parent.ranked)
    (e.target).parent.rank_text.text = String(this.pos);
    (e.target).parent.rank_text.alpha = 0.8;
    this.pos+=1;
    (e.target).parent.ranked = true;
    gives me an increased number when I click on them:
    So now what im trying to do is reset this to default before anything is clicked. My reset_btn code should just just tell my loop to empty rank_text. SO something below is not working correctly when trying to go inside this item and set the rank_text.text = "";
    Hope this clears things up
    Mark

  • Quality inspection for the items issued for Sales order

    Hi, How to map the qc for the items issued for sales order?

    Dear Yadav,
    -Activate insp type 10 in the Material Master-QM view insp setup (MM01)
    -Create Inspection plan (QP01) with usage as Goods issue & assign Insp characteristics
    -Create Sales order (VA01)
    -Delivery against the Sales order (VL01N) or through sales order menu. Delivery Insp lot gets created after Delivery is made.
    -Do results recording and take usage decision (QA32)
    Note:
    -This inspection is non stock relevant inspection. There will be no stock posting through Quality Management.
    -Post Goods issue in the delivery can be made only after taking the usage decision.
    Regards,
    Keerthi.

  • Sum of the items issued and items received

    Sir,
    if i want to get all the sum of the items issued and items received wrt mblnr and matnr, what shd i do??
    thanks
    Arun

    Hi
        Look at this code .It retrieves the sum of LABST field for all line lineitems for a given material No in MARD table.
    TYPES : BEGIN OF Type_Mard,
    W_MATNR TYPE MARD-MATNR,
    W_LABST TYPE MARD-LABST,
    END OF Type_MARD.
    data : ITAB_MARD TYPE TABLE OF Type_MARD,
    wa_MARD TYPE Type_MARD.
    SELECT MATNR
    SUM( LABST) INTO TABLE ITAB_MARD
    FROM MARD WHERE MATNR = p_MATNR " parameters
    AND WERKS = P_RESWK .
    Hope youll get an idea
    Thanks
    Viquar Iqbal

  • Collective Contract Accounts | Reset Clearing Issue

    Collective Accounts clearing : We have scenario where one parent CA has 2000 child accounts, now business has done reset clearing and subsequent automating clearing multiple times which has resulted in creation of thousands of reset clearing  document type RC and automatic clearing document type AM  In a collective parent account
    So my questions are below
    1)Is there any way we can stop creation of so many RC  documents at the time of reset clearing where single payment has cleared 2000 child accounts.
    2) Further we are having issue in FPL9 not able to display such a large parent account., so please let me know how I can change FPL9 to accomodate dsuch a large CA
    Please let me know if anything above is not clear.
    Request you to kindly extend your help in above

    Hi,
    In order not to create several RC documents, explore the use  of the radio button ''Cretate New Open Item" when performing the Re-Set Clearing.  This is in the "Setting for posting clearing amount" section of the screen.
    This is supposed to post a new open item at the Parent level.
    For FPL9, you could opt for the following setting: Initial screen = Totals, and Balance Variant = Standard.
    You could configure your own Balance Variants that group like Main/Sub transactions together and age them in 30/60/90 day grid (for example).
    I hope this helps.
    Regards,
    Ivor M

  • WebCal Feed To-Do Item Issues

    I'm having issues with a WebCal feed that I am subscribed to in iCal. I have made sure that To-Do items are NOT REMOVED from the feed. But for some reason iCal just doesn't want to show the items unless I right click on the feed and choose "Refresh All". It won't update the To-Do items by just choosing "Refresh".
    So clearly the format of the feed is correct because it will add the To-Do items after choosing Refresh All. So I test it out a little more by setting the feed to Remove the To-do items and then choose the standard Refresh. To-Dos are still there so I try choosing Refresh All once again and sure enough the To-Dos disappear.
    Any body else notice this issue?

    Thanks for you feedback.
    In response to Greg's post, I did not have a down arrow located next to the "To Do" item in the sidebar. There was no folder present called "On My Mac" or similar. However, by following rvdparis's concise instructions, I reset Mail and then two sub-folders were available under the "To Do" item in the sidebar - one called "Gmail", another called "On My Mac".
    All of the tasks I had so far started to create were being kept in the Gmail folder. But I dragged these into the "On My Mac" folder. I also note that when I create new "To Do" items, these are being automatically added to the "On My Mac" folder. All of the freezing and error messages have since stopped.
    Two questions though:
    1) Is it safe for me to delete the Gmail folder listed under Reminders > To Do > Gmail seeing this serves no purpose now?
    2) Will "To Do" items still sync with Gmail via IMAP or is that option now defunct?

  • AR Aging Open Items Issue in BW

    Hi Experts,
    We have activated 0FI_GL_4 data source and using the DSO ZFIGL_O2 (Copy of 0FIGL_O2) for data staging then load the data into custom cube ZFIAR_C01.
    The issue is when the AR document open in the ECC sometimes it is cleared right away or sometimes in future. All the documents that are cleared at future date do not have 0Clear_Date and 0Clearing_Document_No in the original document.
    When the delta loads run and pull these documents into BW and write it into the cube. The original document entry that clears in future contains blank in the fields of 0Clear_Date and 0Clear_Document_No. Later on the document cleared in ECC and come to BW but as a separate (documents) entry having 0Clear_Date and 0Clear_Document_No on it. But for the original document that come to BW and loaded in the cube for the first time does not updated the fields 0Clear_Date and 0Clear_Document_No .
    As of result when the query executed based on 0Clear_Date parameter it picks the original document entry that does not have 0Clear_Date and 0Clear_Document_No on it and  shows as an Open Item even customer paid the full amount and no balance due to the customer.
    Due to the add functionality of Info Cube it adds all the entries but the two fields 0Clear_Date and 0Clearing_Document_No are not updated for the original document entry that loads into the cube initially. For example the document opened in ECC and loaded into cube on 01/17/2014 and cleared on 01/22/2014 with other entry but the 0Clear_Date and 0Clear_Doc_No of original entry is not updated. See the attached pictures
    Can anyone of you suggest me how can I rectify this problem? All kind of ideas will be appreciated.
    Thanks,
    Shehzad

    Thanks for your reply but I am having the problem in cube. let me give you an example
    For example When original entry writes from DSO to Cube it does not have 0clear_date and 0clear_doc_no. See below:
    Original Entry (1st Entry):
    Customer|0Posting_Date|0Clear_Date| 0Clear_doc_no| Amount
    ABC | 01/17/2014 | | |10.00
    Then the second entry in which amount paid in full and have 0clearing_date and 0clearing_doc_no loads from DSO to cube. 
    Second Entry:
    Customer|0Posting_Date|0Clear_Date|0Clear_doc_no|A mount
    ABC |01/17/2014 |01/22/2014 |123456 | -10.00
    After loading the delta the 0clear_date and 0clear_doc_no of first entry is still blank that is why i am having problem because when the query executes it pull the original entry because it is not filled. How can i update the 0clear_date and 0clear_doc_no of first entry in cube. I can add the custom field "Status" in cube and in Transformation I can check base on 0clear_date and 0clear_doc_no, but the problem is how can i overwrite the first entry in the cube with 0clear_date and 0clear_doc_no.
    Regards,
    Shehzad

  • Anyone else having reset loop issues with ipad or ipad mini after IOS 7.02 update ? Based on my research it looks like this release is a total disaster for a lot of users. Locking up phones and ipads. Hopefully 7.03 will fix this mess.

    My Ipad mini is in a constant reset loop since 7.02 upgrade. Did a full recover twice to Factory setting thru Itunes. That did not work. Any thoughts on this release and it's implications. Looks like many people are having the same issues.

    Hi gruhland,
    Thanks for your reply.  It sounds like your device is actually in a restart loop, which is different from the process of a soft reset.  Specifically, what I wanted you to try is this:
    Resetting your device
    If your device stops responding, you can reset it by pressing and holding both the Sleep/Wake and Home buttons for at least ten seconds, until the Apple logo appears.
    If resetting does not break the restart loop, it sounds like a different direction may be warranted here. Due to the nature of your issue you may find more assistance by using another one of Apple's support resources:
    http://www.apple.com/support/contact/
    Take care,
    - Ari

  • Line item issue in order confirmation

    Hi folks..!!!
      i have an issue regarding order confirmation. while i am trying to display a sale order that line item quantity and somo more data's are printing in second line. i need those data's has to be print in same line in line i.e  item , material and material description displaying row...
    while in layout they done for item, material , material desc are in one TEXT element i.e ITEM_LINE and Quantity and some more fields  are in other TEXT element i.e ITEM_LINE_PRICE_QUANTITY, i think becoz of this quantity is display in second line.. could you plz solve this issue..
    ITEM     MATERIAL     QTY      DESCRIPTION   PRICE....
    10           ABC                           DEMO       
                                    10PC                                 2113
    i need output like this...
    ITEM     MATERIAL     QTY      DESCRIPTION   PRICE....
    10           ABC             10PC          DEMO         2133

    hi ,
    u r using script or form ?
    if u r using script ...
    in tag column put "=" ... so it will cont with the prev line...
    in case u r using smartforms ... keep all the values in single text element ...
    is there any problem in putting them in single column ?

  • Vendor Open item issue - legacy load

    Hi Gurus
    I need your help on an issue related to venddor open items. We migrated the vendor open items from legacy system to ECC. Now we have realized that for few vendors, we had made payments by wire just before doing the legacy load. Now these items are showing as open items for these vendors in ECC though the payment was already made before we went live. As it is constantly showing as liability, we need to close these items.
    Can you please advise me how can we close these items without making double payment?
    I appreciate your help.
    Thanks,
    Shalu

    Hi
    1) reverse the entries for those invoices, so the entry will be,
    Vendor Dr
    To AP load A/c Cr
    2) Then Pass the entry in the GL balance for the same amount,
    AP load A/c Dr
    To GL load A/c Cr
    3) Update the GL balances where the payment got posted in old system
    GL load A/c Dr
    To GL A/c (mapped to Old system) Cr
    Follow the above steps, if you want to repeat the Data migration steps or else simply clear the invoices in the new system.
    Regards
    Nikhil

  • Customer Aeiging report no due items issue

    Hi,Team
    we have standard SAP report for aeiging and we can develop new form and report.
    I have create New form thru FDI4 here i selected customer for rows and columns i have created with Due date analysis and Days for net due date. in first column i entered not due and here i selected 2(Analysis of line items not due (due date forecast)) and entered days as 0 to 0. and in second column i entered 1(Analysis of line items due) and days as 0 to 30 days. like that i created number of columns and maintained formula for total due items and total open items.
    In FDI1 i created report with using new form. Here i entered customer, document type, spl g/l indicator, industry etc..
    while executing report i am getting values for due items only. not due items are missing. Not due items column is showing as empty values. but i checked in FBL5N and BSID table there we have data but here it is missing. Can anyone help me to come out this issue.
    Regards,
    Nagaraju.

    Hi Team we need to give the days as 0 to 9999 then it will work properly.

  • Asset as an item Issue

    Hi All,
    My customer has created Asset as an item with Purchase, Sales and Fixed asset check box ticked.
    They had made GRPO with excisable tax code.at the time of doing incoming excise invoice system is giving error G/L account missing.
    I have given G/L Account for vendor master record  (control account). But doesnt help
    I wanted to know which account has to get hit what would be the entry. what is the purpose of
    capital goods on hold account.
    Let me know
    Regards
    Shashi

    Managing Asset Item:
    1. Define Payables control account in:
    G/L Account Determination ->Purchasing -> Accounts Payable-> Define Assets Account
    2. Assign this account to existing business partners who also supplies fixed asset to client.
    BP Master Data -> Accounting tab-> 'Control Account', set the Asset Account for this Business Partner.
    Purchasing Fixed Asset item through A/P Invoice Document
    1. Create Fixed Asset in Item Master Data.
    2. For all the warehouses, provide the Expense Account from the GL Account present in Assets drawer, under relevant fixed asset category.
    3. When A/P invoice is added, journal entry is passed, debiting the expense account of the Item master data for the selected warehouse and  crediting the Control Account for Assets Payable
    Goods Issue
    1. When u2018Goods Issueu2019 documents is created, select the Relevant GL account from the GL Account present in Assets drawer, under relevant fixed asset category which will reduce the stock while debiting the capital asset account  and crediting the material account.

  • Peculiar Issue :RFx line item issue in SAP Sourcing

    Greetings of the day ,
    We  are trying to ADD line items in an RFx , when i click on ADD button in the Line items TAB ,the timer just revolves and nothing happens , no line item gets added , It's  a  Very  peculiar issue since it's an standard SAP  Functionality .
    I've  checked net weaver logs  and every possible corner  in the system , but  unfortunately nothing  worked
    PS:  We are  able  to ADD  line  items in Auctions .
    NOTE : Please  refer to the attachment
    Regards,
    Harsh Mundel
    [email protected]

    Hello,
    Can you review Units of measure in master data? you need to have one unit of measure with "No Dimension" unit category and check it as Primary Category.
    let me know if it works
    Regards

  • MIRO tax line item Issue

    Dear All,
    When I post a MIRO having more than one line item, I am not able to find a material in the Material field in BSEG table for my MIRO Accounting document.
    Note that I am using 4.7 version & for tax item entry's since the material is not captured in the std. BSEG table I am unable to get how much is the Sales/Service tax Payed against each item/Material.
    Kindly suggest Is this anything to do with my SAP version??
    or Is there anyway to make my material appear in the std. BSEG table??
    Regards,

    Hi,
    Do anyone have an idea on this Issue?
    Plz help.
    Regards,

Maybe you are looking for

  • How can I import several small audio files to create one BIG file in iTunes

    I have ONE cd with THREE audio stories contained in EIGHTEEN audio files (6 files make each story). I also have an iMac. Not sure if they're mp3 or not, but they play on computers and car radios. How can I take this CD, whisper abracadabra and end up

  • Recommendations for a CD project

    I have a big project and I am a new Captivate user. I need to create 3-4 separate demonstrations, and add music and video just for professional presentation. I was wondering if anyone would like to advise me on my approach? Should I use Captivate for

  • Email 553 sending error

    Hi I have looked at the other topics on the forum, and Andy's very thorough page. I have my own domain and website, not hosted on btinternet.com. I have verfied the email addresses using the yahoo/verify instructions in the other topics. However i st

  • Sound Problems after converting

    I converted all my video files from Quicktime to MPEG-4 so that the videos would play on my iPod. The videos now play, but there is no sound. How can i get sound to play?

  • Replace the colour of iphone

    hey guys can you tell me i bought the new iphone 5s just fe days back i didnt use the box still its in the box i just open the box n all sudden its in silver and i want it in old i though its in gold can you tell me they will replace it or not i boug