Se16n screen varient

I am implementing an ossnote 1082841.
In that i need to maintain entries in T139A table.
so went to se16n then entered the
values specified by the note.
at the time of saving i got a
pop up like "save iniitial screen varient".
In that varient should be entered and there is a check box
user-speciific .
and a short text also need to be entered.
so please tell me what this screen varient means,
and what data i need to enter in that.
now i am doing the changes in development.
how to transfer this changes to production.
thank you so much for all the replies.

Hi Shiva,
A screen variant means a sample set of test data with which you want to execute your program/screen. Once you have entered a sample set of data, give a screen variant name, some description and then save it.
Next time when you want to execute the program you can pick up the same variant and there is no need to enter all the screen data again. Also this variant is saved againt your userid, so if you want to see all the variants for a particular transaction, remove the userid and then execute to check for all the variants.
Hope this clarifies your doubt.
Ashish.

Similar Messages

  • Transaction varient and screen varient

    Hi all ,
    What is the use of screen varient and transaction varient in CRM  and What is the difference between them ?

    hi there
    What you can do with a transaction variant
    Insert default values into fields
    Change the ready for input status for fields
    Hide various screen elements, menu functions or entire screens
    Adjust table control settings
    Note:
    Transaction variants can only be used with dialog transactions.
    How to create a transaction variant
    Transaction variants are created with transaction: SHD0
    In the field Transaction on SHD0 enter the transactioncode for the screen you want tpo modify (E.g. VA03)
    In the field Variant on SHD0 enter the name you want to give the transaction variant (E.g. ZVA03)
    Press Create
    Now the screen for the transaction is shown and you can enter default values in the fields of the screen
    Press Enter. Now a screen that enbles you to make further customizing (Hide, Output only, Invisible, Mandatory) if the screen fields is shown.
    After you have finished customizing the screen press Enter to go to the next screen or ave and exit to save the Transaction variant
    To run the transaction varian, you must create a new Transaction code in SE93 that referes to the Transaction variant. Choose Transaction with variant as Start object.
    Note:
    The transaction variant can also be called from a program that imcludes a call to function module RS_HDSYS_CALL_TC_VARIANT
    Screen variants
    To create a screen variant, use transaction SHD0. Use menu Goto -> Screen variants
    The process to create a screen variant is similar to creating a Transaction variant. The difference between the two types is that a Transaction variant covers the whole transaction and therefore can have more than 1 screen, while a screen variant only can have 1 screen.
    best regards
    ashish

  • Screen Varient for the Invoices pricing Conditions

    Dear All,
    I got a requirement that in the VF01 or VF02, The User should not be able change any pricing condition which was copied from the Sales Order.
    Normally pricing would be done mannualy in the Sales Order and currently there is no restriction and the User can delete the Pricing Conditions.
    Please tell me how to control this using the screen varient.
    Thank U
    U..

    Hi,
    No need to create screen varient, simply manage it by authorization object,take help of basis team
    Object -
    V_KONH_VKS (Condition type) only provide authorization for Display so user can not chnge it.
    Kapil

  • Transaction and screen varients

    hi gurus
    need step by step scrren shots for transaction and screen varients
    my id :[email protected]
    points award is sure
    kishor

    Dear Rama,
    http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Hope this will help.
    Regards,
    Naveen.

  • Creation menu item using transaction varient or screen varient

    hi,
    Can we create pushbutton or menu item in standard program using screen varient or transaction varient.

    No  , u cannt . But u can do it by changing its PF-STATUS that to by using user exits.
    Regards
    Prabhu

  • Reports Selection screen varients... can we transport?

    Hello Experts
    I know we can transport varients of programs and function modules
    Can we also transport varients created for selection screens of bex queries?
    If yes how to collect them?
    Regards
    Sudeep

    Hi,
    While transporting the name of the varient will be transported, You have to explicity assign the values across the landscape for that perticular varient.
    -SRS

  • Screen Varient

    Hi guys,
    i need to hide the screen 4012 in program SAPMV45A. in tcode VA22
    i did the Transaction Varient for VA22  and copied the tcode with Transaction varient by using se93. and generate Zva22( with varient)
    But i didn't know where i did the mistake .
    pls clarify...

    Hi Shesagiri,
    I created the ZVa22. But while using this tcode ZVA22 it shows error : Transaction ZVA22 is missing in table T180
    lee

  • How to create the screen varient for specific Account group in FBL3N T.Code

    Hi,
       i am having one scenario like in T.code FBL3N Account group one selection parameter is there ,if we enter the one reconciliation Account group that user able to see the different output screen that is created by me (Customized) but not all other account group.please any one give the suggestion me.
    Thanks,
    Harinath.

    HI ,
    It looks lilke we need to use the FM like 'G_SET_LIST_SELECT' to get the Profit
    Here ais note from the forums to get profit center group from table
    From Table SETLEAF,  Field SETCLASS  =  '0106'. Field SUBCLASS with controlling area. Profit center in Field VALFROM.
    You will get Group name in Field SETNAME.
    Regards,
    Sathya

  • How to write into selection screen varient table?

    What is varient table name.
    i need to update varient every time i have executed tha report.
    How can i do it?

    You can use this FM to create the variant again
    <b>end-of-selection.</b>
    CALL FUNCTION 'RS_CREATE_VARIANT'
        EXPORTING
          CURR_REPORT               = CURR_REPORT
          CURR_VARIANT              = CURR_VARIANT
          VARI_DESC                 = VARI_DESC
        TABLES
          VARI_CONTENTS             = VARI_CONTENTS
          VARI_TEXT                 = VARI_TEXT
          VSCREENS                  = VSCREENS
        EXCEPTIONS
          ILLEGAL_REPORT_OR_VARIANT = 1
          ILLEGAL_VARIANTNAME       = 2
          NOT_AUTHORIZED            = 3
          NOT_EXECUTED              = 4
          REPORT_NOT_EXISTENT       = 5
          REPORT_NOT_SUPPLIED       = 6
          VARIANT_EXISTS            = 7
          VARIANT_LOCKED            = 8
          ERROR_MESSAGE             = 9
          OTHERS                    = 10.

  • Screen Varient for All transaction codes

    Dear Friend's
    My business need to display the following fields ,while posting the transaction through all FI transactions.
    1.Settelement Period
    2. Ref.speification 1/2.
    I have gone through the OBC4 and modified but Settlement period apperead and not on scrren ,it is in more data.
    Please suggest how can i retrieve that settlement period on line layout from more data.
    Moreover Ref.specification key also couldn't appear Y?
    Thanks for advance
    ManiKumar

    It is not possible to keep the field you asked from additional data to main screen.
    If you really require that, ask your abaper to copy the program & create a new zscreen program and design the layout.
    ask ur client to use instead of main transaction.
    As per my knowledge, this is the only way as I faced this kind of problem earlier.
    reward points if useful
    --chaitanya

  • VA01 Screen varient

    Hello All,
    i can hide fields for va01 screen .
    but when i am saving my setting , system is asking package to save .
    can any body please let me know , which package i have to use to save my setting .
    thanks,
    venu.

    Hello,
    I hope you are building transaction variant for VA01. You may create a custom package (Z-package) using SE80 and save the variant here.
    Thanks,
    Venu

  • Screen Varient: SHD0

    Hi All ,
    I have a requirement to create a Z-tcode with the same functionality as standard tcode (VA02)  & hide 2 columns (Net Price & Net Value) on item level as shown in the following screen shot.
    I have created transaction variant for this through transaction SHD0 but the changes are not getting reflected in output (screen 4900).
    Any inputs regarding the same would be very helpful.
    Regards
    Tushar

    Hi
    Kindly check the belwo
    1.Go to t code SHD0 and activate the transaction variant by going  to the standard variant tab
    2.Assign the variant to the sales document type in configuration V0V8
    once above is done then check in the sales order by going to the system -
    Staus --find the variant there
    Regards
    Damu

  • How to restrict users from creation of varients in report transaction

    Hi All,
    I have a requirement where buisness wants to restrict users in creating varients in report transactions.because of create options users will be creating more screen varients which will be disturbing for the other users to select a particular standard varient.Kindly give ur input regarding this
    With regards
    Girish A

    Hi,
    First edit the role assigned to users using PFCG.
    Then go to Authorization tab and click on "Change Authorization Data".
    It will opened up the profile of the role. now find the authorization object "S_PROGRAM".
    In that edit "User action ABAP/4 program" object.
    Remove "VARIANT" check box if it was checked and save. Now press
    Generate button or "Shift+F5".
    That's it.
    You can ask for this to your basis team. They can perform this task  easily.

  • Grayout of  component screen  fields in ME21N transaction

    Hi experts,
       I have a problem while creating subcontracting PO i want to gray out the fields of component screen...in ME21N transaction...is it possible through the screen varient or else should i go for exit  ??...could u please help me in finding  the right procedure...........
    Best Regards,
    shanker

    Go to the screen where u want to make the changes.
    Click on System -> Status. Double click on the screen Number (like 1121).
    Then on the PBO module screen click on 'Layout'. You will go to graphical screen painter.
    Then DOUBLE CLICK on the column/field you want to gray out and on Attribute part, Program Input -> Not possible .(save + activate)
    You will need an Access Key to change the standard SAP Screen...
    Fawaz

  • Screen field disable in vlo1n

    Dear sir,
    in sales order we are putting incoterm and it comes automatically to delivery vlo1n so i want this incoterm should be in disable mode so that nobody can change plz suggest me how to disable it .
    Regards,
    Debesh Tripathy

    Hello Debesh,
    Go to Tcode SE80 -> Edit object -> Devlopment class (select box) ->Create (icon) ->Enter name(Z name) -> Transport layer Empty -> Save(icon).
    Create screen varient with Tcode SHD0 for transcation VL01N. Click save and assign your devlopment class ans save.
    Best Regards
    Vikram.M

