Selection from Input help different from PA30 IT0014

Hi Guys,
Need advise as i'm trying to get the same result data from input help in IT0014 (wage type). I'm using normal selection from table but the result set are diffrent.
I'm noticed more value appeared than the input help in IT0014 PA30.
I checked on the input help seems no parameter passing.
Attached is the screen for input help .
Brgds
Badz

Finally after few debugging the logic and google searching .
The answer is because in they wage type appeared in the search help already filtered by employee group and subgroup also personnel area.
So each user will have different search result/input help  based on their group or pers area.

Similar Messages

  • Mapping a field from input help screen(Using POV) to user screen

    I have used the Function module 'DYNP_VALUES_UPDATE', to get the value from Description field in the search help.Now its throwing a runtime error mentioned below.
    Runtime errors: CALL_FUNCTION_CONFLICT_LENG
    Except. CX_SY_DYN_CALL_ILLEGAL_TYPE.
    Short text: Type conflict when calling a function module
    the function module was called incorrectly.
    Below is the code i implemented.
    ws_dynpfields-fieldname = wc_scrfld.
    ws_dynpfields-stepl = tc_1017-current_line.
    ws_dynpfields-fieldvalue = ws_hssr-text.
    APPEND ws_dynpfields TO wt_dynpfields.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
    EXPORTING
    dyname = 'sapmzapp01'
    dynumb = '1008'
    TABLES
    dynpfields = wt_dynpfields
    EXCEPTIONS
    invalid_abapworkarea = 1
    invalid_dynprofield = 2
    invalid_dynproname = 3
    invalid_dynpronummer = 4
    invalid_request = 5
    no_fielddescription = 6
    undefind_error = 7
    OTHERS = 8.
    IF sy-subrc <> 0.
    MESSAGE e800(zmdb_mda_supplier).
    ENDIF.
    The above code is in screen USER COMMAND OF 1017(POV-input help screen).
    wt_dynpfields is the internal table.
    and its fields are fieldname,stepl and fieldvalue
    ws_dynpfields is the workarea of the internal table.
    wc_scrfld-Constant with value zbut0000qnnyxa-ztfldg6h7np'(the description field name of the screen 1008 where i want the description value to get in automatically after selecting from input help)
    ws_hssr-text= The Work area containing the value 'eg ORDER'.
    kindly get back immediately....

    Hi,
    This function works only after POV.
    So ensure that it is written in that module:
    like AT SELECTION-SCREEN ON VALUE-REQUEST FOR f_name.
    Hope it will guide you.
    Jogdand M B

  • Supress 'Further Selection' And 'Search Help' buttons from LDB selection sc

    Hi,
       How to supress/invisible 'Further Selection' And 'Search Help' buttons from LDB selection screen?
    waiting for reply.
    Shweta.

    Hi,
    1) try to use another version of sel-screen
    2) work with loop at screen:
    LOOP AT SCREEN.
        CASE SCREEN-NAME.
          WHEN 'ANLAGE-LOW' OR 'ANLAGE-HIGH'
          OR '%_ANLAGE_%_APP_%-TEXT'
          OR '%_ANLAGE_%_APP_%-VALU_PUSH'
          OR '%_UNTNR_%_APP_%-TEXT'
           OR 'UNTNR-LOW' OR 'UNTNR-HIGH'
          OR '%_UNTNR_%_APP_%-VALU_PUSH'
           OR 'BEREICH2' OR 'BEREICH3'.
            SCREEN-INVISIBLE = 1.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          WHEN 'BUKRS-LOW'.
            SCREEN-REQUIRED = 1.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.
    A.

  • The waveform of output from file is different from original one

    I've a new question about displaying a waveform from a text file. The waveform which its data is from file is different from the original one.
    I attached image files which included my two vi files and 3 waveform. In the compressed file, "ReadData_Waveform1.jpg" is a image of waveform from "ReadData.jpg" vi file with the configuration of "Transpose" is True,
    "ReadData_Waveform2.jpg" is a image of waveform from "ReadData.jpg" vi file with the configuration of "Transpose" is False,
    "WriteData_Waveform.jpg" is a image of waveform from "WriteData.jpg" vi file.
    I attached the source file of waveform with text format as well.
    Please help me to solve this question if there is anyone who can figure it out.
    Thanks, Andy.
    Attachments:
    Question.zip ‏154 KB
    data.txt ‏55 KB

    Hi Andy
    If you transpose the data when you write it, you also have to transpose it when you read it.
    Just have a look at the simple example attached. I write data and read it again. Each file operation is called with the default-value for transpose (false). The data is read correctly.
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    data.vi ‏35 KB

  • Status clsd not unique (Selection via input help (F4) only) -COOIS

    Hi all,
    We doing upgradation 4.7E to Ecc 6.O
    In coois , When we enter system status as 'clsd' , system showing error msg
    Status clsd not unique (Selection via input help (F4) only)
    Message no. COIS054
    Why this error occurs.. how to solve this???
    looking for answers..
    Thanks in advance..

    Please read OSS note 1377678.

  • ALV - refresh data after value is selected from input help

    Hello,
    I have input ALV where after I enter material number and press enter, the logic goes ahead and populates description column by utilizing ON_DATA_CHECK event.
    Is is possible to trigger some kind of event after the value is selected from search help without hitting enter key?
    When the user done with using search help and clicks on material number that he needs, the value is populated in ALV cell, and this is where I need some event trigger to fire the logic to get description without pressing enter.
    Thanks,
    Alex

    Alex, in that case, the alternative you have is to:
    - Create a Z structure where you have all the table fields
    - Bind the Standard DDIC search help to the Material ID (Importing) and the Description (Exporting)
    - Create the whole context node in WD referencing that DDIC structure.
    The important thing here is that the context node as a whole must reference the structure in order for this to work, not just the fields affected. This may not be possible or desirable in certain cases.
    If you do this, the Description will be populated by the SH through its returning parameter, so you wont have to do anything in WD to retrieve it as for the manual input + Enter cases.
    Here you have some help on SHs parameters:
    http://help.sap.com/saphelp_nw70/helpdata/EN/35/bdb6e2c48411d1950800a0c929b3c3/frameset.htm
    Hope this helps.
    Edited by: Alejandro Bindi on Sep 19, 2008 12:36 PM

  • Data no getting populated from input help to target field

    Hi ,
    I have made a input help for a field.
    and have used the following code to populte the data into the input help.I am having the data displayed but the data doesnot get populated on selection.
    CASE cs_dropdownlb_data-fieldname.
          WHEN 'ZZSALSPOS'.
            assign cs_dropdownlb_data to <extended_data>.
           lv_display = is_screen_structure-zzdisplay.
           clear ls_fieldcat.
           ls_fieldcat-fieldname = 'ZZSALSPOS'.
           ls_fieldcat-headertitle = 'Broker Id'.
           append ls_fieldcat to et_field_catalog.
           ls_fieldcat-fieldname = 'ZZBROKER'.
           ls_fieldcat-headertitle = 'Broker House Description'.
           append ls_fieldcat to et_field_catalog.
            CALL FUNCTION 'Z_SEARCH_HELP_SALES_ID'
             EXPORTING
               IV_DISPLAYALL        = lv_display
               IV_DIS_CHANNEL        = '11'
               IV_DIVISION           = '00'
             TABLES
               T_COST_CAT_F4        = lt_posid
            fldcat_add 'ZZSALSPOS'.
            fldcat_add 'ZZBROKER'.
            fldcat_add 'ZZREGION'.
            fldcat_add 'ZZDIVISION'.
            fldcat_add 'ZZSUBTEAM'.
            fldcat_add 'ZZTEAM'.
            SORT lt_posid BY zzsalspos zzbroker zzregion zzdivision zzsubteam zzteam.
            CREATE DATA <extended_data>-data TYPE zcrmt_mkt_broker_tab.
            ASSIGN <extended_data>-data->* TO <table>.
            <table> = lt_posid.
    I would sincerely appreciate and rewad if any solution could be suggested ....Thanking in advance...
    Narsingh

    The problem has been resolved

  • Selection-screen: Input help for VTWEG

    Hello!
    Can anybody help me with the following problem:
    I have two select-options (VKORG and VTWEG) on my selection screen. Now there should be the possibility to restrict the values shown as input help for VTWEG after having selected a value for VKORG.
    I've already tried to do this by using a matchcode object but for VKORG and VTWEG I was not able to find suitable search helps.
    In my opinion this should be possible without using the "AT SELECTION-SCREEN ON VALUE-REQUEST FOR ...". If not, it would be interesting to getting to know your approaches to this task.
    Thank you in advance!

    you can refer to the following code
    and you can write the code in the same way as per your requirement
    *& Report  ZRKTEST5                                                    *
    REPORT  ZRKTEST5                                .
    DATA: PROGNAME TYPE SY-REPID,
          DYNNUM   TYPE SY-DYNNR,
          DYNPRO_VALUES TYPE TABLE OF DYNPREAD,
          FIELD_VALUE LIKE LINE OF DYNPRO_VALUES.
    DATA: BEGIN OF T_T001L OCCURS 0,
            WERKS TYPE WERKS_D,
            LGORT TYPE LGORT_D,
          END OF T_T001L.
    DATA: V_WERKS TYPE WERKS_D,
          V_LGORT TYPE LGORT_D.
    SELECTION-SCREEN BEGIN OF BLOCK B1.
      PARAMETERS: P_PLANT LIKE MSEG-WERKS,
                  P_STOLOC LIKE MSEG-LGORT.
    SELECTION-SCREEN END OF BLOCK B1.
    INITIALIZATION.
      PROGNAME = SY-REPID.
      DYNNUM = SY-DYNNR.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_STOLOC.
      CLEAR: FIELD_VALUE, DYNPRO_VALUES. REFRESH DYNPRO_VALUES.
      FIELD_VALUE-FIELDNAME = 'P_PLANT'.
      APPEND FIELD_VALUE TO DYNPRO_VALUES.
      CALL FUNCTION 'DYNP_VALUES_READ'
           EXPORTING
                DYNAME             = PROGNAME
                DYNUMB             = DYNNUM
                TRANSLATE_TO_UPPER = 'X'
           TABLES
                DYNPFIELDS         = DYNPRO_VALUES.
      READ TABLE DYNPRO_VALUES INDEX 1 INTO FIELD_VALUE.
      SELECT WERKS LGORT INTO TABLE T_T001L FROM T001L WHERE WERKS = FIELD_Value-fieldvalue.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
                RETFIELD    = 'P_STOLOC'
                DYNPPROG    = PROGNAME
                DYNPNR      = DYNNUM
                DYNPROFIELD = 'P_STOLOC'
                VALUE_ORG   = 'S'
           TABLES
                VALUE_TAB   = T_T001L.
    START-OF-SELECTION.
      WRITE:/ 'TEST F4 PROGRAM'.
    END-OF-SELECTION.
    <b></b>
    reward points if helpfull
    Regards
    Vikure

  • Selected variable value is different from the displayed value

    Hi all,
    I have an issue with variable selection in portal. I have a IO - customer which is compounded to source system. So I have soem customers with the same key with different sources. And I have a variable created on customer. For ex - i have 3 customers like below. 
    SA/1234567
    BP/1234567
    F5/1234567
    1 - And when I search for a customer 1234567 - I find only one customer that is SA/1234567. And IO properties are set to read all the masterdata values and not infoprovider or posted values.  - thats issue one - I would like to see all the three and let the user select what ever he wants.
    2 - Now when I select SA/1234567 and run the report. It shows me data for F5/1234567 - which is correct data for that customer. But in the template I have a info field web item to display the selected variables on the screen. That info field shows the Customer as BP/1234567 - which is wrong and confusing. I checked the properties of the web item and everything seems ok.  So in the variable screen I get a value, the result set if of another value and the variable value that shows in the Info tab is another customer. - Driving me nuts
    3 - When I recreate the same scenario in 3.x query - everything works the way they should - this only happens in 7.0 query. What am I missing here??
    Any pointer or insight is appreciated - sorry for the long post.
    Voodi
    Edited by: voodi on Jun 8, 2010 2:26 PM

    Sorry - its not how its displaying the values rather what its displaying - it misses on 2 other values from the three - though the Bex setting in IO are set to read all the values from materdata table. And in the query I'm using IO properties. And display settings are ok

  • Why is a color print from CS5 so different from the same image in CS4?

    I have made prints from the same file using CS4 and CS5, and the prints from CS4  are showing what I think is good color.  My monitor is calibrated, and I have always been quite happy with prints from CS4.  When I make prints of the same files using CS5, the color is terrible compared to the CS4  print.  I am using the same printer, same sRGB color space and all the settings in the "Print" dialog windows.  I make sure the Color Handling box is set to "Photoshop Manages Colors" and I then go to the "Page Setup" box and make sure Color Settings is set to Off (No Color Adjustments).  I am using a New MacPro Quad-Core Intel Xeon with 16 GB ram.  I did notice that Apple Software Update did install Epson drivers after I installed CS5 Creative Suite 5 Design Premium. The color using CS5 looks the same starting in either 32 bit or in 64 bit.   Another thing I notice is that printing on an Epson 2200 Stylus and using their 13x19 paper that the prints are being cropped to 5/8 inch into the full screen size of the images. I.E. The prints are losing 5/8 inch of what I see on the 30" Apple monitor. in both dimensions of the screen image. This cropping effect is showing now using CS4 and CS5.  I have "Position" checked for Center Image, and Scale to Fit Media is also checked.  I've been using PS since version 2 and have always been quite happy with the prints from my Epson printers and the prints from my Photo Lab, but the prints I am getting using CS5 are terrible. All the settings are the same in both the CS4 and CS5 "PRINT" windows.
    HELP!!!!  :-)

    I have tried all of these things. I have checked and double-checked the print dialog. Sheet after sheet of paper goes by. Ink, at $40 per tank, is wasted. Results are still wrong. I followed your video. You use an Epson printer. I use an HP. Different print dialogs. different results. Whatever worked in previous PS versions does not work now. PS CS5 requires new settings to get the results that match what was determined by years of evolution and fine-tuning.
    I set up all of those print dialog parameters but it required an adjustment layer or two to get the results I got using previous Photoshop. So I could do that with every image I printed with good results using previous versions. There is nothing out of gamut in these images, so I don't have unrealistic expectations about more saturation in the prints. Anyway, it's an 8-color printer that can handle a pretty wide gamut compared to a 4-color.
    Wade, I know you are trying to help but this finger-wagging "error in your ways" and "you need to change your ways" stuff is patronizing. I did "change my ways" and try everything in your video. All was not well on the paper. I'm glad it worked out for you but it didn't for me. Accept it. I'm not some novice hobbyist still getting the hang of Photoshop. I've been using Photoshop since version 2. Adobe changed something in CS5. I haven't seen Chis Cox or any Adobe staffer jump into this discussion and say otherwise. Maybe there are no answers from the folks who should know the most about it. Maybe they're working on it.
    It's not the first time Adobe has broken a tool. Anyone remember what happened to Outline Stroke in Illustrator CS2? It had previously made a path that could be edited by selecting points but after CS2, it was broken. Illustrator made a filled path that was nearly impossible to edit with all of the overlapping points. It was finally fixed in CS4. It's hard to understand how a useful tool that functioned properly in every version since it was introduced became an unusable mess. Maybe that's the case with PS CS5 and printing.
    With 4,300+ posts in 14 months, maybe Wade has more time to tinker and tell us about it. I don't.
    Or I could just print in CS4. At this point it's not that important to spend several days of testing to be able to say that CS5 can print my legacy stuff that was created and printed with various color profiles over a 12 year period. Maybe a more disciplined approach to color management would be a good way to work in the future when creating images, I'm dealing with tried-and-true printable images that were not done that way.
    As long as Adobe doesn't make me give up CS4 to use CS5, I'll use it for printing.

  • How to take other music and photo from a librery different from the first  ipod was sync?

    how to take othe music and photo from different librey than the first used, without loose the photo and music alredy stock in ipod ?

    See this: Using iPad or iPod with multiple computers, http://support.apple.com/kb/ht1202

  • I would like to review a playlist from shuffle mode, different from Genius playlist

    Any records of this shuffle playlist on the iphone 4 running 5 or any other model, of course other than writing these down I mean?
    Best regards,
    Grady

    You cannot review a backup. You can only restore it to a device. You can see here what is backed up:
    iCloud: http://support.apple.com/kb/PH12519
    iTunes: http://support.apple.com/kb/ht4946

  • Sending from a different (From:) address

    While I am able to send email from my iPhone/iPad from an address different from my iCloud address, I don't see any way of doing it on my Mac (if I choose to use the web-client, instead of Mail). Am I right or is there something I have missed? Thanks for whatever help you are able to provide.

    Welcome to the Apple Community.
    There shouldn't be any reason you can't use additional email accounts alongside your iCloud account, I do.
    Do you still have your alternate account set up on the iPhone, settings > Mail, Contacts, Calendars > Accounts.

  • Why co-pa extraction is different from other extraction

    any one could u tell me about the copa extraction

    Most extraction from SAP are different from each other -:)
    But more so with COPA becuase SAP does not provide any delivered tables for COPA.
    All tables in COPA is created by the company implementing it. They are similar to the tables created when you create a cube in BW. Hence there are no per say standard datasource; though you can create one using a procedure.
    Hope this helps.

  • Cannot see the default input help values in the preview mode ALDesigner P&F

    Hi experts,
    I'm currently implementing a HCM PROCESS FORM process.
    I'm wondering why I'm not able to see the default input help of a dropdown UI ISR element in the Preview mode within adobe live cycle designer.
    I have linked my field with SAP-PA backend-service through Form Scenario.
    Within adobe live cycle designer, in the Binding tab page and then Element Values, I entered the following value in the Objects field: $record.sap-vhlist.<Field
    name>\.DATA\.FIELD.item[*], whereby <Field name> is the name of the form field. but cannot see any values...?
    Could you provide me any help, advices on that.
    Thanks in advance,
    Regards
    Louis

    Hi
    You can do that in two ways.
    One is from PA services provided by SAP. Other one is you care create a Generic service to load the values.
    1. In HRASR_DT tcode  select the process and create the backend service for SAP_PA and add the field Employee group (PERSG )  by choosing IT 0001 and screen element  then select the Input Help and check the box for PA service .
    2. Create a backend service and create the BADI and inside that do the logic to load the Employee group from FM and bind the value to the field.
    Please refer the Enhancement Implementation HRASR00_USER_NAME for the sample. Class CL_HRASR00_GS_USER_NAME.
    see this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/82/b6b94278560c31e10000000a1550b0/frameset.htm
    Kind Regards,
    Mukesh

Maybe you are looking for