On Save, Z Tcode created for aTransaction Variant returns to original Tcode

Using shd0 I have created a new Transaction Variant ZMM02.  Then I created a new tcode which runs this variant.  Everything works great except for when I click the Save button, the program returns to the screen requesting another material and I am now in MM02 tcode.  I do not want the user to have access to MM02. 
How can I redirect the Save back to my new Tcode?  Even if the Save did a save and then exited that would be fine.

Hi. You had posted this a while back & I dont see any responses. Were you able to resovle this?
Thanks in advance.

Similar Messages

  • Variable created in TVARVC missing for some variants

    HI All,
    I have created a table variable in TVARVC table using tcode STVARV , up on creating a custom variant i could see the table variable displayed in help, however when creating for a variant transported from other system , i could not find the table variable in the help provided. do i have to maintain entries in any other tables, please provide a solution.
    Thanks in advance,
    Regards.
    Praveen.
    Edited by: praveen kumar on Feb 21, 2011 7:24 AM

    I found the answer ,
    Note that changes to the values of table TVARVC affect all variants that use these particular variables.
    The transactions STVARV and STVARVC are available for maintaining the table variants. With transaction STVARV you can maintain the entries in table TAVRVC for the current client (display/change/add). Transaction STVARVC only allows you to maintain the entries in client 000.
    http://help.sap.com/saphelp_nw70/helpdata/en/c0/9803ade58611d194cc00a0c94260a5/content.htm
    Edited by: praveen kumar on Feb 21, 2011 10:06 AM

  • Issue in Creating a screen variant for FV50 through SHD0

    Hi,
    I need to create a Screen variant for FV50 to hide the post button through the Transaction SHD0, It was working fine and the function keys BU and BS  i disabled in the variant, but the problem is when i disabled the Function keys from FV50 it is not allowing me to post the transaction in FBV0 also. I found that T code FV50 is using the program :SAPMF05A  and FBV0 is using : SAPMF05V.
    Is there any way to overcome the issue through the transaction SHD0 ?
    Regards
    San

    Hi,
    To Create  aVariant You can use Tcode : SHD0.
    Provide the tocde and clik on Screen variant and create...
    You can follow the below link as Reference ..
    Link:[http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm]
    Hope it helps you.
    Thanks
    Arbind

  • How to create a new variant and a job sheduled to use it for the ......

    How to create a new variant and a job sheduled to use it for the exisisting programs

    Hi
    1. The ALV Grid Control is a tool with which you can output non-hierarchical lists in a
    standardized format. The list data is displayed as a table on the screen.
    The ALV Grid Control offers a range of interactive standard list functions that users need
    frequently (find, sort, filter, calculate totals and subtotals, print, print preview, send list,
    export list (in different formats), and so on. These functions are implemented in the
    proxy object class. You as the programmer have the possibility to turn off functions not
    needed. In most cases the implementations of the standard functions provided by the
    control are sufficient. However, if required, you can adjust these implementations to
    meet application-specific needs.
    You can add self-defined functions to the toolbar, if necessary.
    The ALV Grid Control allows users to adjust the layout of lists to meet their individual
    requirements (for example, they can swap columns, hide columns, set filters for the
    data to be displayed, calculate totals, and so on). The settings (list customizing) made
    by a specific user are called a display variant. Display variants can be saved on a userspecific
    or on a global basis. If such display variants exist for a list, they can be offered
    to the user for selection. If a display variant is set as the default variant, the associated
    list is always displayed based on the settings of this variant.
    2. REUSE_ALV_LIST_DISPLAY
    REUSE_ALV_GRID_DISPLAY
    REUSE_ALV_FIELDCATALOG_MERGE
    REUSE_ALV_COMMENTARY_WRITE
    3. Use of Field Catalog is to determines the technical properties & add formating information of the column.
    6. all the definition of internal table, structure, constants are declared in a type-pool called SLIS.
    7.fieldcat-fieldname
    fieldcat-ref_fieldname
    fieldcat-tabname
    fieldcat-seltext_m
    5. Form user_command using r_ucomm like sy-ucomm rs_selfield type slis_selfield.
    Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length.
    In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output.
    The report output can contain up to 90 columns in the display with the wide array of display options.
    <b>The commonly used ALV functions used for this purpose are;</b>
    1. REUSE_ALV_VARIANT_DEFAULT_GET
    2. REUSE_ALV_VARIANT_F4
    3. REUSE_ALV_VARIANT_EXISTENCE
    4. REUSE_ALV_EVENTS_GET
    5. REUSE_ALV_COMMENTARY_WRITE
    6. REUSE_ALV_FIELDCATALOG_MERGE
    7. REUSE_ALV_LIST_DISPLAY
    8. REUSE_ALV_GRID_DISPLAY
    9. REUSE_ALV_POPUP_TO_SELECT
    Purpose of the above Functions are differ not all the functions are required in all the ALV Report.
    But either no.7 or No.8 is there in the Program.
    <b>
    How you call this function in your report?</b>
    After completion of all the data fetching from the database and append this data into an Internal Table. say I_ITAB.
    Then use follwing function module.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = 'Prog.name'
    I_STRUCTURE_NAME = 'I_ITAB'
    I_DEFAULT = 'X'
    I_SAVE = 'A'
    TABLES
    T_OUTTAB = I_ITAB.
    IF SY-SUBRC <> 0.
    WRITE: 'SY-SUBRC: ', SY-SUBRC .
    ENDIF.
    ENDFORM. " GET_FINAL_DATA
    The object F_IT_ALV has a field, the activity ACTVT, which can
    contain four permitted values: 01, 02, 03 and 70. Each of the
    activities 01, 02 and 70 controls the availability of particular
    functions (in the menu and the toolbar) of the ALV line item list:
    a) 01: "Settings -> Display variant -> Save..."
    b) 02: "Settings -> Display variant -> Current..." and
    "Settings -> Display variant -> Current header rows "
    c) 70: "Settings -> Display variant -> Administration..."
    Activity 03 corresponds to the minimum authorization, which is the
    most restricted one: The user can only select layouts which have
    been configured already. In particular, all of the other functions
    named above are inactive with activity 03.
    Now if you want to permit a user to change the column selection and
    the headers as well as to save the layout thus created, for example,
    but if you do not want to permit the user to administrate the
    layouts, you grant him or her the authorization for activities 01
    and 02.
    Check this link it will be mosty usefull for u
    http://www.sap-img.com/fu017.htm
    Reward all helpfull answers
    Regards
    Pavan

  • How to create column selection variant for VA05?

    Hi Experts,
    How do I create column selection variant for VA05?
    Thanks,
    Sachin

    Hi,
    Goto SU3, enter user name and press enter
    goto parameters tab, enter parameter ID SD_VARIANT_MAINTAIN and parameter value 'A' and save.
    Now check in VA05, you will get save button in active mode.
    Regards,
    Chandra

  • How to save a book created in Aperture 3 for future uploading for printing?

    How to you save a book created in Apeture 3 to send for printing several months after creating book.  I've create several books, had them printed and get request for reprints.  I don't want to keep the photo files in Aperture for space considerations.

    If you are printing through Apple then you have to send the order using Aperture. You could export the book as a new library and archive that to save space in the original library. Keep im mind that exporting this way will not remove the originals from the Aperture library, you will need to remove those yourself.
    If you are not using Apple to print the book you would need to save whatever it was (pdf file?) that you sent to be printed the first time.

  • How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    Hi Ed
    Thank you for contacting me, however I already know how to save text to
    audio files via timeline using the Export feature.
    So my question was not entirely clear and I apologize for that.  To explain
    further, whenever I save a text to audio file, captivate takes me to a
    default save as folder where I then have browse back to my production
    folder where I am keeping all my Txt to Aud files.  This is very tedious
    process when you have alot of files to save.  So my question was is there a
    way to configure captivate so I can make my production folder the default
    file for whenever I save a Txt to Audio file through Export feature that
    the system automatically takes me to that production folder, and I am
    spared the long tedious process of saving the file manually to the
    prodcution folder I want.
    I have copy the pathway to the production folder in the URL filed in the
    Save As dialoge box and that workaround as cut the work down but I still
    have to paste that URL field to point the file to the right folder. So it
    would be nice if I could do everything automatically.  Microsoft makes this
    capability in their MS Office applications, so I was thinking Adobe might
    do the same thing.  Your help with this would be appreicated,
    Thanks
    Merrill Roberts
    Sr. Training Specialist
    SunGard Availability Services
    Direct 925-831-7730
    Mobile:415-215-9280

  • ABAP code for creating a report variant

    Hi,
    I would like to create parameter on selection screen type SLIS_VARI. I would like that the program will start with pre-defined variant in ALV grid, the same as it is on standard stock report (MB52)...
    Can someone tell me how to do this, and where to put the code?
    Thanks in advance,
    Saso

    Hi,
    This is the code for variant as parameter and F4 help.
    DATA: g_repid LIKE sy-repid,
          g_dynnr LIKE sy-dynnr.
    DATA: g_save(1) TYPE c VALUE 'A',
          g_exit(1) TYPE c,
          gx_variant LIKE disvariant,
          g_variant LIKE disvariant.
    PARAMETERS: p_vari LIKE disvariant-variant.
    INITIALIZATION.
      g_repid = sy-repid.
      g_dynnr = sy-dynnr.
      PERFORM variant_init.
    *Get default variant
      gx_variant = g_variant.
      CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
        EXPORTING
          i_save     = g_save
        CHANGING
          cs_variant = gx_variant
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 0.
        p_vari = gx_variant-variant.
      ENDIF.
                      AT SELECTION SCREEN                               *
    AT SELECTION-SCREEN.
    *--PAI of selection screen
      PERFORM pai_of_selection_screen.
    *---F4 option for report variant
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_vari.
      PERFORM f4_for_variant.
                         SUB-ROUTINES                                   *
    FORM variant_init.
      CLEAR g_variant.
      g_variant-report = g_repid.
    ENDFORM.                    " variant_init
    FORM pai_of_selection_screen.
      IF NOT p_vari IS INITIAL.
        MOVE g_variant TO gx_variant.
        MOVE p_vari TO gx_variant-variant.
        CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
          EXPORTING
            i_save     = g_save
          CHANGING
            cs_variant = gx_variant.
        g_variant = gx_variant.
      ELSE.
        PERFORM variant_init.
      ENDIF.
    ENDFORM.                    " pai_of_selection_screen
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant = g_variant
          i_save     = g_save
        IMPORTING
          e_exit     = g_exit
          es_variant = gx_variant
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S'      NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        IF g_exit = space.
          p_vari = gx_variant-variant.
        ENDIF.
      ENDIF.
    AND pass this gx_variant to ALV Function module.
    Rewards points if helpful.
    Regards,
    Srinivas ch

  • How to create the variable variant in process chains for ip

    how to create the variable variant in process cahins for ip

    Hi venky,
    check these links
    http://help.sap.com/saphelp_nw70/helpdata/EN/c0/980398e58611d194cc00a0c94260a5/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/c0/98038ce58611d194cc00a0c94260a5/content.htm
    bhaskar

  • LabVIEW ofter hangs for seconds after save, run command, creating variables, etc.

    Dear users,
    my LabVIEW installation often hangs after common commands such as Save, Run, after creating variables (the label is draw directly, then after few seconds the variable and the wire is created), etc.
    LabVIEW 14.01f (32bit)
    Windows 7 64bit
    The same version of LabVIEW on Windows 7 on other computers runs smoothly. Only that particular super-new and high-performance Lenovo laptop drives everybody in the team crazy.
    Any suggestions, what should I check, please?

    Other reasons for such delays can be network drives that are currently disconnected or point to resources not currently available on the network. Or installed printers pointing to printers not currently available. And last but not least system drives that are trashed with large amounts of files in important system locations.
    While the first reasons can be fixed by removing such drives and printers altogheter, the last point only really is fixable by a clean reinstallation of Windows. And no it's not just LabVIEW that usually gets affacted but just about any application when accessing the file system, for instance very noticable when opening the file select dialog in any application.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How do I save my setup for Photoshop Elements 11 that I created for category - sub-category - Keyword Tags

    how do I save my setup for Photoshop Elements 11 that I created for category - sub-category - Keyword Tags  I would like to use the setup for other Photoshop Elements

    First are you going to use the same keyword/categories hierarchy in the same Elements version (or newer)? If so, using the backup/restore process will also restore your hierarchy.
    If you want to create the same hierarchy in an older Elements version, it's possible to save that hierarchy in a special text file and to restore it in the new catalog in the destination computer. It's also possible to restore it in another catalog in the same computer.
    Look at the title bar of the keywords panel. Next to the '+' sign on the right, you see a small icon which opens a menu offering the option to save or to restore the text file.

  • TCode FLBPC1: Message "No BP could be created for vendor ....."

    Hello,
    We have the master data synchronization active for creation of BP from vendor/customer using TCodes FLBPC1 / FLBPD1. This was working fine too. Now all of a sudden from today when we are trying to use FLBPC1, the system gives a message "no business partner could be created for vendor...".
    Upon expanding the note we found that the procedure suggested is to open PPO and check the error message. We have the PPO active. Can someone please give me the exact steps to be followed to open the PPO and analyze the error?
    To be on the safer side I have once again checked the configurations mentioned in SAP Note 954816 and 956054 and have found that all configs are in place.
    I have also observed that in case where there is a configuration issue involved, the message would appear in red (ie an error message). But now the message is appearing in green (ie like an ordinary message) and therefore the configurations must have been properly maintained.
    Please help.
    Regards,
    Suvarghya Dutta
    Edited by: Suvarghya Dutta on Apr 28, 2009 10:38 PM

    Hello Rishu,
    First, many thanks for the kind patience to deal so extensively with the subject.
    To make sure that I have made my requirement clear, let me state:
    1. Presently there are several vendors in the system who uses the forms of address like Mr/Mrs/Dr/Miss/Company/Ms etc. ( Incidentally, is it possible to create a vendor as 'person' or 'organization' as such ?)
    2. However for ALL these vendors the system sends a message that BP cannot be created.
    3. Synchronization cockpit gives the message that all these 'forms of address are not designated for organization'.
    4. I am not looking forward to create a BP of any specific category of my choice.
    5. All I am trying to do is to create a BP for the existing vendors in the system.
    And now to make sure that I have understood what you are trying to say, let me reiterate:
    1. Vendors that presently have the form of address Mr/Mrs/Dr/Ms/Miss etc are NOT allowed by standard SAP to be automatically created into BP using the T Code FLBPC1.
    2. We must EITHER make a change in the vendor address to remove such forms as Mr/Mrs etc OR a code change in order create the BP from the existing form of vendors.
    3. In future all vendors should be created without the form of address Mr/Mrs/Ms etc.
    4. In the event the client wants to create a vendor with the form of address Mr/Mrs/Ms etc then they should do it in the reverse fashion...ie first create the BP of category 'person' and then create the vendor from the BP.
    ALTERNATIVELY this is what I found from exploring the system;
    I went to the following node: IMG - RE-FX - BP - General settings for BP - BP - Basic settings - Forms of address - Maintain forms of address.
    What I found is that in case I activate the tick for the colm 'organization' for the forms of address which are now giving error, I can then create them as BP successfully using the FLBPC1. Will that be a good option to activate the tick here?
    Request you to kindly let me know if my understanding has been right.
    Kind regards,
    Suvarghya Dutta

  • How to find the TCODE that is created for the table maintanance generator

    Hi ,
    How to find the TCODE that is created for the table maintanance generator of particular table,if we only know the table name.
    Regards
    Ramakrishna L

    Hello,
    I try it this way
    1. Goto SE16 --> enter table TSTCP.
    2. In the selection-screen displayed, enter
    PARAM = *<ZTABNAME>*
    You will get the t-code for the TMG.
    BR,
    Suhas
    PS: Are you sure a t-code has been created for this TMG ?

  • What is TRANSACTION CODE for TRANSACTION VARIANTS?

    what is TRANSACTION CODE for TRANSACTION VARIANTS?
    please explain

    Hi..
    Goto Tcode: SHD0.
    Create a Transaction Variant :
      Name : ZTVAR1.
      Tcode: MK01
    Save the Settings of Screens as Screen Variants.
    Finally Save the Transaction variant.
    Goto Tcode: SE93.
    Create a Transaction code (Eg: Zmk01) of type Variant transaction.
    Assign ur Transaction variant here.
    Now Save and Execute ZMK01.
    <b>Reward if Helpful.</b>

  • How to create a  temporary variant - urgent

    I suppose to schedule a batch job with a temporary variant or as a real variant. can anybody guide me how to create a temp. variant for a batch job..
    Thanks
    Thirumalairajan

    Hi Thirumal,
                      First run your program through se38. Then enter your values which u
                      want to use. Then save that by using the save button. Then goto
                      SE36 and define your job while defineing when you define the step
                      give the name of the program then down of that you will have an option
                      of giving the variant use f4 then it will show the value which you have
                      saved while executing the program through se38.Now save your job it
                      will run with the variant.
    Reward points if helpfull.
    Regards,
    Vamshi.

