Error due to not deducted goods returns.

Dear Experts,
In the below abap code i am facing the problem of goods returns and other issues.
becoz of that my code add the qty & value of that invoices.
please give me suggestion.
Please go through the bold area.
<unreadable code removed by moderator>
Thanks
DSRAJPUT
Moderator message: duplicate post locked.
Edited by: Thomas Zloch on Nov 17, 2011 9:53 AM

Hi
Please, write your coding between two , as Further Markup Possibilities  suggests. It's difficult to read it.
Regards
Eduardo

Similar Messages

  • I have a problem in this that i want to paas a form in a case that when user pres n then it must go to a form but error arises and not working good and threading is not responding

    made in cosmos help please need it
    using System;
    using Cosmos.Compiler.Builder;
    using System.Threading;
    using System.Windows.Forms;
    namespace IUOS
        class Program
            #region Cosmos Builder logic
            // Most users wont touch this. This will call the Cosmos Build tool
            [STAThread]
            static void Main(string[] args)
                BuildUI.Run();
            #endregion
            // Main entry point of the kernel
            public static void Init()
                var xBoot = new Cosmos.Sys.Boot();
                xBoot.Execute();
                Console.ForegroundColor = ConsoleColor.DarkBlue;
                a:
                Console.WriteLine("------------------------------");
                Console.WriteLine("WELCOME TO THE NEWLY OS MADE BY THE STUDENTS OF IQRA UNIVERSITY!");
                Console.WriteLine("------------------------------");
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine("\t _____                                
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |___________");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|_____|        |____________|         |____________|      ____________");
                string input;
                Console.WriteLine();
                Console.Write("\nAbout OS     : a");
                Console.Write("\nTo Shutdown  : s");
                Console.Write("\nTo Reboot    : r");
                Console.Write("\nStart Windows Normaly : n");
                Console.WriteLine();
                input = Console.ReadLine();
                if (input == "s" || input == "S"){
                    Cosmos.Sys.Deboot.ShutDown();
                else
                if (input == "r" || input == "R"){
                    Cosmos.Sys.Deboot.Reboot();
                else
                if (input == "a" || input == "A"){
                    Console.ForegroundColor = ConsoleColor.DarkBlue;
                    Console.Clear();
                    Console.WriteLine("\n\n\n-------------------------------------");
                    Console.WriteLine("version: DISPLAYS OS VERSION");
                    Console.WriteLine("about: DISPLAYS INFO ABOUT ANGRY OS");
                    Console.WriteLine("hello or hi: DISPLAYS A HELLO WORLD");
                    Console.WriteLine("MESSAGE THAT WAS USED TO TEST THIS OS!!");
                    Console.WriteLine("-----------------------------------");
                    Console.Write("You Want to know : ");
                    input = Console.ReadLine();
                    if (input == "version"){
                        Console.WriteLine("--------------------");
                        Console.WriteLine("OS VERSION 0.1");
                        Console.WriteLine("--------------------");
                    else
                    if (input == "about"){
                        Console.WriteLine("--------------------------------------------");
                        Console.WriteLine("OS IS DEVELOPED BY Qazi Jalil-ur-Rahman & Syed Akber Abbas Jafri");
                        Console.WriteLine("--------------------------------------------");
                    Console.Write("Want to go back to the main window");
                    Console.Write("\nYes : ");
                    string ans = Console.ReadLine();
                    if (ans == "y" || ans == "Y")
                        goto a;
                        Thread.Sleep(10000);
                    else
                    if (input == "n" || input == "N")
                        Thread.Sleep(5000);
                        Console.Clear();
                        for (int i = 0; i <= 0; i++){
                            Console.Write("\n\n\n\n\t\t\t\t\t  ____        ____   ___  
                            Console.Write("\n\t\t|\t\t |  |      |    |     
    |   |  | |  |  |");
                            Console.Write("\n\t\t|\t|    |  |----  |    |     
    |   |  | |  |  |---");
                            Console.Write("\n\t\t|____|____|  |____  |___ |____  |___|  |    |  |___");
                            Thread.Sleep(500);
                        Thread.Sleep(5000);
                        Console.Clear();
                        BootUserInterface();
                        Console.ReadLine();
    //                    Form1 fo = new Form1();
                    else{
                        for (int i = 0; i <= 5; i++){
                            Console.Beep();
                            Thread.Sleep(1000);
                            goto a;
                while (true);
            private static void BootUserInterface() {
                Thread t = new Thread(UserInterfaceThread);
                t.IsBackground = true;
                t.SetApartmentState(ApartmentState.STA);
                t.Start();
            private static void UserInterfaceThread(object arg) {
                Form1 frm = new Form1();  // use your own
                Application.Run(frm);
     

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mathscript node errors due to not being able to find .m files

    I recently installed LV 8.5.1 and tried to open a VI with a mathscript node (originally created with LV 8.2).  It got a broken arrow due to an unrecognized symbol in the node which was the name of a matscript function in a .m file of the same name.  And this worked fine with 8.2.  I updated the mathscript: search paths 'Working Directory' both in the mathscript window and the main app Tools->Options list.  I exited and re-started, but to no avail.  And I made sure to add it as a 'recursive' search folder, even though my file is right at the top.
    What am I doing wrong?

    Hello Umars,
    In LabVIEW 8.5 you won't be able to use user defined functions if you are you using a Base Package.  Regardless of which package you are using you may find the LabVIEW help file informative.
    Calling User-Defined Functions from LabVIEW MathScript (Windows, Not in Base Package)
    http://zone.ni.com/reference/en-XX/help/371361D-01/lvconcepts/calling_udf/ 
    David A
    National Instruments
    FlexRIO Product Support Engineer

  • Document control failed due to error in [DOCMGR-CANCEL] with a return code

    i am getting this error while calceling the purchase order "Document control failed due to error in [DOCMGR-CANCEL] with a return code of [OTHER]. "
    I am doing the calcel like this
    Nav: buyer work centre --> order
    searche the po and then
    select order --> cancel then click GO button
    i gave the Reason as Cancel
    communication method: email
    Cancel Requisition: Yes
    Please help on this, its urgent.
    Thanks,
    Vijay.

    Hi Vijay,
    Check this MOS note.
    Cancelling A Standard Purchase Order In Buyer Work Center Results In Error [Docmgr-Cancel] With A Return Code [ID 1338826.1]
    Thanks
    -Arif.

  • Goods return not possible for Del. w/o charge: Mvmt type 511

    Hi
    I've received free goods from Vendor using movement Type 511. Goods Return with reference to this entry cannot be carried out through MIGO -->Return Delivery.
    System issues Error Message MIGO029:"The mvt type in the reference docmt cannot be converted".
    One possible reason is:
    "No subsequent movement type has been defined".
    I've checked table T156N and in fact there is no Return Delivery customizing entry on the follow-on movement type nor can I seem to add it to the table.

    Hi Nuno,
    As per standard SAP system, for this movement type - 511 only 512 (reversal movement type) is supported.
    In SPRO --> Materials Management --> Inventory Management --> Movement types --> Copy, change movement types -- for movement type 511 --> reversal/follow on movement types....against movement type 512 was configured.
    As 122 return delivery movement type is not configured you are getting that error.
    hope this clarifies.
    Thanks,
    viswanath

  • Goods Return from GRPO to backdate with error.

    Dear all,
    I've got a problem from copying Goods Return from GRPO to the backdate, for example, GRPO Posting Date is '2011-12-11' and Return Posting Date is '2011-11-11', the system threw the below error:
    Reconciliation date must be on or after the last posting date for transactions selected for reconciliation   [Message 3821-3]
    I am using B1 8.82 PL00, the error never come before in older versions of B1.
    Please help me,
    Many thanks,
    Doan

    Hi Doan,
    Thanks for your answer.
    You're right, I can backdate the DocDate, but what matters is the posting date because of VAT reports.
    This way, the VAT is due on a previous date, and now it cannot be issued correctly and VAT reports are all wrong.
    This never happened before 8.82, why now?...
    Regards,
    Jorge

  • Goods Return ---Debit Note

    Dear Experts
    Whenever we r making Goods return Invoice after creating Debit Note material Document system will allow us to make Multiple
    Invoice through one material Document (debit note) in J1is.
    it would be happen , how to control  over the message which will Pop up Error screen.
    Rgds
    Pankaj Agarwal

    Hi
    Go to-Spro-Logistics General-Tax on goods movemnet-India-Tools-Message Control-
    Change the status of Message No. 8I 595 as Error Message.
    After doing this system will not allow  to make Multiple Invoice through one material Document (debit note) in J1is.
    Regards,
    Satpal Mujawar

  • Amount to credit greater than credit balance - goods return to AP Cred Note

    Hi All,
    I've got the following scenario:
    We have a AP Goods Return on the system which totals £12.94 with freight charges of -£3.75. We have copied this to a AP Credit Note, but have amended the freight from -£3.75 to -£3.00(UK VAT Rate 15% applicable throughout). The total credit field now shows £13.80 and the credit balance field shows £12.94. When you try to add the document it gives an error "amount to credit greater than credit balance". I'm using 2005A PL53.
    Can anyone please advise the reason behind the error and also what the correct way of handling this kind of transaction would be?
    Kind regards,
    Matt

    Hi Wesley,
    I tried both methods and it doesn't resolve the issue. Spoke to SAP, they gave me a solution and workaround, the issue is a bit more complicated as what it may seem. You manually have to close the goods return, create a standalone service credit note with the appropriate GL account to reverse out the "goods clearing account" entry created by the reversal journal. The bahaviour has been changed in SBO 2007 and therefore the problem is not present in this version anymore. Thanks for your help anyway.
    Kind regards,
    Matt
    Edited by: Greeff Matt on Jun 5, 2009 9:47 AM

  • Error 7: File not found occurs in 8.2 from transition of 4.1. Specifying the file in file dialog returns error although file is in the directory.

    Copied a program from 4.1 to 8.2 recently and receive an error 7: File not found at open file+.vi.  The program is built so a file dialog will pop up and ask for the destination of the file.  Eventhough there is a file in the specified directory, an error is returned.  Running open file+.vi by itself returns no error with the same file designation.  Any clues?

    noviceak,
    Welcome to the NI Discussion Forums.
    I created a quick VI in LabVIEW 4.1 that displays a file dialog and then passes that file path to "Read Characters from File.vi" (which in turn calls Open File+.vi).  I then opened this file in LabVIEW 8.2 and ran it successfully (see code screenshot below).
    When you say there is a file in the specified directory are you using the file dialog to browse to the directory or to select the specific file?  Open File+.vi expects the path to a file rather than a directory - that is C:\folder\file.txt rather than C:\folder.  You might also want to create an indicator or probe to see what path is being passed to Open File+ to ensure it is what you expect.
    I feel like I should also say that in the days (years) inbetween LabVIEW 4.1 and 8.2 the file operation VIs have changed significantly.  While the old Open File+.vi still lives in vi.lib for compatibility purposes we no longer recommend using it for new applications.
    I hope this helps and again, welcome to the community.
    Regards,
    Simon H
    Applications Engineer
    National Instruments
    http://www.ni.com/support/
    Message Edited by Simon H on 01-18-2007 08:01 PM
    Message Edited by Simon H on 01-18-2007 08:03 PM
    Attachments:
    LV4 File Dialog.png ‏3 KB

  • Landed costs can not get Goods receipt PO when Goods return made

    Hi, everybody
    I need to calculate landed costs and it seems that I can not use when I built a Goods return.
    My procedure as follow ( ps: the same vendor number)
    1. created a PO then Goods receipt PO (docNum says 1111) which included 20 quanties for item no AAAA.
    2. created a Goods return which Copy from Goods receipt PO no: 1111, which included 5 quanties for item no AAAA.
    3. next, I try to caculate my Landed costs. I open a new Landed costs and click the button "Goods Receipt PO", but I can not find any Goods receipt PO no: 1111.
    What can I do to caculate my exactly landed costs & Goods receipt PO no: 1111 that included 15 quanties?
    Thanks for your help

    When you only Returned partial goods from your Receipt.  The Receipt should still be open and you should be able to process the Landed cost. I am not sure why the GR is not showing in the landed costs window.
    Please check if the GR is closed by an AP Invoice / by itself.
    Otherwise, you will need to process AP Goods Return for the remaining 15 and process a New Goods Receipt for 15.
    Regards
    Suda

  • Getting an error prompt "the facebook server has returned an unknown error and is not able to fulfill your request. (2001)"

    Hi. I need help regarding facebook for blackberry. I cannot post any status update, i keep on receiving an error prompt "the facebook server has returned an unknown error and is not able to fulfill your request. (2001)".  it has been like this for the past 3 days. I already did the hard reboot many times, re-send service book though i do'nt think it's needed, and tried uninstalling and reinstalling the facebook application too but still getting the same error everytime i try to post a status update. I can comment to messages on my wall and other profiles, the news feed is updating in time too, i can also log-in and out to facebook with no problem, as well as other applications on my phone like foursquare, BBm, ubersocial, BB protect, BB app world, etc, are all working perfectly fine. And now I don't know what seems to be the problem.
    I've already contacted my network provider and told me that the error i'm getting is beyond their scope.
    Is anybody having the same problem as mine? 
    Can someone in BB support team help me regarding this issue and tell me what should I do?
    Thank you in advance. 

    I got the same issue !! Since I've updated my Facebook app 2 or 3 week ago !
    I can not  update my status and check-in ! It gives me "the facebook server has returned an unknown error and is not able to fulfill your request. (2001) "
    I can upload photo, put comment on people, like people status/picture. The news feed update perfectly !
    I also  tryied to uninstall reinstall the app, reboot etc etc ! I still can't update my status !!!! I've installed 3.0.0.17 this morning and the issue is still there...
    I've remarked one thing... On my facebook under "privacy setting/the Apps, Games and Websites" I used to have a "blackberry app" installed. It's not there anymore and I didn't remove it.
    I don't know how to reinstall it...

  • Goods return without reference to a Material Document or delivery note

    Hi
    Is there a way to do Goods return without a material document. Please suggest.
    The situation is that a material will go to the field (material is being maintained against a serial number profile) and let suppose that it is returned after a few years of use. Then in such a situation I need to take it back into the stock through a return delivery. But it may not be possible to track the material documnet against which GI was done few years back. SO i need to have a provision that either goods be returned with a reference of a material Document OR I should be able to track the material document in the system (through a report) using the serial number. Request you to please suggest on these two cases.
    Also we are not having procurement process in our organization. we do GR and GI only in regard to inventory movement.
    Thanks,

    Check
    Customer returns without billing reference

  • Goods Receipt Against A Goods Return - Not Working

    Hi,
    i have been trying to work through the Purchase goods return process for a client and am having issues with the flow.
    This is the process :-
    Create Purchase Order for 1 item,  Qty = 21
    Goods Reciept linked to Purchase Order - Qty = 21 this is 100% (Purchase Order Closes)
    Goods Return linked to Goods Receipt - Qty = 1
    Goods Receipt replacement item from supplier - attempted to link to Goods Return - none available - find goods return closed !!!
    How can i link the new goods receipt with the original Purchase Order/Goods Receipt/Goods Return if the goods return is closed.
    I'm using 2007A SP01 PL05
    Thanks
    Barry

    Dear Mr Mason,
    The scenario you described:
    Return closed automatically after being added
    is system behaviour.
    It is not possible to link the new GRPO to the goods return.
    The only suggestion I can give you is writing the GRPO and goods return numbers in the remark of the new GRPO.
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • I can not login to a certain account due to an error stating cookie not enabled, however my 3rd party cookies are enabled. How do I correct this?

    I can not login to a certain account due to an error stating cookie not enabled, however my 3rd party cookies are enabled. How do I correct this?

    COOKIE_DOMAIN=.hackers
    I think this is the problem. .hackers is no valid cookie domain. You have to use something like:
    .xy.ab
    (two points)
    I fear it is not possible to correct this easiely. First change the hostname to something allowed e.g. hackers.com
    Then open an ldap browser and edit ou=iplanetamplatformservice,ou=services,dc=hackers
    There is an entry with an xml. Copy the xml to an editor, search for .hackers, change it to a valid domainname.
    Im not sure if a restart of the webserver is necessary here.
    Another idea: You could also try to set the cookie domain to solnce.hackers, maybe this is accepted, even if it is not a cookie domain. But I dont know if this works...
    hth
    Chris

  • Error in Goods Return

    HI,
    We are getting the message after posting goods return as below
    Transaction..   MB1A
    Update key...   4D834C143DEB0114E10080000A60052C
    Generated....   18.03.2011, 18:01:25
    Completed....   18.03.2011, 18:01:25
    Error Info...   Update program: I/O error Error; function Update, RC= 4, key
    Please help for resolve the same.
    Regards,
    Harshal

    Hi Harshal,
    Use the below link,
    [Update termination error while doing PGR;
    Thanks
    Hrishi

Maybe you are looking for

  • Mac Mini Freezing Issues

    So, I recently bought a refurbished Mac Mini, late 2009 model. It worked fine for the first few months, but after moving back to school, it started acting oddly. First, it had problems booting. It would freeze up during the boot up, or occasionally r

  • Using a jscript file?

    hey, I am using a template that i purchased for my website. Within the folder there is a flash movie that shows all of the flash effects that the site is supposed to do, including the intro. I noticed a file inside of my "scripts" folder. It is a jsc

  • Budget check only after release?

    hi, i maintain cost activity  in project and when i save it, it checks against the budget... is it possible such that it will check the cost activity only upon release of the activity? in other words, i can save it (even if it has greater amount than

  • HT5085 iTunes Match

    My some of music were purchased from iTunes using several different apple IDs. Will iTunes match store them in iCloud or they will be deleted/blocked by apple? And as long as a single song file is smaller than 250 mb, it's qualify for being uploaded?

  • Is /bin/sh must link to /usr/bin/bash?

    I'm building Arch Linux on embedded system which CPU is sh4. I found there is a problem of bash package. It creates /bin/sh as a symbolic link to /usr/bin/bash. But my /bin/sh is busybox. 1. I'm wonder how could I keep /bin/sh to busybox's /bin/sh? O