Transaction Variant for Transaction FV60 (Parked AP Invoice)

Hi All:
I have been successful in creating a transaction variant for transaction code FV60 (Park AP Invoice). My objective was to get rid of the post and save as completed buttons on the FV60 screen. But when I simulate the document, the post and save as completed buttons appear again and I have been unsuccessful in getting rid of these and deactivating/hiding them.
Can anyone please help me or has anyone done this before?
you help is very appreciated
thanks
Brian

Hi you can hide the button as follows;
While doing SHDO Variant Creation , in the confirm screen entries dialog press Menu Functions button and in the dialog expand Function setting tree and select BU (POST) and press Deactivate button (or F2 key) then select PBBP(Save as completed) and press F2 again.
Now save the variant and activate it.
Now check the tcode, those two buttons will be hidden.
This will solve your problem.
Regards
Karthik D

Similar Messages

  • FV60 (Park vendor invoice) : Address

    Hi all,
    When we use the Tran : FV60 to park the vendor invoice in that we have a vendor address block . In that block the vendor address come. There is also one button <b>Display Vendor</b> , If we click on that we can see detailed vendor address. Inernally it calls the tran : FK03 for that.
    My requirement is that i want to call tran : XK03 instead FK03. Is there any BADi,User exit,BTE to do tha same.
    Regards,
    Nilesh

    Hi Nilesh
    In LFDCBI01 of main prog SAPLFDCB
             WHEN 'SUBB' OR 'SUBM'.
               REFRESH gt_tcode.                                "Note 370203
             <b>  tcode = 'FK03'.                 </b>                 "Note 370203
               APPEND tcode TO  gt_tcode.                       "Note 370203
               PERFORM transaction_call
               TABLES gt_spagpa                                 "Note 563258
               USING gt_tcode.                                  "Note 370203
    the t-code is hard-coded which could mean that it might not be possible...
    Regards
    Arun

  • Invoice parking:FV60 PARK INCOMING INVOICES

    Hi Gurus
    I have several invoices that when I park, then release the invoice the matrix will then go to XXX  I need these invoices to  be approved by YYYY
    How do i do it
    Regards
    Anand

    Hi
    How do i check the workflow
    Is there any tcode for checking the workflow
    kindly help
    Anand

  • FV60 Park Vendor Invoice

    Hi FI Exp,
    How to restrict that the notification should flow only in case of completion of parked document and the same should not flow in case of only parked document. I have been activated std WS10000051 nd configured in IMG, Both Only Save and Save+Complete are working fine but my question is I don't want any notification when I do only save the document.
    Do we have any option to restrict it in IMG, using with this std wf.
    Regards,
    Prabhakar
    Edited by: Prabhakar Dharmala on Feb 7, 2009 7:10 PM

    Hi,
    You cannot configure the desired behaviour in config since the workflow event is linked to the save action. You will have to speak with your Abap team to find out if there are any user exits that they can manipulate to prevent the FIPP.CREATED event from being fired when a parked document is saved but not completed.
    Regards,
    Kenneth

  • BDC to Park the Invoice Document(FV60)  in FI

    hi,
       can any one suggest me how to proced for BDC to Park the Invoice Document(FV60)  in FI.
    thank you .

    Hi,
    Try this BAPI.
    Bapi_incominginvoice_park
    Thanks,
    Anitha

  • Tables for Vendor Invoice (Transaction - FV60)

    Hello Experts
    I am trying to create a Vendor Invoice from Transaction, FV60. I am able to create it successfully.. Header Data is getting stored in the table BKPF but i can not see any entry in the transaction in BSEG. I just wanted to know that where exactly(Table) does the value of XREF1, XREF2 and XREF3 gets stored.
    Thanks in Advance,
    Pritam Kunal

    Hi Ajay,
    Thanks for the response, I found the entries in the table VBSEGS, but when i check with the entry XREF3, it doesn't show the actual value that i get on screen. It is empty here. i can see the value on the screen but not in the table. Can you please check if there is some other table where these fields gets stored.
    But any way the table name you gave to me is very helpful for my solution.
    Regards,
    Pritam

  • BOR method for transaction FV60 - FI invoice creation

    All,
    I want to create a workflow step to create an incoming FI invoice.
    This is done using transaction FV60. Now, I call this using BOR object BKPF method CREATE.
    But this is an async method which only triggers event CREATED from object FIPP. A different object.
    I am able to catch the event for the termination of the task, but how do I know for sure this is the correct FIPP belonging by my just-entered FV60?
    Or is there another way to call FV60 in a workflow? It has to be one of many steps.
    Situation:
    The trigger for the workflow is an incoming image from the scanner.
    Workflowstep1: display image and determine type of invoice ( MM / FI ) and send it to person 2.
    In case of FI:
    Workflowstep2: FV60 for creation invoice and send it to person 3
    Workflowstep3: FIPP-CHANGE for entering additional data and send it to person 4
    Workflowstep4: FIPP-CHANGE for checks and approval,
    In case of MM:
    Workflowstep2: MIRO for creation invoice and send it to person 3
    Workflowstep3: BUS2081-EDIT for entering additional data and send it to person 4
    Workflowstep4: BUS2081-EDIT for checks and approval
    End step: booking of the invoice.

    The process I used in my project was is this:
    the user receives the image -> creates an invoice -> links the image to the invoice
    I created an event from the change documents of the dms object, when the DMS object was changed I used a function module as the receiver of the event (DRAW.Changed) and in it checked if the dms object was linked to an invoice. if so I raised another event to close the task (DRAW.LinkedToInvoice).
    Now the terminating event will be on the DMS document and you should have it's key in the beginning of the task.
    The link to the document was done by classification of the DMS document (incoive number & year) but it can also be done by creating a dms object (there isn't a standard one).

  • In transaction Fv60 can we change transaction type(invoice/ credit memo)

    Hi Experts,
    Can you help?
    In transaction Fv60 , while editing a park documentcan can we change transaction type(invoice/ credit memo) . I mean can we change the status of document from credit memo to invoice?
    Thanks

    Hi Sumit,
                  Certainly, we can change the transaction type in fv60. Yes we can change the status of the document.
    Regards,
    Srinivas Muthyala

  • How to create transaction or screen variant for custom tcode in module pool

    Hi,
              I have one module pool program with custome tcode ,i want to create transaction or screen variant for this tcode.Next time when we run this tcode we need a variant for this tcode.
    I tried by using of SHD0 but it is working only for standred tcodes.Is there any possibilty please help me.
    thanks,
    Lavanya.

    Hi,
    you created a Custom Tcode for ur module pool Pgm..if u execute the Tcode in the output screen give the input details and press Save Option then variant will be created. Then you can use that variant.
    otherwise.. while creating a Tcode..
    select an option for Tcode type Tranasction With variant ..there u will provide the variant for ur Tcode ( which is already created ).
    Regards,
    PraVeen.

  • HOW TO Create  variants for transaction MASS on LFA1 object?

    hOW TO Create  variants for transaction MASS on LFA1 object?
    Edited by: cheppalliakr on Nov 10, 2011 1:09 PM
    Moderator message: please do more research before asking, show what you have done yourself and provide more information when asking.
    Edited by: Thomas Zloch on Nov 10, 2011 3:10 PM

    Hi Oscar ,
    You need to create optional date prompt variable  in BW which fills your requirement .
    Ex : If you require report should always run for 1st of the month to last of month .Then create Optional date variable in BW with interval .write customer exit ,
    if from date is left blank it should take 1st of the month and if todate is left blank it should take last of the month .
    when creating webi schedules , leave prompts as blank.

  • How to create Transaction Variant for T code F-30

    Hi
    I want to create a Transaction variant for T code F-30, so that user can't change the currency field and put any value in rate. Currency should be always in USD.
    Any input will be heighly appriciated.
    Regards
    Shiv

    Hi,
    In that case you can use transaction SHD0 to create a transaction variant for F-30 with its screen variant for screen# 122. And you also want to creat a so called Variant Transaction Z-something for F-30 using the mentioned transaction variant. You restrict users to use that Z-something. For other unrestricted process, the system will still cal F-30. Here is the documentation:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/67/232037ebf1cc09e10000009b38f889/content.htm
    Regards

  • Problem in SHD0 about creation of Transaction Variant for VA02

    Hi All,
    My goal is to create a Transaction Variant for VA02 Variant that doesn't display the "Object Status" button under the page "Status" in the Header of Sales Orders.
    To do so, I created a Transaction Variant in SHD0 (named ZTEST_VA02), the creation process creates the Screen Variants too, and i named them ZTEST_VA02_<dynpro_number>.
    The Dynpro where I can found the button to hide is the SAPMV45A / 4305, so the Screen Variant Name is ZTEST_VA02_4305.
    My problem is that If I test the single Screen Variant (ZTEST_VA02_4305) using the button in SHD0, I can see the whole transaction with my modify (the "Object Status" button is hidden), but testing the entire Transaction Variant ZTEST_VA02 I cannot see the modify and the Button is pretty visible.
    I even tried to create a Transaction with Variant, in SE93, that launches the transaction VA02 with the variant ZTEST_VA02, and I tried to assign the Transaction Variant I created as a Standard Variant, in both cases the problem is that the modify doesn't appear to be applied.
    For me this is a real mistery because If the Screen Variant is right (It works) I would expect to see that even the Transaction Variant is correct.
    Does Anyone have (or have ever had) this problem?
    Thank You very much for your attention.
    Regards,
    Claudio
    PS: I forgot to mention that I'm working on SAP ECC 6.0
    Edited by: Claudio Distrutti on Apr 4, 2008 11:47 AM

    I too facing the similar problem when assigning the screen variant to transaction variant.
    screen number where the 'Obj.Status' button is ' 4456
    if executing the screen variant alone , it works  perfectly,
    once i assing to the transaction variant and test,  the 'Obj.Status' button is visible.
    does anyone got the solution?
    Edited by: Thomas Paul jr on Oct 21, 2010 1:59 PM

  • Transaction Variant for a standard report without transaction code

    Hi,
    I want to create a transaction variant for a executable report. The report has some subscreens 100, 110 etc. I want to hide the subscreen through transaction variant. So I have created a transaction code (Y*) for it and then tried creating transaction variant using SHD0 transaction.  But the fields are not listed to choose invisible or other options. Please advice

    The fields are listed when you leave each recorded screen. You have the flag "do not display the screen". It's strange you don't have anything, are you sure you started the recording? (you enter the transaction code, the transaction variant, you click the Create button and the screens are displayed and recorded)
    Which transaction is it?
    A little remark (about your last posts): forum rules ask people to give points, it's a way to say thank you. Otherwise, people won't help you anymore. It's not a black and white logic : don't give points only when your problem is solved. Give 2 or 5 points to thank people (or 0 if it's out of context). Thanks.

  • Transaction variant for VA02 is not working for few fields

    Hi All,
    I have created a transaction variant for VA02. Made the necessary code changes for populating the variant name in MV45AFZZ. It is working fine for all the screens and all the fields except for second screen of VA02.
    First screen - Enter sales order number.
    Second screen - Overview screen.
    In second screen, I have disabled all the screen fields. When I run the variant, all fields are disabled except sold-to party, ship-to party and create sold to party ICON. All these fields belongs to screen 4701.
    In the transaction variant I can see that these fields screen attributes set to output only. I don't see anything different for these fields compared to other fields.
    First I thought it is because of mandatory fields. But some other mandatory fields are disabled after my changes. Why is this happening only for these 3 fields (Only for screen 4701 I can say).
    Surprisingly, if I do any action like enter/select other tab, these fields are getting disabled.
    Your inputs on this are highly appriciated.
    Thanks,
    Vinod.
    Edited by: Vinod Kumar Vemuru on Dec 31, 2009 10:01 AM

    Thanks, happy to see the reply.
    But I have given the correct names as suggested by you.
    I have also created a Transaction ZVA02 as i dont want this variant to be applied on standard VA02.
    It is working on first screen but not on subsequent screens. Am i missing something, some link or activation?
    Transaction Code VA02                  Change Sales Order
    Transaction Variant  ZTRN_VA02                       testing
    ZTRN_VA02_0102                                        SAPMV45A     102
    ZTRN_VA02_4001                                        SAPMV45A     4001
    ZTRN_VA02_4021                                        SAPMV45A     4021
    ZTRN_VA02_4050                                        SAPMV45A     4050
    ZTRN_VA02_4401                                        SAPMV45A     4401
    ZTRN_VA02_4701                                        SAPMV45A     4701
    ZTRN_VA02_4900                                        SAPMV45A     4900
    when I run this the first screen is applied correctly but what happens next.

  • Transaction Variant for T. Code - FBL1N

    Hi,
    I want to create a Transaction Variant for T. Code - FBL1N.
    Actually, My requirement is that I want to give a Dynamic Selection "Reconciliation acct-XXXXXX"... After Create  the variant for this, i want to disable the Dynamic Selections Icon. I want both things at a time..
    Please tell...
    Regards....

    Hi,
    Even though question is already marked as answered, I think that Pince Kummar requirement was not fulfilled.
    Those are the steps that you should execute:
    1. Create a Selection Variant:
    In FBL1N transaction, enter your required field values, and click on the save icon. Maintain variant attributes as you need. Assign to your selection variant a name beginning with CUS&. With that prefix you specify that is a customer system variant.
    2. Assign the created selection variant as default for tcode FBL1N.
    Go to SE93 and change FBL1N, on "Start with variant" field select your created CUS& variant and save.
    At this time you can notice that FBL1N transaction always begin with your selection variant.
    3. If you also want to disable Dynamic selections function, you should create a Standard transaction variant.
    Go to SHD0, enter the transaction code name (FBL1N). In the Standard Variants tab enter a name and choose create function. Automatically FBL1N selection image will be showed, click back button to return. In the screen that now is showed, choose "Menu Functions" and enter Program "RSSYSTDB" and gui status "%_00" and click Menu Functions, then in the tree that come out, find and select Dyamic Selections function (%_00->Edit->DYNS), next click disable button and then continue button.
    Now you return to Transaction variants maintenance screen. Make sure that in deactive functions list, for Dynamic selections function is only active "For Transaction" check box. Now save and activate your transaction variant.

Maybe you are looking for

  • How do I use the drive on my older iMac to install a program on my newer iMac which doesn't have a drive?

    I think I'd read about how this is done but haven't been able to find the information. My two iMacs are connected through ethernet. I also have a macbook air which has a drive and all three macs are on the same wifi network. Maybe it can be done that

  • [xfce4] - removing options from "open with" submenu [SOLVED]

    Since installing wine, I have a number of entries in my right-click>open with menu that are similar to "Wine - Internet Explorer."  I'd like to remove these.  Any tips are appreciated. Last edited by graysky (2011-12-10 16:03:42)

  • Adobe Camera Raw in Elements 11

    I'm using Windows 8.1. In Elements 11 I updated Camera Raw, but although it has confirmed the update, I cannot find it in Elements. Help please

  • Back up incomplete

    in performing back ups on a L455 sattelite I am getting the message that my system did not back up properly in app data, contacts and searches.  All else seems to be backed up and it takes only about 40 minutes but because these three messages are pr

  • Oracle RDBMS v8.1.7.3

    Would any body please provide me the correct link to download Oracle Version 8.1.7.3 for Windows NT/2000 platform? I downloaded once before but misplaced the file? Cheers, Sushanta