Maybe you are looking for

  • APEX Listener Administration not really context-sensitive

    Hello APEX Listener Development Team, in {thread:id=2297381} a problem regarding the APEX Listener Administration has been discovered: Once logged in, e.g. into the view to be accessed by +/apex/listenerStatus+ with correct credentials, it doesn't ma

  • Import legacy photos into Aperture 3 from iPhoto?

    By way of background I have a 20" iMac bought January 2007 which I soon plan to replace with a new 27" iMac. I expect to purchase Aperture 3 with the new iMac and to commence using it to edit my photographic images. With my  present iMac I use iPhoto

  • Encoder reading error

    Hi, I just started using labview today, and its for my final year project to control a rig built similar to the QNET VTOL Trainer (http://sine.ni.com/nips/cds/view/p/lang/en/nid/210173)  I have a very simple VI which reads only the encoder position,

  • Iphone4 syncing conflicts with outlook: cannot access conflicts

    Error message: iTunes cannot access conflicts from sync server. How do I correct this? Your help is greatly appreciated!

  • Installing HP 5500 Designjet under Windows 7

      In Sept. 2004 I purchased a HP 5500 Designjet printer, Model Q1253V, for proprietary software development during my retirement. Well, that stopped abruptly shortly after, due to a health issue, and now I have this printer in our living room and wis