Hide XD02 Screen field Tax Number1 in control data tab

Hello,
I want to hide field Tax number 1 from the XD01/2/3 - control data tab, based on authorized / unauthorized user check.
Please let me know the screen exit for that or how to hide it ?
Thank you,

Hi,
I think that you will need to use the enhancement point mf02dfd0_01 spots es_mf02dfd0 in INCLUDE MF02DFD0. An enhancement at this point will allow you to loop through the screen fields and set the Tax Number 1 field not active in the PBO stage of the screen. I didn't see a user exit that would allow you to do the same.
Regards,
John

Similar Messages

  • IW32  control data tab cost varaiant actaul and cost varaiant planned field

    Hi Team,
    In my preventive maintenance order , in control data tab cost varaiant actaul and cost varaiant planned field is not avialble it is hidden , but comming in PM01 order tye.
    Tcode OIAN for preventive maint. order type
    Cstg variant actual CAUFVD-KLVARI             
    Cstg variant planned CAUFVD-KLVARP
    Input indicator is selected.
    What may be the reason.
    Thanks in advance.

    Hello,
    I already ran the report Z_FILL_COSTING_VARIANTS and after that I will go to calculate costs in the order but nothing. I this order I already had confirmations but when running the cost calculation the system doesn't made the calculation.
    Can you help me?

  • Production order control data tab

    Hi,
    Is there any chance the costing data under control data tab in production order can make out "grayed" so that users can not change costing sheet, RA key.
    Thanks in advance.

    Dear Sprint,
    Try with SHD0, make the field as display only
    [http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    [http://sapfunctional.com/General/ScreenVariants/Index.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm]
    If possible take help from technical person
    Regards
    Madhu

  • Internal Order - control data tab

    i have an io that has cost center as statistical .  so anything that posts, is first posting to the IO and 2nd posting statistically to the cost center.  If i want to change the cost center, i can do that on the assignment tab BUT that cost center doesnt update the control data tab--which is where the stat posting goes.
    is this something that can be changed or does a new IO need to be created?
    thanks!

    Hi
    To change the cost center in the control tab of internal order master apply OSS Note 198036.Note that the cost center given here have the real postings and the internal order have the statistical postings.
    Regards
    Sandy.

  • How to make screen field enable when table control gives an error

    Hi,
        I had a scneario like when table control data wrong then one parameter of the screen should be enabled for the input, i knew that screen-name will not work since it will have always table control fields only when table control gives an error.
    How to make the other parameter enable when table control throws an error.
    Regards,
    Jaya

    Hi Gobi,
         Thanks for your response, but issue is - how to make other screen fields enable when there was an error in the table control data.
    For table control - lets say we will use the code as i mentioned above.i am sure that we cant write the code for field enable in between loop & endloop.
    as you said if we right outside the loop-endloop, the module wont be triggered when table control throws an error, because that statement was not there in the loop-endloop.
    please let me know if you need any more information on the issue. I hope there is alternative for this in SAP.
    Thanks
    Jaya

  • Mandatory field in sales order additional data tab

    Hi,
    I have added an extra field in additional data tab of sales order. 
    How can i make this field as mandatory for certain sales organisations ?
    TIA

    since it's conditional, I think I would add code in SAVE_DOCUMENT_PREPARE subroutine in MV45AFZZ, based on transaction code, prior values (YVBAP) and current values (XVBAP), and issue an error message, allowing user to return to the screens displaying Item table control, when the field is not properly populated.

  • Add extra field in ME21N at Additional  Data Tab

    Hi All,
              I want to add Two fields from our custom table (Tax and Tax type) in ME21N T code at Additional data tab,
              and save the value in our custom table.
    Please suggest me for this .
    I searched for this there mentioned  BADI-   ME_GUI_PO_CUST
    So Please advise me how to proceed for this one.
    Thanks & Regard
    Vivek

    Use MM06E005 enhancement to add fields in screen of ME21N
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen:  PO item
    SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement header
    SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211 Subscreen: agreement item
    SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301 Subscreen: RFQ header
    SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311 Subscreen: RFQ item
    Use the appropriate screen exit depending on where u require to add field

  • Screen Exit for VA01/02 Additional data tab B

    Hi
    i am working on screen exit for Additional Data Tab B to add custom fields.I have included the fields in VBAK table using append structure(is there a way to include fields using Include Structure?).
    Also i have seen in many threads that SAPMV45A program and 8309 is the screen number to do the changes.
    I am new to this Screen exits can someone tell me how to add these fields in that tab?i dont understand what to do from here.
    give me step by step process or any link to do this.

    hi
    but does it ask me for ACCESSKEY?
    i must not change the standard thing. i need to implement in Exits only.i have seen in SAPMV45A there are 2 exits exit_**_002 and 003 which can be used for PBO and PAI.
    but i am confused on how to bring the fields into ADDITIONAL DATA TAB B  without changing standard directly?

  • Grouping field value in the additional data tab is saved with capital lette

    Hi,
    Whenever I change the value in the 'Grouping field' in the additional data tab, it gets saved with all letter caps.
    For e.g, if i enter 'Manager'.. it gets saved as 'MANAGER'.
    what could be the reason for this? Is there any configuration for this?
    Regards,
    Simmi

    Hi Simmi,
    For Grouping and Search Field, this seems to be the standard system behaviour in cProjects and as per my knowledge there are no settings for the same.
    Probably you can raise an OSS message regarding the same.
    Regards,
    Vivek Pandey

  • How to identify relevant BADIs to hide a screen field from specific users

    We have a business requirement to hide a document item field (BSEG-XREF3) from specific users (i.e make the field invisible if the userid does not exist in a Z table) during FI invoice entry/maintenance/display via transactions FB01, FB02, FB03, FV50, FV60, FBV0, etc..  We know that it would be possible to do this via modification to the Process Before Output sections of LF040O00, LFDCBFM0, MF05AO00_DYNPRO_MODIFIZIEREN, MF05LO00, but would prefer to avoid modification if possible. 
    I believe that BADIs could possibly be used for screen enhancements, but have not had any previous exposure to BADIs, so I'm really not sure whether it's possible to use BADIs for our specific requirement.  For example, using the advice given in the 2nd post in thread BADI for contract, I've searched SAPMF05A for all 'CALL METHOD cl_exithandler=>get_instance' statements, and have found that a single BADI (FBAS_CIN_MF05AFA0 - EWT - Downpayment Clearing - Tax transfer for CIN) seems to exist for FB01.  The description of this BADI sounds completely inappropriate for our requirement.  However, subsequent posts in that thread suggest far more BADIs for the relevant transaction than were given when searching the ABAP for all 'CALL METHOD cl_exithandler=>get_instance' statements, so I'm not convinced that the procedure I'm following will provide me with all the relevant BADIs for the transaction.
    Please can you advise me how to identify which BADIs - if any - can be used to control screens before output for FB01 screen SAPMF05A/332 (SAP R/3 4.6C)? 
    Many thanks in anticipation,
    Jules

    Hi Kuntal,
    Thank you very, very much for your prompt response and very useful alternative suggestion.
    The screen variant solution would be invaluable under different circumstances, but would be too complex to administer for this particular issue because we're trying to hide the field from unauthorised users in over 100 invoice entry/maintenance/display transactions. 
    We can make a Process Before Output modification to 4 SAP standard programs (LF040O00, LFDCBFM0, MF05AO00_DYNPRO_MODIFIZIEREN, MF05LO00) to make the field invisible for unauthorised users (i.e. whose user-ids are not in a Z* table), but would prefer to avoid modification if we could use BADIs instead.  You've said that you're not sure how we can identify the relevant BADIs, but I very much appreciate the suggestion you've made anyway - it might be useful to others who find themselves in a similar situation for a more limited number of transactions.
    Please can someone advise me how to identify which BADIs - if any - can be used to control screens before output for FB01 screen SAPMF05A/332 (SAP R/3 4.6C)?
    Many thanks,
    Jules

  • Corporate Group field in Customer master - Control data

    If the customer or the vendor belongs to a group, you can enter a group key here. The group key is freely assignable.
    If you create a matchcode using this group key, group evaluations are possible. How this field can be best used. Can some body highlight on this point with an example ?

    Hi,
    As per my knowledge for Foreign customers except Indian cutomers u got to maintain the two letters of the country code of the same customer's country in front of the VAT no.as suggested by Mr.PJ..this could solve ur issue..
    Reg
    JJ
    Edited by: Jagsap on Jul 30, 2009 8:22 AM

  • Apportionment Structure -In Control Data Tab of Process Order

    Dear Gurus
    How we can enable Apportionment Structure in Control Tab of Process order. In the drop down menu list i can see the Material / Plant / Appont str in the field of Apportionment Struct ( But it is disabled ) .
    Thanks & Regards
    Anupama

    Hi
    If you have co product then it will get enabled.
    Thanks
    S.Murali

  • Screen Field Inquiry in MM43

    Hello,
       There is a requirement in MM43 which needs to view/hide a screen field (e.g. tax classification MARA-TAKLV) per user level.
       Is this possible? Need your views on this.
    Thanks,
    Jeff

    Hello Jeff,
    is your problem solved or not.
    well i did some research on this. when we create client and then we create company profile and after that organization structure is created.
    there is one tcode for this where you get complete list of all the field which you can display in a screen.
    so if you select the checkbox next to that field, that field is displayed else it is hidden.
    let me get the tcode, or someone on the form pls help
    regards

  • Hiding Screen fields in a Report selection screen

    Hi Experts,
    I have a requirement to hide/disable  screen fields in a report selection screen when the user clicks on some radio buttons .
    Here is the scenario,
    1) There are 4 radio buttons four radiobuttons in one group on the selection screen:--  
    Block no:1
    PARAMETER: r_not  TYPE c RADIOBUTTON GROUP a1 DEFAULT 'X'.
    PARAMETER: r_prgs TYPE c RADIOBUTTON GROUP a1.
    PARAMETER: r_remv TYPE c RADIOBUTTON GROUP a1.
    PARAMETER: r_noresp TYPE c RADIOBUTTON GROUP a1.
    2) Based on the user clicking/selecting the radio buttons no.2,3 nad 4 i need to hide some fields in the other selection block
    in the selection screen.The parameters are as follows:
    Block no:2( These fields need to be hidden/disabled)
    PARAMETER: r_occ(3) TYPE c OBLIGATORY DEFAULT '1'.
    PARAMETER: r_and TYPE c RADIOBUTTON GROUP g1.
    PARAMETER: r_or  TYPE c RADIOBUTTON GROUP g1.
    PARAMETER: r_days(3) TYPE c OBLIGATORY DEFAULT '1'.
    Thanks

    Contd.....
    AT SELECTION-SCREEN.
      CASE SSCRFIELDS-UCOMM.   
          "When Customer button is clicked set flag 1
        WHEN 'FC01'.
          L_FLAG = '1'.
          "When Sales Order button is clicked set flag 2
        WHEN 'FC02'. "Sales order
          L_FLAG = '2'.
          "When Execute button is clicked set flag 4
        WHEN OTHERS.
          L_FLAG = '4'.
      ENDCASE.
    AT SELECTION-SCREEN OUTPUT.
    CASE L_FLAG.
        WHEN '1'.  "When Customer button is clicked
          LOOP AT SCREEN.
            "Set the Production and Customer Block as inactive
            IF  SCREEN-GROUP1 = 'BL1' OR SCREEN-GROUP1 = 'BL3'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN '2'. "When Sales Order button is clicked
          LOOP AT SCREEN.
            "Set the Production and Customer Block as inactive
            IF  SCREEN-GROUP1 = 'BL1' OR SCREEN-GROUP1 = 'BL2'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN '3'.   "When Refresh button is clicked
          LOOP AT SCREEN.
            "Set the all Blocks as active
           IF  SCREEN-GROUP1 = 'BL2' OR SCREEN-GROUP1 = 'BL3' OR SCREEN-GROUP1 = 'BL1'.
              SCREEN-ACTIVE = '1'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
        WHEN OTHERS."When Execute button is clicked
          "Set the Sales order and Customer Block as inactive
          LOOP AT SCREEN.
            IF  SCREEN-GROUP1 = 'BL2' OR SCREEN-GROUP1 = 'BL3'.
              SCREEN-ACTIVE = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
      ENDCASE.
    ENDFORM.      

  • Problem in updating screen field.

    Hi all,
    We have a requirement to fill a blank screen field in table control in the screen by taking the value of one of the other fields in the same screen.I have used DYNP_VALUES_READ to read value from one screen field of the screen and DYNP_VALUES_UPDATE to update the read value in another screen field in table control of the same screen.I am able to read the value but unable to update value.
    Flow logic.
    Value in the ‘Project #’ field should be updated in the ‘Partner field’ column in the table control on selecting ‘Sold-To-Party, option. I have created field exit for ‘Sold-To-Party’ field and in the field exit function module I have written the code.
    Thanks and regards
    Kiran Vangalapati

    It depends on how you have your table control set up.  When you say that you are updating the table control field, are you updating the value of the field wherever the table control data is being pulled from (I.e. the original table)?  Or are you updating the value in the internal table that is part of the table control definition (I.e. the field shown within the table control if you look at the screen layout)?  Make sure that if you are changing the data in the original table that you then also update the actual table control fields as well.  Also, are you making your changes in the PBO module before the screen is ever displayed?  You may need to use a MODIFY SCREEN statement after you make your changes, depending on when your code is called.  I hope this helps.
    - April King

Maybe you are looking for