Seperate PO forms for ammendment & cancellation

Dear Experts,
We have a requirement to have seperate PO forms for cancelled PO ( all items deleted ) & ammended PO ( Changes ). please let me know what configurations need to be done from MM side. Do we have to create new output types & please let me know config changes from MM side in detail. to pick up changes what logic shud we consider. from tables please let me know

For PO deletion you can get it from EKPO.
For ammendment you go for CDHDR, CDPOS. Here give obj value as your po  no.

Similar Messages

  • Seperate Adobe Form printing for each order

    Hi,
    I have a scenario where i need to print Adobe Form for each order.
    Right now i am handling this from print program(Executable) by looping at the Adobe form FM for each order.
    So it will print seperate Adobe form for each order with corresponding Header & Item Data.
    To get next order i need to hit on right & last arrows etc...
    So right now i am handling it through Print Program.
    Is there any way it can be handled directly at Adobe Form level.
    By passing all orders to Adobe FM at a time (Intsead of looping) and handling Adobe Form printing for each order at Adobe Form level itself!
    Thanks in advance.
    Thanks,
    Kumar.

    simple,
    create one new program  not driver program . Then u have to call that FORM
    1.Get all the data created during the dates.
    split the data into , based on the date ranges.
    2.
    loop at itab1.
    perform open_form
                write_form
                close_form
    endloop.
    loop at itab2.
    endloop.
    1) I need to print the form automatically when an Order is created.<b>---->COnfig</b>
    2) Every June 15th and Dec 15th I need to print the form for that Order
    automatically with some other data.
    <b>---> what ? what u split ?</b>
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    <b>---> Config+ABAP</b>
    How can I trigger the Form automaticall for the above requirement
    Regards
    Prabhu

  • Can I use different booking forms for different events?

    My client has multiple events running at the same time. Some paid, some free. I've created seperate booking forms for each, but can't figure out how to apply them to the events.
    Anyone know how to do this?
    Online chat doesn't answer and suggested that I post it here.
    Thanks!
    jerry

    Yes, it's working, but still in the process as the site is undergoing other changes. Learned the detailed work-through from two tutorials on kiyuco, including one for a web app.
    Still, it's an odd process where you need to pay a subscription fee to a third party for tech support which should be coming from Adobe. Also noticed that BC's "new, improved help and support" is little more than links to bcguru tutorials, another paid subscription service.
    Thanks for the follow up!
    - jerry

  • Error Message for the cancellation of paid billing document

    Hi,
    Can i create and error message for the cancellation of paid billing document? If yes, how can i create such.
    Overview:
    Accounting document is created upon creation of billing document. Upon payment, document cleared is the accounting document created. There are instances wherein accounting document was already cleared but our user is still able to reversed billing document. Now, i want to create an error message or user exist wherein, when a user will not be able to reverse the billing document if the accounting document attached to this billing document is already paid.
    Thank you and best regards.
    Rachelle

    Hi Rachel,
    You can make use of the exit (Include) MV45AFZZ. The corresponding form routine is FORM USEREXIT_SAVE_DOCUMENT_PREPARE.
    In this exit, For the given billing document ( which is going to be cancelled ), pick up the accouting document from BSEG tables.
    For this accouting document, Pass this to BSAD Table ( Customer clleared items) 
    If BSEG-BELNR = BSAD-BELNR and
      BSEG-Acc.Year = BSAD-Acc,year )..
    Then throw a error message and EXIT.
    So for all the cleared docments , user can not cancel the invoices.
    Regards,
    Sai

  • In forms how to cancel long running process or query in 10g

    We have application which is hosted on 10g AS. Some forms has lot of processing to be done and sometimes user wants to cancel the processing in between maybe because he wants to change some value and refire processing.
    Based on the search on net 'Esc' key was used in earlier version of forms to function as User requested Cancel operation. How can same be done in 10g. Do we have to do anything in fmrweb.res for this. Is there some setting to be done in forms or in AS for this functionality.
    Does this matter on whether JInitiator is used or JPI is used for running the application?
    Edited by: suresh_mathew on May 21, 2013 1:36 AM

    Hi,
    Exit can be used to cancel query mode i.e. in case you go into query mode by Exit you can cancel query mode. Suppose you went into query mode and you have fired query which will take some time to fetch how can I abort it.
    In earlier version of form there was 'Cancel' facility wherein if triggered it used to fire an error message 'Ora--01013 user requested cancel of current operation"
    With this facility you can abort any query which is executing or any long running process which forms is currently performing.
    fmrweb.res would have entry like
    27 : 0 : "Esc" : 1001 : "Cancel"
    The above entry I picked from OPN
    Java Function Numbers And Key Mappings For Forms Deployed Over Web [ID 66534.1]
    Unfortunately this is not working for us even if I put this in frmweb.res of 10g AS
    Basically I want ability to Abort/Cancel a long running process be it query execution or standard process triggered in the form.
    Any advise or help is highly appreciated.
    Suresh

  • Navigation for PO cancellation

    Hi..
    can anybody tell me the navigation for the cancellation of purchase order and purchase order hold.
    Thanks in advance..

    Hi,
    You can query up the record in PO Summary form. Then Navigate to Tools->Control Actions.
    And a pop-up window pops up which will display all the valid actions for the document.
    You can cancel the PO on Header, Line or Shipment level. But you can put the PO on Hold at Header Level.
    You can cancel the PO from the Enter PO form as well.
    And if this is R12 you can also do it from Purchasing OA pages.
    Thanks
    Arun
    Message was edited by:
    Arun Das

  • Completing the same form for additional products

    We are collecting data from manufacturers as to the products being displayed on their exhibition stands.  In order for the data to be collected for each product, so it is listed on a seperate line in an excel spreadsheet I have put together the questions for each product on one form.  The manufacturer then needs to complete the form for each product displayed, which could be 30 - 40 items.  Is there a way to ask them if they wish to enter another product and if they answer yes they are given the form again to complete but without having to add their company and email address again?  In effect I want the company and email address to appear automatically on all forms completed after their initial entry or any additional forms after their first entry to link to the first one so we know who it has come from and the entries are linked when exporting to excel.  I also have the same issue with another form where we are asking delegates to book to attend an event and the same person is booking for 4 or 5 different delegates from the same company.  It would be easier if they did not have to re-enter their company details each time.
    I hope this makes sense.
    Regards,
    Karen

    Forms cannot be "connected", data cannot be filled in from another form.  You can build a more complex product ordering form with "Show/Hide" logic that will show another set of form fields based on a response, but data is not populated from one field to another or one form to another.
    Thanks,
    Josh

  • Is it better to create ONE form, for 25 different forms?

    We have a Telco Application (in Forms 10g) which has about 200 Forms which are called from the main menu. Out of that 200 forms about *25* are "file upload" type forms (shown below).
    http://www.freeimagehosting.net/alg6q
    As you can see this is small form. The functionality is as follows:
    *(a.)* Select a text file (which has data in tabular format) from the client PC.
    When file is selected, it is also copied to a directory in the DB server machine. File Name will show the full path of the file in the client machine.
    *(b.)* When user presses Load button, form calls a stored packaged procedure. In that we create a EXTERNAL table mapped to the file in the db directory and read the contents to a temporary table in the DB.
    *(c.)* When user presses Process button, the temporary table is read and our Telco tables are updated using this data.
    *(d.)* You can view the error records and correct records discovered while processing, with the View File option. This will display 2 Oracle reports.
    *(e.)* You can delete the temporary table contents using the Delete Temporary option.
    This story goes like this: Our application is in Forms 10g. Now, we want to upgrade this application to 11g Forms. One problem we encountered was the FileUploader bean which we use in the above forms. This does not work in 11g. Solution was found in using WebUtil. Now, we have to modify all 25 Forms (obviously).
    Now here comes the real important part: Our Managers think that in the future also we might have to do upgrade to these 25 forms (due to future problems/upgrades with WebUtil and so on) and they want us to create ONE form for the 25 forms. So, in that ONE form,
    (a.) We have a list box at the top where uses selects which upload function he wants.
    (b.) Then, the file is selected (and transferred to the DB directory).
    (c.) Now when the users presses Load button, we have to execute the load packaged procedure for the selected load file option.
    (d.) When he presses Process button we have to run the program unit for the selected file upload function.
    (e.) When user presses the View File button, he has to show the correct records and invalid records (found after processing) in 2 reports. The reports differ from function to function.
    (f.) He can delete the records in the temporary table using Delete Temp button.
    Is this is good idea?? My initial study tells me that it is not a good idea since we have one form with too much functionality. What are pros and cons of this approach and what is the best solution??
    Edited by: user12240205 on Jun 25, 2012 1:16 AM

    So the forms are completely different, and yet you are asked to stuff them all together into one form? What sense would that make? That's like pulling forms which are using text_io together just because when text_io is changed you simply would need to edit one form. Well of course you would have to. On the other hand there is a pile of code necessary to seperate the parts you glued together in the first place plus the effort of pulling all those forms together plus the effort of adding stuff to one "part" of the form.
    Also think about version control: you'd create more frequent conflicts in putting those forms together when different developers edit different parts of the form. Conflicts causes work as developers are forced to merge more often plus developers can make errors when merging their changes. Also the log of your version control system becomes quite useless as it always will be the xyz form which is changed. If you would want to know what did change you would have to read the log messages carefully of each revission (given the fact that developers wrote them carefully) or do diffs between revisions instead of...looking at what files changed.
    And all that just because the only thing they have in common is that they are using webutil?!? Do your managers keep their Blue Socks and their Blue Cars in the same drawer because they are blue?
    If the issue here is that you need to edit many forms and this might cause errors then you should take a look at the JDAPI, because this would be the tool to do changes in forms in batch. The forms migration assistant can also be configured to change one built-in into another, and you wouldn't have to write one line of java code. But stuffing forms together because they use the same built-ins...I'd say no, but of course this is just my opinioin ;)
    btw.:
    When you say API, u mean a PLL, right???Not only, by API I meant Application programming interface; this might be a package in a library, a whole pll file, a database package, a java class, or a combination of all those.
    cheers

  • Report for conformation cancelled process orders.

    Hi frnds,
    I need a report for orders which have got cancelled of confirmation.
    plz suggest...
    Robert.

    Dear,
    There is no standard report in SAP which shows Report for conformation cancelled.
    But you can check in order it self in COR2 good movement details.
    Or  check document in MB03
    Use CORS to reverse the phases.
    After canceling if you want to view it again then use CORT (here there is one check box named 'Reversed' means that phase is reversed).
    Or Please use user exit
    EXIT_SAPLCORF_404 Process order conf.: Customer specific input checks 2
    Regards,
    R.Brahmankar

  • Changes in the Payment program Form for Checks

    SAP Experts,
    Issue: The Form for printing checks is not printing correctly. When there is an Overflow of Invoices from the first page (> 14) the check is voided on the first page and the invoice data overflows to the next page which is fine, but the company logo does not print on the check and also the check info is printed below the check section (colored portion) Can some one please guide me how I can find the logo file/text and insert it in the right area. I am NOT an abaper and we dont have an abaper here to fix this. Please give me all the relevant transactions (other than SE71) to make changes on the Check payment Form. I will promptly reward with points for any relevant answers.
    Thanks in advance

    t.code>> FBZP>> select payment method in company code>> select the payment method & co code>>  Form data
    http://help.sap.com/bestpractices/BBLibrary/Documentation/J03_BPP_05_EN_IN.doc
    Hope this helps
    Pls assign points as way to say thansk

  • F4 help not working in mss requisition form for erec

    HI,
         I am getting a problem while filling a mss requisition form for E recruting Ehp 4 . F4 help is not working for position id & org unit.it is not returning values while searching.I am using form scenarion sqr03.Plz suggest any solution.

    HI,
         I am getting a problem while filling a mss requisition form for E recruting Ehp 4 . F4 help is not working for position id & org unit.it is not returning values while searching.I am using form scenarion sqr03.Plz suggest any solution.

  • Dunning notice not printed, forms for MAHNR '0003' RBUKM '1000 do not exist

    Hi,
    I have scheduled a 'DUNN' run 'F150' transaction for customer (say) '1390' and company code '1000'.
    I have also assigned the appropriate forms in the SPRO (customizing) settings.
    When I click on 'Individual dunn notice' and execute, I get the following message.
    Dunning notice for account: 'D ' '0000001390 ' was not printed.
    Forms for MAHNR: '0003 ', RBUKM: '1000 ', KOART: 'D ' do not exist (T047E)
    Although the respective entries do exist in 'T047E'.
    What would be the reason? What do I need to do?
    Best regards,
    Harsh Dave

    Hi Harsh,
    So first time it was run means the settings are configured properly but once again check it in correspondence tab in Customer master .There give the Dunning area beside the dunning process at dunning area button in dunning data .
    Check it is there any Dunning Block
    Did you given the forums like  F150_DUNN_01  at dunning text button in T.code FBMP.There we have to give the Dunning forums in what you mention dunning levels.
    1                F150_DUNN_01
    2                F150_DUNN_01
    3                F150_DUNN_02
    4                F150_DUNN_02
    Try it once again and update me..
    Regards
    Surya

  • How to find the original net value for a cancelled sales order

    Hi experts,
    From VA03 or table VBAP, net value for those cancelled items is always zero. Where to find those cancelled items' original net value?
    Thanks a lot.
    Yu

    Thanks Seshu,
    I just tried it as per your suggestion but I found for non-cancelled items konv-kbert is not equal to the net value taken from vbap-netwr.  So I wonder if knov-kbert is the right original net value for those cancelled items.
    Yu

  • How do I create 2 seperate iTunes account for me and my daughter

    I already have a iTunes account. Just got my daughter a  iPod...BUT I don't know how to create a seperate iTunes account for her on the same computer. I do not want her to have my play list and visa versa.

    Launch iTunes with the Shift key held down and create a new library, or use separate Windows user accounts. This isn't the same as using different iTunes Store accounts.
    (84543)

  • How to create a Payment Form for access to multiple secure zones

    I'm trying to create a Payment Form that allows the user to select from a dropdown of videos, each of which represents a secure zone page with an embedded video.
    What I can't figure out -- and tech chat can't help -- is how to redirect the user to the correct secure zone for the video they purchased.
    Videos are are streaming, vimeo embeds, not downloads.
    Anyone know how to do this? Can post link to test form if you need it.
    Thanks!
    jerry

    Hi,
    This can be done for already available list. Have a look at the following steps:
    Create an Empty SharePoint Project, then right click the project, add SharePoint “Layouts” Mapped Folder.
    Right click the project name, add New item Application Page, then add the custom code there.
    Under Features, add a feature, right click the added feature then add an event receiver, override the FeatureActivated method to set the new edit/new form as the default form.
    How to set new form as default form:
    SPList lstTest = web.Lists["Shared Documents"];
    string newUrl =
    string.Format("layouts/NewEditForm.aspx", web.ServerRelativeUrl, lstTest.RootFolder.Url);
    var form = web.GetFile(newUrl);
    if (form !=
    null && form.Exists)
     //string newFomrUrl = lstTest.DefaultEditFormUrl.Replace("EditForm.aspx", "docEditForm.aspx");
      lstTest.DefaultEditFormUrl = newUrl;
      lstTest.Update();
    For more information, see
    http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2011/05/12/sharepoint-2010-cookbook-how-to-create-a-customized-list-edit-form-for-development-in-visual-studio-2010.aspx
    To add a custom list form, the best way I think is using SharePoint Designer 2010, it’s very fast.
    Regards,
    Kelly Chen

