Filling dependent field with language dependent

Hello Expects,
In backend(DB), I have function like, if I select number, its corresponding description filing automatically and also selecting record based on login language. Same function I need on UI.
For your information : Fields are created by EEW and current UI is 7.0
As of now, from DB properties, I am getting F4 value help, but its description is not filling and itu2019s not language dependent.
Hear I want; description should be filled automatically when I select value from f4 help.
In F4, it should show only language dependent data. I.e. login language values.
How to change F4 fucntion to dropdown function.
When I implement Get_V and calling DB search help, I could see values in language dependent, but when I select, itu2019s not selecting.
Kindly suggest, it will be great helpful.
Shakeer

Hi,
click F2 on your description field and F4 help to find out component and view.
With this information go to transaction BSP_WD_CMPWB.
Here go the your attribute and contextnode. Set a breakpoint in the SET_* Method.
If required you could redefine this method.
Our if it is a bug in SAP standard you could raise an OSS message.
Kind regards
Manfred

Similar Messages

  • How to fill a field with after changing another field in a multi form?

    Hi,
    I have multi occurence form in which multiple record are showeds and/or added.
    One field is a dropdown field, after filling this field (selecting a value in the dropdown), another field needs to filled with the selected value.
    My problem is that only the first occurence is filled with the value of the selected dropdown, even when filling the dropdown field in one of the other occurences.
    I tried point to the other occurences but this was not succesfull
    See script
    So when a sparepart is selected from the dropdown sparepart, the field defectpart must be filled the selected sparepart, when I have multi forms (occurences) only the first occurence defect part gets filled with the selected parts, even when a sparepart from another occurence is selected.
    data.p1.spare_parts.spare_parts::change: - (JavaScript, client) -
    p1.spare_parts.DefectPart.rawValue =  xfa.event.newText;
    Can anyone help to solve this problem
    Thanks
    Christophe Van Mechelen

    hi,
    Your code is right, i dont know why its not working,
    try this,
    dropdown field in change event,
    var c = xfa.host.newtext
    textfield1.rawValue = c;
    (or)
    textfield1.rawValue = xfa.event.newText;
    by
    Parthi

  • I have a PDF form that I want to pre-fill multiple fields with example text that disappears onFocus. Is there a way to do this?

    Pretty much what my subject line says. My client wants example text in the fields of a PDF form that will disappear when the cursor enters the field. When I try this with show/hide layers, the layer becomes visible as soon as I enter form editing mode, and the action doesn't work properly. Any help? I was able to get it to work with a single field, but multiple fields with example text on multiple layers doesn't work for some reason.
    Thanks for any help.

    Hi Jeffrey ,
    You need to use a custom Format script for the field.
    Regards
    Sukrit Dhingra

  • Fill hidden field with xml - Web service call

    Hi everyone,
    I have a developed a web service, my web service method expects an xml string.
    I have a new data connection, which is my wsdl file...
    Now my challenge is how do I populate that field with my form's xml,so that my my method can manupulate it.
    Secondly, I would like the same button that calls my web service to email the form once the web service has been called, email the form as PDF.
    Will really appreciate your assistance.
    Ace

    You can use the below command to populate a field with the form's XML.
         FieldName.rawValue = xfa.data.saveXML("pretty");
    To execute the webservice and then send an email,
         1. First place Execute button binding to the Webservice and make it either invisible/ hidden
         2. Place a normal button on the form and in the click event write code to call the webservice and then send the email.
              //Call the webservice button click event
              WebserviceExecuteButton.execEvent("click");
              //Send an email
              event.target.submitForm({cURL:"mailto:"+ strToAddress + "?subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});
         Replace the names with the variables in your form in the above line.
    Thanks
    Srini

  • Filling a field with different values depends on the country by value help

    dear experts,
                          Could any body help me out ?
    i do have a requirement that in the Screen, iam having a field say Tshirt size, which have to be populated differntly according to the country in the value help. how can i do that.
    iam mentioning what i have done:
    1. defined field and selected From Dictionary Attribute in the screen.
    2.maintained
    Field ztab-fieldname  in the chain endchain.
    please do the needful as hoe come the filedname is populated with value help for different countries?
    Edited by: Murthy Ganti on Dec 17, 2008 12:00 PM

    Hi Murty,
    You need to create a View on the different field set which might be composed across different Tables. Once the view is created you need to create a Search Help using that View by selecting the fields that will come in the Help. Below is the step by step Documentation for the Search Help Creation.
    Link 1
    http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee2b446011d189700000e8322d00/content.htm
    Link 2
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm
    But after going through your statement, I have one concern. As you mentioned that you don't have any access for the calling FM in a Report Program, then I doubt whether you will have authorization for the Data Dictionary Object creation also. Just check the Roles and Authorization assigned to your user. You need the S_DEVELOP Authorization Object for any new create.
    Hope this helps.
    Thanks,
    Samantak

  • EBS - fill assignment field with bank reference

    Hi,
    We are trying to fill the bank reference for incoming payments in the assignment field for the GL postings. For the 2 banks it is working fine, since they send it in 88 record and we have defined search string to fill in assignment field. We use BAI2 format
    But for 1 bank, the bank reference is sent in 16 record, and search string does not work for 16 record. But i do see the bank reference filled in FEBEP-VGREF.
    With userexit i can probably populate this in the assignment field but is it possible using standard algorithm?

    Also check note 1409628.
    Unfortunately Algorithm 015 is limited to a 13 character reference.
    Note 1409628
    There are dependencies (if you
    use algorithm 015) between the fields FEBEP-/(BSEG-)ZUONR, FEBEP-CHECT
    and FEBEP-/(BSEG-)SGTXT.
    The behavior should be as follows:
    If you enter only a check number the result will be stored in
    FEBEP-CHECT. The algorithm 015 will move this content also to
    FEBEP-ZUONR and creates a record in table FEBCL with this value.
    Later in the program flow the report RFEBBU00 fills SGTXT with
    this value.
    Since FEBEP-CHECT has only 13 charactes, ZUONR is truncated.
    The search string works if you need to remove undesired characters
    from FEBEP-CHECT, but the lenght will always be 13.
    The Note 1409628 doesn't enchange the field, but instead it uses ZUONR
    for the search.
    So in your case I suggest you to use exit 1 FEB00001 as per note 494777.
    Then you can move all 16 characters which are available in FEBRE to
    field FEBCL-SELVON
    You need to program the exit with a LOOP in FEBRE, then move the
    content to FEBCL.
    Kind Regards,
    Fernando Evangelista

  • Fill exit-field with BAPI

    Hi,
    I need to fill a exit field in the header of invoice FB60  " INVFO-ZLSPR" ( bloc payement )
    using BAPI   "BAPI_ACC_INVOICE_RECEIPT_POST "
    Can any one send me exemple of code?
    best regards.

    i think that INVFO-ZLSPR  is not a exit field  but i d'not find  in th parameters of  BAPI  BAPI_ACC_INVOICE_REceipt_post
    Where can i find this field  .?

  • Message Mapping, filling field with 0 (zeros) on left

    I need to fill a field with values that has variable lenght adding 0 (zeros) on the left, how can I do it ?
    I'm using the LENGHT in message mapping, with value returned by LENGHT I use FIXVALUES to map the quantity of 0 (zeros) that I need to add in the field.
    Somebody can help me with this problem ?
    Thank's.

    Hi Regis,
    You can use the Arithmetic:FormatNum built-in function for this.
    If you want to left-pad the number with zeros so that the length is always 10, then specify 10 zeros for the format, 0000000000.
    This function takes formats based on java.text.DecimalFormat so you can see all of the possibilities at:
    java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormat.html
    Thanks,
    Jesse

  • In sm30, when save, how to fill the table with the system data in the table

    Hi all, in SM30, we have user name and time fields, when we create record, after we click the SAVE button, it will automatically fill the fields with the system data, how can we realize it?

    Hi ,
    Do like this.
    1. Go to SE11 -> give your table name and press on change button .
    2.Go to Menu->Utilities-> Table Maintainance Generator , then it will take you another screen .
    3.Assign Functin group if already have one , other wise create function group and assign
    4.Go to Menu->Environment->Modification->Events , again it will take you to another screen
    5.Click on new entries
    ->Now press F4 in T column . Select<u> "01" - Before saving the data in the database</u> and in form routinue give any name of the routinue like "SAVE_USER_DATA" and press enter then u can see an editor symbol in next column click on that it will take you ABAP editor there type this code .
    ztable-username = sy-uname.
    ztable-createtime = sy-uziet.
    check and activate the code .
    With this your job will be complete . Now while entering data just leave columns blank , they will insert corresponding username and time
    Don't forget award points if it helps you.
    Regards,
    Raghav

  • Fill transaction fields automatically through code

    Hi Gurus,
    Every time we create a material we have to extend it in all plants and in all storage location of every plant.
    The steps that we are using are: We first create the material to a plant and a storage location using transaction
    MM01. Then we use transaction mm17 and we extend the materials in all plants automatically.
    Then we use transaction MMSC to extend material to every storage location. We enter the material code, the plant code and after hitting enter we fill the fields with the storage locations of the plant where we want to extend material to. We have 9 plants and 3 storage location on every plant, so we do this procedure (mmsc) 9 x 3 = 27 times.
    Is there a way to write code to fill automatically the fields in MMSC transcaction from a file so that can automate the procedure? Any Ideas how to start?
    Thank you in advance

    Hi!
    Here's an example of this stuff, 100% working, but of course you have to change the BDC part for your code...
    REFRESH: gt_bdcdata.
          PERFORM bdc_dynpro      USING 'ZMFI_AA_KTGH' '9502'.
          PERFORM bdc_field       USING 'BDC_OKCODE' '=ENTER'.
          PERFORM bdc_field       USING 'ANLZ-KOSTL' gs_change_asset-kostl.
          PERFORM bdc_field       USING 'ANLZ-ADATU' gs_change_asset-bdatu.
          PERFORM bdc_field       USING 'ANLZ-PERNR' gs_change_asset-pernr.
          PERFORM bdc_field       USING 'ANLZ-STADT' gs_change_asset-stadt.
          PERFORM bdc_field       USING 'ANLZ-XSTIL' gs_change_asset-xstil.
          PERFORM bdc_field       USING 'ANLZ-RAUMN' gs_change_asset-raumn.
          PERFORM bdc_dynpro      USING 'ZMFI_AA_KTGH' '9502'.
          PERFORM bdc_field       USING 'BDC_OKCODE' 'DUMMY_OK_CODE'.
          MOVE 'E' TO lv_mode.
          CALL TRANSACTION 'ZMFIAA_MOD' USING gt_bdcdata
                                             MODE lv_mode.
    It is very important to give a 'DUMMY_OK_CODE' where you wanted to stop the processing. It is because the dummy ok code will cause a BDC error and the process will stop there and you'll get back the control.
    Regards
    Tamá

  • Exit to Fill Assignment Field in Good Issue Accounting Document

    Dear,
    I would like to fill assignment field with eqipment number when post good issue via VT01N (shipment).
    What exit that i should use for that purpose?.
    Thank you

    Hello,
    I am not aware of any exits which can do this for you. Did you try substitution for your requirement ? Also there is a possibility to use the field XREF3 to get the desired result.
    I hope the above hints help to resolve the issue.
    Thanks and regards,
    Suresh Jayanthi.

  • Problems with language dependent master data

    Hi,
    I created a InfoObject with language dependent master data and I am trying to upload data from a flat file.
    My flat file has a 2 digit language code (EN,DE,FR,JP,ES) and when uploading the data it seems that SAP BW is only using the first digit which leads to the situation that EN and ES get treated as duplicate records.
    Any help would be appreciated
    thanks
    Ingo Hilgefort

    Hi,
    ES is the Language for spanish..But the Flat file should have to represent 'S' for Spanish.
    Check in Table T002 for the symbols which represent Languages and that to be used in flat file.

  • How to fill field with test data in alv grid display

    hi all,
    i m adding field TEXT to the structure for displaying grid.
    i m modifying program like this
    DATA: ALV_OUTPUT  LIKE HRPDV_EXPIRED_Q OCCURS 0 WITH HEADER LINE.
    TYPES : BEGIN OF FS_OUTPUT .
          TEXT(20) TYPE C.
            INCLUDE STRUCTURE HRPDV_EXPIRED_Q.
    TYPES       TEXT(20) TYPE C.
    TYPES    END OF FS_OUTPUT.
    DATA: fs_output like table of alv_output.
    CLEAR WA_FIELDCAT.
      WA_FIELDCAT-FIELDNAME = 'TEXT'.
      WA_FIELDCAT-seltext_l = 'Abteilungs Struktur'.
      wa_fieldcat-tabname   = 'ALV_OUTPUT'.
      WA_FIELDCAT-COL_POS  = '13'.
      APPEND WA_FIELDCAT TO P_GT_FIELDCAT.
    this is what i have write for diapalying field. but my question is how to fill test data with field TEXT.I m writing like this but not executed in the aboove grid dispaly statement.
    loop at alv_output.
    *alv_output-text(20)  = 'abcdefgh'.
    *modify alv_output.
    *endloop.
    plz tell me how to fill test data

    hI..,
    Your table declaration has to be like this..
    TYPES : BEGIN OF FS_OUTPUT .
    INCLUDE STRUCTURE HRPDV_EXPIRED_Q.
    TYPES TEXT(20) TYPE C.
    TYPES END OF FS_OUTPUT.
    DATA: ALV_OUTPUT LIKE standard table of fs_output initial size 0.
    loop at alv_output <b>into fs_output</b>.
    <b>fs</b>_output-text(20) = 'abcdefgh'.
    <b>modify alv_output index sy-tabix from fs_output transporting text.</b>
    endloop.
    Now give this table alv_output to the GRID_DISPLAY function module..
    you will get the required output !!
    Plz do remember to close the thread when ur problem is solved !!
    reward all helpful answers !!
    regards,
    sai ramesh

  • I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

    ...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
    Thanks!

    That is a quirk of Pagesthat  it applies only one record per page.
    There is a way around this:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

  • Error with fill-in fields

    Fill-in fields in pdf documents cause an error: Windows cannot access the specified device, path or file..   What can be done to get rid of this annoying message?  Adobe XI is my reader, Windows 8.1 is the OS, the pdf files come from the IRS or New York State Tax websites among others so I certainly should have permission to use them.  Once I delete the error message, I can enter data in the field.  If I then return to the field to change it, I again get the same error message. 

    Toggle Touch Mode, it's that little button (hand with index finger pointing) at the top of the open PDF.

Maybe you are looking for

  • Palm TX no longer recognizes SD cards!!!

    I have two Palm TX's and have been using Lexar SD, Sandisk SD, and Sandisk Ultra II SD cards (all are 2G cards) for months without any problems. This past week, I went through airport security with both TX's and all these cards, and now all but 1 SD

  • Mail missing plug-ins

    OK, strange one here.  I have several clients (Lion and Mountain Lion) that get the Missing Plug-ins in certain emails using Mail.app.  They are all using Exchange 2010 server, some setup w/ IMAP, others as Exchange server.  I know about the java tri

  • CHUD tools universal ?

    Does anyone know if the latest CHUD dev tools (4.3.2) are Universal binaries? I want to use some of the tools but I noticed there are pref panes in the tool set and I don't want them if they aren't Universal. Anyone know? Peter

  • Passing variables inside a url to call a query

    Hello, I have created a BSP-application with a restful webservice to transform a BW-query (BI7) into a XML-File for further development with XCelsius. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi

  • Ist possible to havea ASN(Inbound Del) for schedule line?

    Dear Gurus, I am not having much knowledge about the inbound delivery... ist possible to have a inbound delivery for a Schedule line? Regards, Kumar