Actual GI date mandatory using screen variant SHD0

Hello All,
I have a requirement to make the Actual GI Date as mandatory field in Vl01n.
I am using  screen variant in SHD0
TRANSACTION CODE -- VL01N and
SCREEN VARIANT --- BUS2124_DEC_CREATE_1102
PROGRAM -
SAPMV50A
SCREEN ---1102
and click on change mode
This will lead to nex screen where you can find the Field ACTUAL GI DATE against which the field status are available
Check the REQUIRED field and save it.
Here comes the problem when i tested from SHD0 transcation the actual GI date is showing has mandatory field but when i Run VL01n Transaction  Actual GI date is not showing has mandatory field. Could you please tell me what may be the problem?
or let me know if any other method to make the  Actual GI date has mandatory field in Vl03n.
Thanks in Advance.
Satish

You should've created a transaction variant. (You can attach the screen variant to the trxn variant as well).
In SHD0 there is a tab "Standard Variant", there you've to enter the name of your transaction variant & activate it. This will bind the trxn variant with the trxn & everytime you run the trxn your trxn variant will be executed.
BR,
Suhas

Similar Messages

  • How to uncheck a checkbox using Screen Variants?

    Hi Masters!
    Anybody knows how to uncheck a checkbox that is already checked by default?
    I'm trying to do this using screen variants. I uncheck the checkbox and save the value (I also tried filling other values there like 'a', space, etc. and it didn't work), but at runtime it always shows the checkbox checked.
    At the same transaction there is a unchecked checkbox by default witch I can check it with a screen variant, but somehow I can't do the other way around...
    Any suggestions?
    Many thanks in advance,
    José Omar

    I checked the code and found something interesting. The
    variable I'm trying to uncheck is GV_WITH_CONTACT_PERSON.
    It's declaration:
    DATA: GV_WITH_CONTACT_PERSON TYPE XFELD VALUE 'X'.
    At the initialization of the program (at the first screen module):
    PROCESS BEFORE OUTPUT.
    MODULE INITIAL_STATE.
    And inside the MODULE INITIAL_STATE there is also:
    MOVE 'X' TO GV_WITH_CONTACT_PERSON.
    So there are places in the code that the checkbox is checked.
    Now we get another problem. I don't now when the values set at a screen variant are inserted in the screen. Is it possible that the code itself is overwriting the value set with a screen variant? Or is this not possible at this point in the code?
    Many Thanks,
    José Omar

  • Custom Data Entry Profie screen variant needed

    hi All,
    Our client was asking for making modification to the Order the columns currently being displayed for CAT2 trx.
    Ex:
    For profile 1, the client wants the column display in the following order:
    Receiver WBS Element - Network - Actvity type - CO Area - Rec. CCtr
    For Data entry profile 2, the client wants the column display in the following order, and doesn't want WBS Element to be displayed:
    CO Area - Rec. CCtr - Network - Actvity type
    I have searched if there are any screen variant options available, but not of much help. This is bit urgent, so awaiting your replies.
    -thnx

    Sreekanth,
    Thank you for responding. I am in 'Data Entry view' (CAT2 trx), and, I do see a small icon with 3bars on top right hand corner. When I click on it & on 'Administrator' button, I see the 'Position' column vaues grayed out. I have tried using SHD0 for CAT2, and it wont work either. However, it is working just fine for MIRO trx. 
    Q-1: Can you please guide which 'Authorization' under SU21 -> HR I shall check in order to be able to change the layout?.
    Q-2: I also see in Pg. 58 in http://help.sap.com/printdocu/core/print46c/en/data/pdf/CATS/CATS.pdf, the other option listed as -> worklist [Extern]. Do you have any idea on how I can track through this option?.
    -thanks

  • Changing the column position & width using Screen Variant..

    Hi Experts,
        Iam trying to change the column position and width for the standard transaction (eg. FB60 or VA02) using the transaction code SHD0 (Transaction and Screen Variant).
        Iam able to create and save the transaction and screen variant and i could see the check box options for table control like
        a. Auto Column Position
        b. Auto Column Width
         I tried checking and unchecking both the check boxes but iam unable to modify / maintain the column position and width.
         Please guide me in changing the column position and width.
       Thanks in Advance.

    Hi Mudit,
    Kindly go through this link below:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/content.htm
    Hope it helps you
    Regrds
    Mansi

  • Text Field is not displaying in MIRO , Screen Variant SHD0

    Hi,
    All Experts.
    In my client TEXT field is not there in MIRO T.code. I heard Screen Variant can be a good option for adding field in MIRO.
    Or is there any work around to bring TEXT ( SGTXT ) field in MIRO ?
    I gone through the already posted threads regarding this, unfortunately no any perfect solution found.
    Experts help will be great on this.
    Regards,
    Sharvari Joshi.

    Hi,
    Go to SHD0 and enter transaction code as MIRO
    Then in first tab "Standard variant", sub tab "Standard Variants", do F4 on the field "Name"
    You will get the list of the standard Variants for MIRO.
    Then select one of them and press enter. It the "Activate Match Stick" is enables, that means that standard variant is not activated yet. Similarily check for other standard variants of MIRO.
    If all the standard variant have "Activate Match Stick" enabled, then SAP MIRO should be showing SGTXT as a part of standard SAP.
    Regards,
    SDNer

  • Disabling post ability in FV50 using screen variants

    Hi,
    I'm attempting to eliminate the post ability in FV50 by deleting the post options (drop-down menu and button) using a screen variant. I've successfully eliminated it on the main FV50 screen but during testing discovered there is a post button within the "simulate" sub-screen.
    Does anyone know how to disable the "Post" button within the sub-screen?
    Thanks,
    Pete

    Hi All,
    Worked around this by eliminating the post button on the main screen. It appears that the 'Simulation' screen does not have a unique identifier therefore I was unable to restrict via transaction variant. We decided to accept the risk of having the post button on this screen. We managed our exposure to is by restricting F_BKPF_BUK - ACTVT - 01 to only authorized users.
    Thanks to everyone who responded!
    - Pete

  • Cal transaction using screen variant

    All Experts:
         I want to call a transaction with a variant, this is a screen variant I set in that transaction? can I do this? how to do that? please kindly give me an example for reference, thanks.
    T-code A, Report A
    T-code B, Report B
    variant 1 is set in the screen of Report, I want to call T-code B with vartiant 1 in the T-code A.
    Thanks in advance.

    Hi,
    you can't use call transaction with variant.
    1. in SE93, create a transaction with variant type. so that without varianet you can't execute the transaction.
    2. try to use Submit Statement.
    Examples:
    *Submit report and return to current program afterwards
    SUBMIT zreport AND RETURN.
    *Submit report via its own selection screen
    SUBMIT zreport VIA SELECTION-SCREEN.
    *Submit report using selection screen variant
    SUBMIT zreport USING SELECTION-SET 'VARIANT1'.
    *Submit report but export resultant list to memory, rather than
    *it being displayed on screen
    SUBMIT zreport EXPORTING LIST TO MEMORY.
    Reward if found helpful
    Regards,
    SB

  • Screen Variants SHD0 ?

    Hi ,
    We have upgraded the system . We have done some changes the to the screen before upgrade.
    Now  i have the Screen variants. After the upgrade they are reseted to original. So i now to change the screen variants.
    Where i can the screen variants ..and where can i see the methods of screen variants...
    Method GET_SCREENVARIANT_SC
    · Worklist for Sourcing: Screen variant BBP_SOCO_WL
    Method GET_SCREENVARIANT_SOCO
    · Work area in Sourcing: Screen variant BBP_SOCO_GA
    Method GET_SCREENVARIANT_SOCO.
    Please help ...

    i got the methods

  • Transaction and screen variant SHD0

    Dear Gurus,
    I have created a variant in SHD0, now when i activated it, its working for all user ids.
    Can i restrict it to certian users. If yes, how ?
    kind regards

    Hi Roopali,
    May mentioned lick is helpful to you
    http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation
    How to use SHD0?
    Rgds
    Suma

  • VL01N field Actual GI Date

    Can someone tell me how to make the field Actual GI date in VL01N so that it can not be modified or can you tell me how to hide this field?
    Thanks,
    Sean

    Dear Sean,
    Not very sure, but to hide Field: Actual GI Date in VL01N;
    Change Screen Variant: Z1_1102 for "Actual GI Date" in T. Code: VL01N
    Procedure:
    T. Code: SHD0.
    Key-in Transaction Code as VL01N in Field: Transaction Code
    Next, in Tab: Transaction Variant; in Field: Transaction Variant, Key-in Z1
    and hit "Enter".
    It will list-out all the entries in Sub-Tab: Assigned Screen Variant.
    Select the line for Screen Variant: Z1_1102
    and Click Blue-Lens (just above the line-item).
    In detail-screen, you will find "Actual GI Date" marked as ticked for Column: Output Only.
    Instead, mark the Column: Invisible for Field: Actual GI Date".
    Change Screen Variant: Z1_1102 for "Actual GI Date" in T. Code: VL01N
    Best Regards,
    Amit
    Note: Few informations:
    Program Name: SAPMV50A
    Screen Name: 1102
    Actual GI Date (Table-Field): LIKP-WADAT_IST

  • Screen variants for Header details info

    Hello Experts,
    I have a requirement to use Screen variants for the header related details to default values in FB50 and use Account assignment template for line item related details.
    We can create the screen variants in FB50 by right click on "screen variants for item" folder and select Create Screen variants in Screen variants. Even if i follow the alternate path to create screen variants in SHD0, and add it in the Tree of FB50, i still am not able to get the header details after choosing the created screen variant.
    Can someone help me to achieve defaulting the header information in FB50 using screen variant and tell me how can we use account assignment template after defaulting the header data?
    Thanks,
    Sindhu
    Edited by: SindhuSSwamy on Dec 22, 2009 2:55 AM

    Hi Bill,
    Yes, There are ways to disable these links. Since, You are in SRM40 (Think There is SRM40/EBP(SRM Server 50)only), you should be able to use BADU BBP_SC_MODIFY_UI to hide them which is simple.
    Regarding Ship-to/Performance Location, Use Doc Change BADI to read storage location address and pass it onto Ship-to/Performance Location. We have done many times in the past.
    SAP standard screen variants for the Shopping view is very limited. But, you can develop you own screen variants in SHDO and use Screen Variant BADI to trigger your customs.  We had used this and is pretty good. No hassle of HTML changes / maintaining them every upgrade. 
    Thanks,
    Jay

  • Screen Variants in Webdynpro

    Hi @ all,
    just a simple question. Is their a possibility for using screen variants in WD4A like know out of R/3 selection screens?
    Thnx
    Matt

    Hi Matthias,
    This is feature is not available for SelectOptions in WDA. Nonetheless, it can be emulated by providing save/load buttons and saving/loading the data to/from some place.
    Best regards,
    Thomas

  • Actual Finish date in production order

    Hi All
    Iam using AFKO-GLTRI  ( ACTUAL FINISH DATE) field in some Z-report.
    Iam having only one operation in production order which does not have AUTOGR key.
    Iam using serial number and doing GR through migo.
    Date in AFKO-GLTRI  field does not get populated when i do partial or final confirmation with full yeild. -- WHICH Standard SAP and right
    After final confirmation when i do goods receipt then i can able to see Actual finish  date in CO03  screen but it is not available in AFKO-GLTRI.
    If i do partial confirmation With or without any hours after  GR then   Date gets populated in AFKO-GLTRI.
    Please can you guide why date is not appearing in AFKO-GLTRI when I do GR --  iam missing any config ?

    you probably can use the AFRU-IEDD (Confirmed date for execution finish).
    the logic could be - look at all confirmations(or just one) and get the last one.

  • Screen variant for sales order screen

    Hi,
    I have a problem in using screen variant in sales order screen.
    I want to make gray the columns of material , material quantity in sales order screen but when I use screen variant and check the output only for these columns , it does not work ( I provided these in delivery document and it work)
    I want to know that is it possible to make gray for material and material quantity column with screen variant or I can use another way?
    Thanks.
    Lida

    Hi Lida
    If I am getting it correctly,
    When an end user enters any particular  sales order ,u dont want user be able to add additional line item into the already created document,Right?
    Now there are 2 possibilities here ,
    1.If order or line item has status completed then u want to block?
    2.Order is in incomplete state inspite that  u want to block.
    System does not stop addition of line item in already created even completely processed sales order.
    You can do this by enhancing code in PBO module.You need to take help of ABAP developer for this.
    We have used order and lne item status in vbuk table for this .
    Create a custom error message for validation.
    U can use exit MV45AFZZ for the same.
    Hope this helps
    Regards
    Mandar

  • Tables used in SHD0 for saving screen variants?

    Hi all,
    Which are the tables are used in SHD0 , which saves details like transcation varinat, screen variant, groups etc?
    Reply urgent.
    Thaks,
    Madhura Nadgauda

    hi,
    tables used are:
    standard variant : shdtv,
    transaction variant : shdtv
    screen variant : SHDSVCI
    other tables are: SHDSTUSR, BDCMH, BDCLM,

Maybe you are looking for

  • Problem in calling a created application.

    Hi all, I have followed the procedures shown in the first example of the pcui cookbook. But at the end ,they are written as 'You can now call the application TMP_EXAMPLE1:' ie in the 7th step.The procedure to call the application is not mentioned.Can

  • I need help with someone's problem?

    Originally from Yahoo Answers. I'm empty! "Why does my mac keep putting all the settings back to defult? I got an older mac today, and supoivily they cant glitch, but yet some freaking how, whenever I personalize the background or ANYTHING even the n

  • Can't re-install Logic 8 on OS 10.8

    I recently lost a macbook which was running 10.8 and Logic Pro 8. I replaced it with a MacBook Pro (running 10.8) and restored from Time Machine. Logic opens fine, but a lot of the plugins and other audio content are missing. I can't reinstall the Au

  • Does anyone know where i can get a tree like help document template

    Hi, I am creating an email client and want a help index like a tree structure as you would find in netbeans for example. Does anyone know where i can find such a template. thanks.

  • Macbook Air weird audio problem?

    Hello all, This is about an issue I have with my speakers, I realize there are alot of similar questions out there, but I have yet to find a solution, and since none of the cases I have read completely matched my situation I thought I might as well m