Maybe you are looking for

  • IWeb crashing upon opening . . .

    Hi all, I have several sites - one in particular is pretty large (movies, files, etc.) for a class that I'm teaching. I tried adding an additional page with links last night and that sent iWeb over the edge. Now I cannot get it to open at all. I just

  • External drive icon not showing in finder

    Still trying to get an answer to this one. When I plug in a usb or other external drive to my Powerbook (recently upgraded to Leopard), nothing shows in the flinder window (a 'no name' icon usually appears under the 'hard drive' icon). When i remove

  • Using G4 AGP running Tiger as server

    Hi All! I have an old G4 AGP dual 900mhz tower laying around that is running Tiger, is maxxed out with ram and has 2 120 gig HD's. I upgraded to a MBP a few years back and retired the G4 but my iTunes library is increasingly overtaking the HD on the

  • Nokia 6300 camera says opeation Failed

    Hi I really need help in this.. I have a NOKIA 6300 the phone was working very good but now suddenly the camera on opening shouts operation failed. and than a black screen comes to the main screen.. Help me its urgent the vendor says that the phone n

  • My iphone 4 just stopped working in middle of texting

    I was texting and my phone ust stopped working, I thought the battery died, but it has been charging all night. I tried another adapter and phone still won't charge. This is so weird. It is in an otter box at all times, no heat, water or dropping, ju