ESS - W4 Input Screen - Non Resident Alient option

I've been asked to create a specific input screen for NonResident Alient(on W4 screen) of current ESS standard solution. This is an official request that came from IRS(government rule), i guess that SAP must provide this new option but i don't know if this is in a SAP note / OSS neither if it can be done by configuration / customizing.
Is there any way I can do this through configuration rather than developing an enhancement?
Thanks,
Robert

Hi all, do you have some idea on that case? OSS notes were applied, I just don't know where I can customize this option.
Thanks,
André

Similar Messages

  • ESS Business Package - W4 Input Screen - Non Resident Alient option

    I've been asked to create a specific input screen for NonResident Alient(on W4 screen) of current ESS standard solution, this is an official request that came from IRS(government rule), and SAP provided it in some notes. We have this notes on current SP, but I don't know where exactly I can customize this option to appear on W4 view.
    Is there any way I can do this through configuration rather than developing an enhancement?
    Thanks,
    André

    Hi all, do you have some idea on that case? OSS notes were applied, I just don't know where I can customize this option.
    Thanks,
    André

  • Filter Option missing on the input screen

    Hi Experts,
    one of the user of the report is missing a filter option in the input screen, but when i try to execute the same query  with other users it comes up with the missing filter parameter.what could be the problem??
    Thanks in advace.

    Hi Shetty,
    Do you mean that the user is missing a variable for entry. This could be due to the fact that he has personalized that variable. Run the report and then goto Change > Variable values (from the change button, do not use the Refresh button). Here you can delete the personalization and he can then get the variable for input.
    Hope this helps...

  • Changing the selection screen based on the option in list box option

    Hi Experts,
    I have a list box parameter in my selection screen,
    i have four options and i am changing my selection screen based the option selected.
    see my code below,
    at selection-screen output.
      GS_VRM_VALUES-KEY = '1'.
      GS_VRM_VALUES-TEXT = TEXT-S02.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '2'.
      GS_VRM_VALUES-TEXT = TEXT-S03.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '3'.
      GS_VRM_VALUES-TEXT = TEXT-S04.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      GS_VRM_VALUES-KEY = '4'.
      GS_VRM_VALUES-TEXT = TEXT-S05.
      APPEND GS_VRM_VALUES TO GT_VRM_VALUES.
      CLEAR: GS_VRM_VALUES.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          ID                    = 'P_DROP'
          VALUES                = GT_VRM_VALUES
      EXCEPTIONS
        ID_ILLEGAL_NAME       = 1
        OTHERS                = 2
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    LOOP AT SCREEN .
        CASE P_DROP .
          WHEN '1'.
            IF SCREEN-GROUP1 = 'M2' OR
              SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '2'.
            IF SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '3'.
            IF SCREEN-GROUP1 = 'M2' OR
                SCREEN-GROUP1 = 'M4' .
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN '4'.
            IF SCREEN-GROUP1 = 'M2' OR
            SCREEN-GROUP1 = 'M3'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
              screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
          WHEN OTHERS.
            IF SCREEN-GROUP1 = 'M2' OR
               SCREEN-GROUP1 = 'M3' OR SCREEN-GROUP1 = 'M4'.
              SCREEN-INPUT = 0.
             SCREEN-ACTIVE = 0.
          screen-invisible = 1.
              MODIFY SCREEN.
            ENDIF.
        ENDCASE.
      ENDLOOP.
    my problem is when i change the option in the list box, the particular modify group ie, the screen is getting changed only after i press enter, So please suggest me how i can change the screen without pressing enter.

    Hi,
    without using VRM_SET_VALUES...you just create one data element by going se11....create one domain for it...now give the values in the "value range" tab....and at the time of declaration just write ..
    PARAMETERS var1 TYPE <your created data element>
                        AS LISTBOX VISIBLE LENGTH 20
                        USER-COMMAND onli
                        DEFAULT <one value>.
    You will get the same effect as list box....and make it mandatory..
    Arunima

  • Input screen feild to the standard screen.

    hi sap masters,
    i really appreciate the help that which you provide.
    i have standard sap screen where in i need to add my custum screen input field as date type syst-datum.
    i am using a badi where am able to add any number of fields however in screen how can i add an input screen field as date to the standard screen.
    waiting really for ur valuble answer. and thanks a lot in advance.
    pasala.

    Hi,
    For the Tcode REISCDCN, there is no screen exit available.
    However, there si a solution for the scenario that you want. On teh selection screen of REISCDCN, You have a button near "Execute" button called "DYNAMIC SELECTIONS".
    On click of this, you get all the fields related to contracts. Now you can click on teh date field taht you need . This in turn creates a selection option for this field, wherein you could pass on the selection criteria.
    Hope this solves your query...
    Get back in case of any query!
    Cheers,
    Varna

  • Input screen for Variable in Bex

    Hi ,
    I have created variable based on calender month and this variable is used in reports,but for this variable i am unable to get the input screen where as when iam trying to execute same report in RSRT it is allowing me to enter the date.
    Its lots of time for my query to exeute for 6 months data , i tried creating indexes , aggregates and partition on the cube but it did not help out for me to resolve this issue. Did anyone face similar kind of issue , if yes could you tell me what u have done or can be done to resolve this issue.
    Thanks

    Hi Sonu,
    Yes the properties of the web template has to be changed in the WAD.
    When this property is not enabled the query executes for all the data in the infocube and hence it takes lot of time because the variable entry is ignored.
    There is two solution to eliminate the problem.
    1. Please make this variable mandatory ( if you are allowed to. because some variabele are not liked to be mandatory by the user.)
    2. Change the property of the Webtemplate.
    Open the template that contains the query in WAD.
    in the properties Window click on the drop down box to view the property of the web template.
    if your are using WAD 7.0 do as follows
    go to web template parameters tab.
    under the section behaviour u have an option called Display variable.
    enable it.
    incase u use WAD 3.5 do as follows.
    in the properties window click on the  Web item tab.
    under the section general u have an option called force variable screen.
    enable it.
    i guess this may help you.
    Regards.
    Shafi.

  • Z_Dialog prog initial input screen-looking like selection screen of Report?

    Hi Experts,
    In internet, I found 2 screens( code is not mentioned there) and mentioned that, they r Dialog Prog. screens, they r as below,
    1 - Initial input screen-programmer mentioned it as a selection screen-1000
    2 - Output screen in ALV grid (Object ALV)
    So, when I saw this initial input screen, it looks like same as selection screen 1000 of a report prog., I mean, its containing all selection screen components, like Select-options with out interval, with out extension, blocks, titles for these blocks!!
    So,pls. let me know that,
    1) How the programmer achived this screen? is he used like,
    SELECTION SREEN 1000 START
    END OF SELECTION SCREEN 1000
    2) How these input fileds r looking like select-optins, parameters,  blocks etc.?
    thanq

    Putting selection screens on dialogue transactions have been covered before in the forum. Please search.
    Rob

  • "None" Credit Card option disappearing from accounts?

    I have several accounts that have been setup with the 'None' option in terms of credit cards on their accounts. This has been working for several months just fine on most of them. Recently our district started to employ Apple's Profile Manager MDM to try the new Managed Distribution option. However, I've noticed on serveral (about 5 of the 10 I've done this with so far) accounts that they ask for a Credit Card and no longer display the option for "None" under payment options.
    Is there something about linking profile manager to Apple IDs thats actually destroying these accounts and rendering them useless? I don't understand how or why this would happen.

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
    iTunes Store Accepted Forms of Payment
    http://support.apple.com/kb/HT5552
     Cheers, Tom

  • Setting screen attributes for select-option in subscreen

    Hello SDN Community,  I have researched this extensively in forums and found much helpful information in getting the select-option working in a subscreen.  Also found information that discussed using standard AT SELECTION-SCREEN statements to process the sub-screen with. 
    I encountered problems when that from the LOOP AT SCREEN within the AT SELECTION-SCREEN OUTPUT,  I set the INPUT/OUPUT attributes to zero, the field was still open for input when it displayed.  For when I do this on other fields of my screen, they are "greyed out".
    Has anyone any experience setting field attributes from within loop at screen for embedded select-option subscreen?  Would appreciate any insight you might have.
    Thank you,
    Dean Atteberry.
    P.S.- I put this thru the debugger and I can see the INPUT and OUTPUT attributes getting changed.  But when displays, it is like the change didn't happen.
    Full description of my processing below...
    I have a screen with four radio-buttons.  Under the first radio-button is my embedded subscreen with one SELECT-OPTION for AUFNR.  Under the other three radio-buttons are single fields declared regular way in main screen.
    In my PBO of main screen I have loop at screen that enables/disables INPUT and OUPTUT attributes based on which radio-button is selected.  This prevents confusion from user entering values in fields other than the one the radio-button is selected for.
    For my embedded select-option subscreen, I have an AT SELECTION-SCREEN OUTPUT statement in which I have a LOOP AT SCREEN.  Within that, based on radio-buttons, I either enable or disable the INPUT and OUTPUT attributes for the S_AUFNR-LOW and S_AUFNR-HIGH fields.
    Edited by: Dean Atteberry on Mar 25, 2009 4:39 PM

    >> I think that you are trying to change select options within main screen, whereby it should be
    >> changed in PBO of that subscreen. You said you do it in AT SELECTION-SCRREN OUTPUT which
    >>  will be only applicable for selection screen (I guess your main screen here). Do loop at screen in
    >>  PBO module of this subscreen not in PBO of the selection screen and see if that helps.
    Hi Marcin,  thank you for your reply.  My "main screen" is not my "selection screen".  Please allow me to further clarify...
    My "main screen" has four radio buttons with a subscreen area under the first one and single fields under the others.
    My "subscreen" is auto-generated by Selection-Screen and Select-Options statements which are in my TOP module.
    I call my auto-generated select-option subscreen in my PBO with...
         call subscreen sca_ordr including sy-repid scr_0121.
    and in my PAI with...
         call subscreen sca_ordr.
    In order to do LOOP AT SCREEN for my system-generated select-option subscreen, I use the AT SELECTION-SCREEN OUTPUT event in which to put my loop. 
    When I walk thru this in the debugger, I can see it setting INPUT/OUTPUT fields to zero, but when the screen displays, there are no changes to my subscreen....  Fields should be "greyed out" instead they are open for intput.
    Doing my best to accurately describe in as few words as possible.  Thank you for your ideas!
    Dean.

  • Logic Script (Copying records while save from input screen)

    Hi Gurus,
    How to handle below requirement in script logic:
    Input screen column = Time (5 years)
    User want to input forecast data in current year and same data should be copied over to rest of the 4 years.
    I am new to Logic Script!
    Thanks.

    Another option is to add 4 properties to TIME dimension: SHIFT1,SHIFT2,SHIFT3 and SHIFT4 and fill them with members:
    2014.01 -> 2015.01 2016.01 2017.01 2018.01
    2014.02 -> 2015.02 2016.02 2017.02 2018.02
    ... etc
    Some maintenance work...
    The code will be simple and without FOR/NEXT loop:
    *WHEN CATEGORY
    *IS FORECAST
    *REC(EXPRESSION=%VALUE%,TIME=TIME.SHIFT1)
    *REC(EXPRESSION=%VALUE%,TIME=TIME.SHIFT2)
    *REC(EXPRESSION=%VALUE%,TIME=TIME.SHIFT3)
    *REC(EXPRESSION=%VALUE%,TIME=TIME.SHIFT4)
    *ENDWHEN
    Vadim

  • Non Resident County Tax Missing on Magnetic Media

    We have people that live in Ohio and work in Wayne County, Indiana.  The Ohio residents pay Wayne County, IN tax at the non-resident rate.  On our magnetic media for Indiana, only Indiana residents showed the Wayne County tax on the file.  Should another tax authority magnetic media be selected to report those Ohio residents that have the Wayne County, IN tax withheld?
    Thanks for any guidance you can provide.....

    Hi,
    Check in Tax reporter the form for W2 magnetic media for Michigan in IMG whether special download parameter 'Insert CRLF btw records'  is set as 'CRLF' in directly option. If not, add this & then check the form.
    You can also check SAP note for W2 for Michigan for any changes in year 2007. Generally SAP releases the note for the states for any changes.
    Hope this will help you.
    Thanks,
    Sarika.

  • HT2534 i can't found the optione "None" in the options of billing information,what can i do ?!!!

    i can't found the optione "None" in the options of billing information,what can i do ?!!!

    You are creating a new account ? If you are then you didn't follow, exactly, the instructions on that HT2534 page when you created it - I've just tried those instructions and I got the 'none' option on the payments screen.
    Creating an account without giving credit card details : https://discussions.apple.com/message/24321860#24321860

  • HT1918 problem with none credit card option

    How can I change to none credit card option if I already have an Apple ID and there is no "none" option even if I choose a free app?

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
    iTunes Store Accepted Forms of Payment
    http://support.apple.com/kb/HT5552
     Cheers, Tom

  • Report without input screen working diffrently in debugging and background

    hai,frds
    I have one report without input-screen,But it is working diffrently in background and debugger.
    please help me for this  and i am bapi inside the program to create entries.but
    if its in debugging it is crates corectly but if is in back ground it not working cooetly bapi working one time only.
    plese help me  for this.
    Moderator Message: Too much of text-speak/sms-speak. Thread Locked. Write complete words and check their spellings using the Spell-Check tool in the editor here.
    Edited by: kishan P on Jan 19, 2012 4:40 PM

    HI,
    In SM37,Put the cursor on the Job, Type 'JDBG' in Command line and press Enter.
    You can able to debug your Background job now.
    Find out where it is going wrong.....
    how to debug background job

  • Purchased books from iTune store and downloaded it.  Now, when I try to send it to my iPod nano, I get an error message saying the title cannot be found.  I cannot find a screen that offers an option to re-download.  What gives?

    I purchased a box set of books on iTunes, and downloaded them.  The title shows up in the "purchased" section, but when I try to send it to my iPod nano, I get an error message telling me it cannot be moved because it cannot be found.  I can't find a screen anywhere offering the option to re-download either.  I've paid for the books, but cannot access them!  Every time I upgrade iTunes, it gets more confusing and harder to use. 

    Also I now can`t access any of my itunes library and am concerned that if I remove it from my computer I will lose everything as I have no option of accessing and therefore backing anything up. Any ideas?

Maybe you are looking for

  • How many pins does a FireWire 800 have?

    I'm trying to determine if a fire wire 800 is interchangeable with a fire wire (IEEE 1394a) 6 pin cable. 

  • LR3 Fix for Crash when using Develop Module

    Adobe tech provided the following fix for my system which crashed when switching to the Develop module. This is the  response I received from Adobe Tech.   Recreating the preferences file corrected the problem. Their help was right-on and appreciated

  • Slow drive spinup time

    Ever since I installed Snow Leopard, I've been having frequent Finder delays (~10-15 seconds) due to my external drives spinning up, even when I'm not accessing files on them. Anyone heard of this?

  • Doubt Regarding Dates

    Hello, I want a list of dates of last 15 days from the date i pass ... how to achieve this ia a sql query... & i also want to display 'January - December' in a query .. plz help.

  • How can I upgrade Office 2011 14.1.0 in Mavericks?

    Hello! I just installed Mavericks on my Mac Book. Using Office 2011, version 14.1.0. i tried to ugrade but upgrading to any newer version is not possible. It shows the following message: "A version of the software required to install this update was