Get Vraiant button inactive during pf-status activation for report program.

Hello Gurus,
I have created a pf-status for a selection screen program. Now I have done the adjustment to that pf-status thorugh, Extras -> Adjust Template -> Selection Screen in se41.
So now it shows all the buttons associated with Selection Screen in Application toolbar.
For me there are only two buttons of importance:
1) Execute
2) Get Variant
3) <Custom created button> that I have to program.
So I deleted all other buttons and just kept these three.
But when I execute, I only see the Execute buyton and <Custom created button>. It seems Get Variant button is inactive. I don't want to cdoe for Get Variant button since its a standard one.
Can someone tell why Get Vaiant button is inactive ?
Regards,
Rajesh.

I just remember we can oactivate it only when we save some data...
Regards,
Rajesh.

Similar Messages

  • Evaluate button inactive during confirmation posting

    Hi Friends,
    I am working with SRM5.0.
    I have defined a survey and a questionniare for VE during confirmation.
    Have assigned a use group and a user with valid email address to the survey
    In define events for VE, I have made entries for transaction category "confirmation" and have selected "procedure" as "individual-sel. via button".
    I can call the questioonaire from SPRO using right click mouse button on user--> call questionnaire in WEB"
    Also required SICF services are active and I am able to perform VE on portal using Vendor List.
    With these settings, when I perform the VE for the specified product category, I am finding "Evaluate" button inactive during confirmation posting.
    Any hint for my issue? Pls suggest.
    Thanks
    Regards,
    Prashant

    Hi Prashant,
    1) In define events, trying keying in an "*" for vendor & P.Org, enter the source system as your SRM system. Did you assign the survey & questionnaire in this define events. Enter probability as 100. Then try to post a confirmation.
    2) Defining a user group is not mandatory. Hence, you may try to delete this & re-try if point no.1 does not work.
    Cheers,
    Akash

  • How to setup the button inactive in pf-status?

    who can tell me how to setup a button inactive in pf-status so that the button is inactive when the program is running?
    there is a sample of button '&SUM' in PF-STATUS 'STANDARD'(lines 303) of program 'RM07MKON'.

    Hi huanzhiyu,
    In a custom (Z) program you can make PF status buttons and subsequently their OK codes inactive by using the following command:
    SET PF-STATUS 'STANDARD' EXCLUDING '&SUM'.
    And if you need to exclude more than one OK code
    data: itab type sy-ucomm occurs 0,
          wa type sy-ucomm.
    move '&SUM' to wa. append wa to itab.
    move '&ADD' to wa. append wa to itab.
    set pf-status 'STANDARD' excluding itab.
    Hope this helps.
    Regards,
    Aditya

  • Button inactive during thread

    hi,
    Button is inactive during the thread exection in jprogressbar.. can anybody shed some light on this...
    thnx in advance

    Quit triple posting questions:
    http://forum.java.sun.com/thread.jspa?threadID=5156783

  • How to get list of Users under an Auth Group (for executable Programs)?

    Hi experts.  I have a requirement to get a list of all users under a particular Auth Group for Program Objects.
    Goal of this requirement is to identify the users allowed to use/access a program - we're doing some sort of Program Inventory and we'd like to identify the users per program, via the Auth Group. 
    So question is:  Which tables hold data about Program <-> Auth Group <-> Users, and how are they linked?
    I know this is Basis/Security stuff, but I was thinking of developing a report program to output the information needed.
    Thanks in advance.
    Edited by: George Esquerra on Nov 17, 2011 10:24 AM

    This is available in the standard via tx SUIM - user - users by complex selection criteria - by authorization values.
    If you enter auth object = S_PROGRAM and value = auth group, you will get the list of users.
    You can analyse how this program finds the information and incorporate it into your own logic.
    Thomas

  • Price Inactive during change in reason for rejection

    Hi ,
        I am facing an issue while providing reason for rejection in VA02.The issue is the price shows as inactive if we cancel the reason of rejection for an item(we get pop-up to select if we want to have reason of rejection or not).As per configuration if reason for rejection(vbap-abgru) has a value then statistical field(vbap-kowrr) will also have value as 'X'.So during providing reason for rejection,if user selects cancel we clear both the values(abgru as well as kowrr).But at this moment the price shows as inactive,but if we press update or save the price shows active.
    Please suggest how i can have the price as active after user input,all this is done through an exit 'MV45AFZB'.This is triggered when user provides values for reason for rejection,then popup appears if it satisfies certain conditions.
    Jeten

    Hi,
    Look at the table ORDER_ITEM_IN
    Regards.

  • Status Message for ABAP Program

    Hello Gurus,
    I have an internal table. I placed the contents of the internal table on the application server using executable program. Everything works fine.
    When I execute the program, the selection screen appears and after I give the inputs and execute again, the file is placed on the application screen and the screen is back to the abap code from selection screen.
    I want a status message at the bottom indicating that the file was placed in the application server successfully. If it fails then I need the failure message that the file was not placed.
    Please help me out how I can get these messages when I execute my program and where I need to place this code in my program.
    Regards,
    Balu

    Hi,
    You would be using OPEN DATASET, to transfer the internal table contents to Application Server file.So check sy-subrc.
    OPEN DATASET.....
    <b>IF sy-subrc eq 0.</b>
    loop at itab.
    transfer itab....
    endloop.
    Close Dataset.
    Message 'File successfully saved!'.
    <b>else.</b>
    Message 'Error in saving the file !'.
    <b>endif.</b>
    Best regards,
    Prashant

  • How to get Header and footer in PDF file from a report program

    I am generating spool from ALV GRID DISPLAY. Only the body of a report is coming in the SPOOL. I mean content of the TOP_UP_PAGE event is not coming in the SPOOL. Please suggest me.
    Coding I am pasting here.
    * Begin of modification(+) by I080845 ( Prasanta Maiti ) 12/23/2011 Defect# 17821
        IF sy-batch IS NOT INITIAL
    * Begin of modification(+) by I080845 ( Prasanta Maiti ) 01/19/2012 Defect# 18155
        and i_final is NOT INITIAL.
    * End of modification(+) by I080845 ( Prasanta Maiti ) 01/19/2012 Defect# 18155
    * The print parameters are retrived and validate
          CALL FUNCTION 'GET_PRINT_PARAMETERS'
            EXPORTING
    *           ARCHIVE_TEXT          = c_check
    *           AR_OBJECT             = c_check
    *          ARCHIVE_REPORT         = c_check
    *          COVER_PAGE             = c_check
              in_archive_parameters  = v_arcpar
              in_parameters          = v_pripar
              destination            = 'LOCL'
              layout                 = 'X_65_512/2'"c_layout
              line_count             = '65'  "60
              line_size              = '1024'
              no_dialog              = c_check
            IMPORTING
              out_archive_parameters = v_arcpar
              out_parameters         = v_pripar
              valid                  = v_val
            EXCEPTIONS
              archive_info_not_found = 1
              invalid_print_params   = 2
              invalid_archive_params = 3
              OTHERS                 = 4.
    IF v_val  NE space AND sy-subrc = 0.
            v_pripar-prrel = space.
            v_pripar-primm = space.
            NEW-PAGE PRINT ON NEW-SECTION PARAMETERS v_pripar
            ARCHIVE PARAMETERS v_arcpar NO DIALOG.
            NEW-PAGE.
    **    displaying output in PDF
    *    PERFORM f_show_record.
    *   ALV Display
            PERFORM f_alv_display.
            NEW-PAGE PRINT OFF.
            CALL FUNCTION 'ABAP4_COMMIT_WORK'.
          ENDIF.
          IF NOT sy-spono IS INITIAL.
            "Declarations
            v_spool_id = sy-spono.
    * Checking the flag for too large spool
    *    IF v_too_large IS INITIAL.
            CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
              EXPORTING
                src_spoolid              = v_spool_id
                no_dialog                = space
              IMPORTING
                pdf_bytecount            = v_bytecount
              TABLES
                pdf                      = i_pdf
              EXCEPTIONS
                err_no_abap_spooljob     = 1
                err_no_spooljob          = 2
                err_no_permission        = 3
                err_conv_not_possible    = 4
                err_bad_destdevice       = 5
                user_cancelled           = 6
                err_spoolerror           = 7
                err_temseerror           = 8
                err_btcjob_open_failed   = 9
                err_btcjob_submit_failed = 10
                err_btcjob_close_failed  = 11
                OTHERS                   = 12.
    Edited by: Thomas Zloch on Feb 10, 2012

    Hi,
    Try with ALV LIST DISPLAY. I dont thing so its possible with ALV GRID DISPLAY.

  • Get input and display output on same screen for report

    Hi frnds,
    two params
    that is mat.no,desc.
    enter the mat.no and also display the description of that mat.no in same input screen for the report.
    How can i archieve .
    Thanks in advance.

    Hi,
    It is not possible in Dialog Programming too. But there is an alternative. You can make the material number field as drop down. Assign a function code to that. Now in PAI you can code accordingly to display the description.
    In TOP.
    TABLES: mara, makt.
    DATA  gv_maktx TYPE makt-maktx.
    In PAI.
    CASE sy-ucomm.
    WHEN 'F_MATNO'        "function code assigned to the material number drop down field
         SELECT SINGLE maktx
          FROM makt
          INTO gv_maktx
          WHERE matnr = mara-matnr. " mara-matnr is the dictionary reference to the material number drop down field in the screen.
          makt-maktx = gv_maktx.    " makt-maktx is the dictionary reference to the material description field in the screen.
    ENDCASE.
    Thanks,
    Sri.

  • No request generated for batch status active/ inactive settings

    Dear Experts ,
    When is make the status "active " for batch in IMG , Logistics general , Batch management , Specify Batch Level and Activate Status Management,Define Batch Status management  , THE SYSTEM DOESNT ASK FOR A REQUEST .
    Plsease tell em if it is ok for the system to NOT TO ASK FOR A CHANGE REQUEST ?
    IF yes , please let me know if we need to directly  make the above settings in the [production server ???????
    Regards
    Anis

    any response ?

  • How to make "Get Mail" button work for new IMAP acct?

    Recently, I started new Internet service with Charter. I set up my new email mail account on my iMac, and everything is working perfectly.....except that Mail checks the Charter email account for new messages ONLY when Mail is first started or the first time I "Synchronize". There's no way to know that messages are waiting, and no other way to download messages.
    When I click the "get mail" button, the little wheel thing appears for all the accounts (I still have my ATT accounts active), except the Charter account. When Mail automatically checks for messages, it checks all the accounts except the Charter account.
    The messages sent to the Charter account show up right away on the web (looking at my account on Charter's web site). I have no trouble at all sending emails. I have the account set up with IMAP (although, I tried POP, with no change). I have this account set to "Include when automatically checking for messages". I've shut down and restarted multiple times.
    I've talked with Charter support, and they've checked their server and all my settings, and everything is OK. I'm inclined to agree it's not an issue on their end. It seems to be Mail.
    Any ideas on how to fix this?

    Yup. It was set to "every 5 minutes", and changing that made no difference. Mail completely ignores the charter account when doing the automated mail check and when I click "get mail".
    I went to the local Apple store, without my iMac but with screen shots of the email settings, plus settings info from charter, and we set up the account on one of the iMacs there. It worked perfectly. The guy helping me suggested deleteting the account and setting it up again.
    I did exactly that, but the behavior is the same. So.....the next thing to do is take the iMac in. (sigh.)

  • Creating a cascading menu button an a GUI status

    I have a GUI status on a normal screen (NOT on an ALV grid).  On this status I have added 3 function buttons (SEARCH, CREATE, MANAGE).  I want to add a 4th button that appears and acts like a cascading menu button. An example of what I want the button to look like is similar to what you would see on the standard 'Change Layout' button on an ALV Grid.  I am not using an ALV grid, though - but I'm trying to get a button on the GUI status to act like that - where you click on it and you see multiple options such as Display, Edit, Copy.
    I don't want to add this to my MENU bar.  I'm trying to add it to my APPLICATION bar.  If anyone has ever done this, please let me know how you did it.
    Thank you for any helpful information.
    -P. Foley

    I think that is done with the "toolbar" control so it will be in the screen, not on the application bar... have a look at SAPTOOLBAR_DEMO1, and the CTMENU_* programs, plus
    http://help.sap.com/saphelp_sm32/helpdata/en/8f/bcc23657ad0730e10000009b38f839/frameset.htm
    for more info on this, if it is the style you want.
    Or perhaps look at Generic Object Services to add a button between the application bar and below the menu (as in ME23N, FB03 etc)
    Jonathan

  • Form name PYXXFO_SAP_TIM_99_0001 not active for form SAP_TIM_99_0001

    Hi Experts,
    I am on ERP2004 SP17 EP6.0 SP20. I am trying to implemet Time Statement application. I am getting the error
    "Form name PYXXFO_SAP_TIM_99_0001 not active for form SAP_TIM_99_0001" on portal when trying to access the time statement.
    Where can I activate the relevant form on R/3 side? I appreciate your help.

    Hi Barin,
    Thanks for replying to me. I activated the form SAP_TIM_99_0001 in hrforms.
    Now I am seeing the error <b>"Unable to generate form PYXXFO_SAP_TIM_99_0001</b>      
    But I do not see this form in hrforms? where can i find this form?
    regards!

  • Dump during sales order creation for a config material (uding order BOM)

    Dear all,
    I am getting the following error during sales order creation for a configurable material
    When I click on 'Engineering' tab in the characteristics value assignment for the parent material i.e. sales order material I get dump with following message,
                                   'Field symbol has not yet been assigned'
    Thanks,
    Yogesh

    Yogesh,
    what was the problem ?
    Thanks,
    Pavan Verma
    Edited by: Pavan Verma on May 11, 2010 9:31 AM

  • How we can get the output in excel format for Spawned programs?

    My requirement is to get the excel output for some of the programs (like -Adjustment Register, Applied Receipts Register). I am trying to achieve this by BI Publisher. But these programs has "Spawned" executable. And when I am changing the output type as"XML" I am getting below error in output-
    "XML Parsing Error: syntax error"
    Can anyne suggest how we can get an XML output and then excel output for Spawned programs?
    Thanks in advance,

    Hi,
    If I get it right, you want to convert RXi (Reports Exchange) reports such as Adjustment Register & Applied Receipts Register into XML Publisher. Normally, you need to change the "Output Format" of the program called by the "Spawned" program to 'XML' -- not the "Spawned" program itself.
    However, I believe RXi reports does not support XML output (atleast in 11i). It could only work on Text & Html format. Check on the metalink note below:
    432719.1 - RXi-Only Reports Generate XML Format Exception With No Output Setting the Output Format to XML
    Hope this helps.
    regards,..
    Rownald

Maybe you are looking for