Maybe you are looking for

  • Mod_jk in combination with mod_rewrite

    My question is wtf doesn't this work? I'm using apache 1.3.27 and jboss-3.0.4_tomcat-4.1.12 mod_jk works fine. I tried adding in mod_rewrite and now when I go to a page that gets rewritten, the mod_jk doesn't SEE the new URI. Instead, it still uses t

  • I can't print from laptop and I don't have disk

    I changed interent companies yesterday. I reset up the wireless settings on my all-in-one eprint d110 series. The test report is perfect, up and running. I can print from the web apps on the printer display and even from my iPhone, but every time I t

  • Problem Running rpeports in oracle 10G

    when calling a report from my application form I get the following error: REP-52266: فشل خادم Reports الجاري تشغيله rep_pc1 في البدء.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0 Console has the following lines also: C:\Documents and

  • Problem to connect to JMX

    Hi, I am using jdk1.4.2. I create a JMXConnectorServer and then I try to let my: JMXServiceURL url = new JMXServiceURL("service:jmx:jmxmp://localhost:1099"); // Connect the JMXConnector connector = JMXConnectorFactory.connect(url, null); // Get the M

  • Can't login after Mountain Lion upgrade (Network accounts are unavailable)

    I performed a Mountain Lion upgrade on a 2011 MBP running Lion this weekend. The Mac may have been set up to connect to an AD server with my user account, but I thought I had disabled that months ago... aparently not. I performed the upgrade at home