Position key flex filed not populating in Position Flexfiled Structure

I have created a Position Key Flex field. While Creating Business Group Organization, Position key Flex Field is not populating in Position Flexfiled Structure Field.
Work Structure > Organization > Description
Org Classification : Business Group

check below -
Unable to Select new Flexfield Structure for the Business Group [ID 390314.1]
Also, did you check if your Position flexfield is compiled saved properly ?

Similar Messages

  • MSS Hire form not populating vacancy positions

    Hi, recently we have done QA server refresfh activity and taken the replica of Production server. Now the issue is after refresh
    1. Hire form not populating vacancy positions from R/3.
    2. In MSS Employee search with personal number showing no data found. Could you please suggest?
    Thanks in advance.
    Regards
    Krishna

    Hi,
    I have investigated further and could find something as below:-
    1. There is a standard method DETERMINE_SEARCHHELP from class CL_HRPA_GENERIC_F4 which gets called.
    2. Inside this method there is a function module F4IF_DETERMINE_SEARCHHELP which inturn calls function module DD_SHLP_GET_HELPMETHOD. The later function module takes tablename, fieldname, and sy-langu as parameter to give SHLP as search help output. Following values are getting passed to the function module:-
                                         Tablename = HRASR00_HIRE_F4_CORE_FIELDS
                                         Fielname = PLANS
                                         Sy-langu = E (Default)
    However this returns parameter SHLP as blank.
    There is a subroutine 'shared_buffer_imp_interface' in the function module DD_SHLP_GET_HELPMETHOD which has the following IMPORT statement:-
    IMPORT shlp
             callcontrol-attachkind
             timestamp timerelobj_tab
             FROM SHARED BUFFER ddshoffld(if) ID sh_buf_id.
    This IMPORT statement is returning sy-subrc EQ 4 and hence finally SHLP does not have any value. So the position dropdown is not populating.
    Also when the following parameter is passed, we get F4 help for PERSG (Employee group field):-
                      Tablename = HRASR00_HIRE_F4_CORE_FIELDS
                      Fielname = PERSG
                      Sy-langu = E (Default)
    This is because in this case, the above IMPORT statement returns the table T501 and T501T and hence finally SHLP has the value.
    Can anyone of you please provide me your expert opinion as to how i can get this working for fieldname = PLANS and hence position dropdown.
    Thanks,
    Rupesh

  • Virtual Key Figures its not populated when execute query

    Hi All
    I did a BADI for populate a Virtual Key Figure, I follow the instructions of link
    Link:[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60e34f63-f44c-2c10-488e-c89b04e0ca7c?quicklink=index&overridelayout=true]
    In addition I add the code section of data declarated on example of: CL_EXM_IM_RSR_OLAP_BADI section define: IF_EX_RSR_OLAP_BADI~DEFINE, only information that said:
      DATA: l_s_chanm   TYPE rrke_s_chanm,
            l_kyfnm     TYPE rsd_kyfnm.
      FIELD-SYMBOLS:
            <l_s_chanm> TYPE rrke_s_chanm.
    I test the query on RSRT and the virtual Key Figure is "0.00" this look like if the virtual key figure is not populated.
    I did other things like:
    Set a Break Point on COMPUTE section of my BADI, I saw that the value is assigned, but I don't know how I can continue reviewing the pass of this value to result of query.
    I generate again the query on RSRT.
    My code is:
    IF_EX_RSR_OLAP_BADI~DEFINE
    method IF_EX_RSR_OLAP_BADI~DEFINE.
      data: L_S_CHANM   type RRKE_S_CHANM,
            L_KYFNM     type RSD_KYFNM.
      field-symbols:
            <L_S_CHANM> type RRKE_S_CHANM.
      case I_S_RKB1D-INFOCUBE.
        when 'ZGTO_OB2'.
          append 'ZVIRTKF' to C_T_KYFNM.
      endcase.
    endmethod. 
    IF_EX_RSR_OLAP_BADI~COMPUTE
    method IF_EX_RSR_OLAP_BADI~COMPUTE.
      field-symbols <FS_ZVIRTKF> type any.
      P_KYF_ZVIRTKF = 16.
      assign component P_KYF_ZVIRTKF of structure C_S_DATA
      to <FS_ZVIRTKF>.
      <FS_ZVIRTKF> = 10 .
    endmethod.
    I will appreciate your recommendations, Thanks in advanced.
    Al

    Thank you very much Sanganya
    I saw this:
    I put a break point on P_KYF_ZVIRTKF = 16., then I saw that P_KYF_ZVIRTKF obtain value 16.
    Then on sentence: assign component P_KYF_ZVIRTKF of structure C_S_DATA
    to <FS_ZVIRTKF> , when the system pass this line, I review the sy-subrc and is equal 4, as I understood the ASSIGN sentence did not be complete, the value shoul be 0.
    Then when the system try to run the sentence: <FS_ZVIRTKF> = 10  the system send an Execution error that say:  GETWA_NOT_ASSIGNED...
      Error analysis
        You attempted to access an unassigned field symbol
        (data segment 32780).
        This error may occur if
        - You address a typed field symbol before it has been set with
          ASSIGN
        - You address a field symbol that pointed to the line of an
          internal table that was deleted
        - You address a field symbol that was previously reset using
          UNASSIGN or that pointed to a local field that no
          longer exists
        - You address a global function interface, although the
          respective function module is not active - that is, is
          not in the list of active calls. The list of active calls
          can be taken from this short dump.
    Exactly the line selected with error is:
    >>>>    <fs_zvirtkf> = '10.0'.
    I will appreciate your help
    Thank you
    Al

  • In Query key figure are not populated

    Hi Gurus,
    i am using a RSCRMBAPI to get the out put of my query into a Ztable but when i run my program the Ztable is getting data but no key figures are getting populated.
    plz help
    thanks
    neelu

    Hi gurus,
    i just have 1.6lac records with six keyfigures so i think its not the problem of limitation...
    then can somebody help me how to get rid of this, no key figure values are getting populated
    thanks and regards
    Neel

  • Flex datagrid not populating anymore

    Original CF server version:
    7,0,1
    Flash version:
    9
    After installing ColdFusion MX 7 Updater 2, I am unable to
    populate a SWF datagrid that was compiled from Flex 1.5.
    We call a ColdFusion CFC by passing in 4 arguments to the
    cffunction. The function then returns a struct that looks like:
    myStruct[n]["something"].
    On a ColdFusion MX server that is running version 7,0,0 AND
    7,0,1 the flash debugger tells me that the CFC is returning an
    Array (when in actuality, it's a Struct) and the datagrid works
    great. However, after installing Updater 2, without making any code
    changes, the flash debugger tells me that the CFC is returning an
    Object of objects (i.e., the new untyped object) and so the
    datagrid is never populated (but data IS being passed back).
    I did find a solution that required a code change to both the
    compiled Flex SWF and the CFC via the following website:
    http://www.cflex.net/showFileDetails.cfm?ObjectID=303&Object=File&ChannelID=1
    I work with 2 other developers who actually wrote all of the
    code and they are against the idea of having to change our code in
    both areas because we have over 20 client's that each have their
    own compiled SWF. It would take WAY too long to have to recode and
    recompile each SWF.
    I was wondering if it would be possible to solve this problem
    by installing a different version of the Flash Remoting components
    (the version that is installed from CFusion 7,0,0 or 7,0,1). If so,
    which version? I don't know exactly what was installed by Updater 2
    but I read that the Flash Remoting services was also updated to
    support AS3.
    What solution(s) is/are available to me that doesn't require
    a complete rewrite of our Flex code?

    Thank you Nick for your reply. You're not going to believe
    this but....I did try that and after the rollout and confirming I
    uninstalled 7,0,2 properly (back to version 7,0,1) my flex apps
    still didn't populate the datagrid like before. That's why I was
    wondering if I could install a different version of the flash
    remoting components after installing the updater. It appears that
    after that flash remoting files are overwritten during the
    installation of Updater 2 but are not reverted back to their
    original state after the uninstall of Updater 2.
    Right now I have 7,0,2 on my local development computer,
    7,0,1 on our production server and 7,0,0 (after the reinstall) on
    our dev server.
    I ended up having to reinstall ColdFusion MX 7 in order for
    my Flex apps to work properly.

  • Oracle apps R12.1.3 Key Flex fields not retrieving Data Automatically

    Dear All,
    I have developed a custom form with 10G forms in R12.1.3 version,
    i have attached the Stock Locator Flex field to one of the column i am able to attach the KFF but no values are returning in that ,
    it always says no exsisting combination
    Pls find below how i am calling the Flex field
    FND_KEY_FLEX.DEFINE(
    block => 'TNV_DEMO_SO_SERIAL_INFO_V',
    Field => 'LOCATOR_KFF_ID',
    Description => 'LOCATOR_KFF_DESC',
    ID => 'LOCATOR_ID',
    autopick => 'Y',
    Appl_short_name => 'INV',
    Code => 'MTLL',
    Num => '101',DISPLAYABLE => 'ALL',
    VRULE => '\\nSUMMARY_FLAG\\nI\\nAPPL=INV;NAME =INV_VRULE_POSTING\\nN',
    VALIDATE=>'FULL',
    QBE_IN=>'Y',
    DERIVE_ALWAYS=>'Y',
    updateable => '');
    Pls suggest.

    yes i have used template.fmb only , and am using FND_KEY_FLEX.DEFINE as i mentioned earlier ,
    i have not given any where clause -- should we give any where clause to retrieve the data into the combinations(LOV)?It depends on what values you want to retrieve.
    i mean my requirement is if i give % and press tab all the valid combinations should be displayed.
    its showing no entries found.Did you review 420787.1 referenced above?
    Thanks,
    Hussein

  • Error while inserting record in Key-Flex Values Set interface

    Guys
    on 11.5.10.2
    Actually the problem is being occurred while inserting value in Job Flex Field Value set, we have created two segment for job key flex filed, No and name, it was working fine, but since we have uploaded bulk data via api "fnd_flex_values_pkg.INSERT_ROW" which was around 100 off record, but after completion this task system is not taking new value by Values set interface, and show message "APPS-FND-01206: You entered duplicate values or sequence of value that must be unique for every record",
    However, we insert the job number through api, it is inserting without error while
    Interface is not taking value and raise duplicate message error,
    which is APPS-FND-01206
    Please Advice.

    Thanks for supporting dunacan
    I have mentioned both of segment detail . please advice,
    1.One is Job No segment
    Segment1 number 10
    Required Check Yes
    Value set Info JOB_NO
    List Type : List of Values
    Security Type : No Security
    Format Validation : select number 7,0 and check on number only (0-9)
    Validation Type Independent
    2.One is Job Name segment
    Segment2 number 20
    Required Check Yes
    Value set Info JOB_NAME
    List Type : List of Values
    Security Type : No Security
    Format Validation : select CHAR 60 Validation Type Independent
    It was strange that how could it possible duplication value without having database,i am unable to find this issued,
    Edited by: oracle0282 on Jan 17, 2011 3:32 AM

  • How to emulate CSS fixed position in Flex 3

    Does anyone know how to emulate CSS fixed positioning in Flex 3?
    Canvas (absolute layout) uses coordinates same as HTML/CSS absolute positioning.
    How do I achieve fixed positioning where the panel is taken out of the flow and positioned relative to the application chrome?  (similiar to applicationcontrolbar, but not exactly)
    Someone please tell me if it is possible and some ideas how to achieve.
    Mike

    do not use the forum as marketing place for you site. if you want to share the content with SDN users, you have the blog area, wiki, article area.
    raja

  • Issue with Bex report - key Figures not populating correctly.

    Hi Experts,
    I am facing an issue with a Bex report. There are three key figures of data type DATE having "Dec - Counter or amount field with comma and sign" datatype. After executing the query, in the report, for some sales documents the key figure fields are coming as 'X' and rest others are coming correctly in the date format as mm\dd\yyyy.
    When i check in the cube, these key figures shows values in decimal format and not in date format. The conversion is happening during execution.
    Pleas show me some light on how to identify the cause of getting 'X' for some Sales documents in the report eventhough some are coming correctly.
    Thanks,
    Anamika
    Edited by: Anamika Soni on Mar 12, 2010 10:48 AM

    Hi,
    The infobject has been defined with datatype "DATE" only. It has also been mapped from datasource to infocube correctly as these key figures are populating correctly for some of the sales documents in the report. It is not like that for all the sales documents the key figures are not converting properly.
    Some Sales documents are not converting into the date fields but for some conversion happens properly in the BEx report. This is the issue.
    Please guide accordingly.
    Many thanks,
    Anamika

  • Whenever I ask Siri a question it just links me to a website instead of just saying the answer.  The reason I ask Siri is because i am not in a position to look at my phone.  How can I get Siri to just answer my questions??

    Whenever I ask Siri a question it just links me to a website instead of just saying the answer.  The reason I ask Siri is because i am not in a position to look at my phone.  How can I get Siri to just answer my questions??

    I found that the only time Siri will read anything to you is if it finds a Wikipedia article. Siri will let you know it found that, and ask if you want it to be read out loud. Other than that you will hear the "I found this, take a look".
    The only other thing you can do is activate "Speak Screen". It will involve you taking a look at your phone for a moment, selecting what you'd like to look at, but Siri will read the content to you. It's in Settings > General > Accessibility.  Once activated, all you have to do is slide two fingers from the top of the screen and you will have it read to you. I use it all the time because of my astigmatism. It's pretty useful.

  • Why is my BDC_CURSOR command not working to position the cursor?

    Why is my BDC_CURSOR command not working to position the cursor?  Here are the details regarding my issue.
    I am writing a BDC to mass delete routing material assignments using transaction CA02.  I am OK to navigate through the initial screen to go to the Header screen and from here I am OK to navigate to the Material Assignments screen.  But once here, I cannot get the BDC_CURSOR command to take me into the list.  Here are the commands I am using.  Please let me know what I may try differently.
    CA02 Material Assignment - Set position  <-- this resets list of materials to correct position
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'MAPL-MATNR(01)'.    <-- this is not working to set the cursor into the list
      PERFORM bdc_field       USING 'BDC_OKCODE'  '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.

    Thank you for your reply.
    I had used SM35 to record.  However, I was not aware of the "create program" feature.  I had commented out a section from my previous post which I have now added back (latest code below).  But it still did not resolve the issue.
    When I execute with dismode = 'N', I get back error message "No batch input data for screen SAPLCZDI 1010".
    When I execute with dismode = 'E' (only show dynpros when error), it stops at the material selection screen without placing my cursor in the list.  I can then MANUALLY click to set the cursor position in the list, MANUALLY click the trashcan, it then uses my BDC command to respond to the popup asking "Do you want to delete", still leaving me at the material selection screen.  I can then MANUALLY click the green check (or enter), then it continues with the BDC to go back to the previous screen, and saves.  But it still will not place my cursor in the material selection list (SAPLCZDI screen 1010).
    Here is code used.  It is the second section of code labeled "CA02 Material Assignment - Delete" that is not working.
    CA02 Material Assignment - Set position
    this code functions to position the desired material to first in screen list
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR' 
                                    'MAPL-MATNR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    Acknowledge Pop-Up Screen
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=YES'.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.

  • TS1702 I had this Scrabble on my iPad2 and began to have connection problems, it would lock in the "connecting" position. This is not the first time Scrabble has had problems with interface. Typically customers delete the Ap then download it again to rein

    I have contacted EA about this and can find no help. I had this Scrabble on my iPad2 and began to have connection problems, it would lock in the "connecting" position. This is not the first time Scrabble has had problems with interface. Typically customers delete the Ap then download it again to reinstall it. During the process you sign in and approve the purchase KNOWING that another window will open saying that you have previously purchased it and that there is no charge. So what happened this time? It will not connect and all of my saved and current games are wiped out. I want my money back, this game interface is pretty junk and operates like some ancient DOS program,,bug,bug,buggy. I want my money back.

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • Scroll bar does not retain its position after or before pack

    Hi
    My Scroll bar does not retain its position after pack in my application.
    But i need to retain its state.
    My code snippet is :
    System.out.println("VAlue--->" + getHXValue());
    scrollPane.getHorizontalScrollBar().setValue(getHXValue());
    pack();
    My VAlue printed is 100.
    But my positon of scroll bar is at 0 th location.
    Can any one help me.....

    Swing related questions should be posted in the Swing forum.
    My code snippet is :Snippets don't help.
    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Preview app WILL NOT retain window position

    This one is annoying the s$@t out of me...I work on a two monitor set up (which I dont even believe is a factor)...but Preview is the only app that will not remember its position - in fact - every time I open a PDF, its position changes.... even when setting ALL PDF's to the center of my screen.. When I open it again a 2nd time, it is different. It is actually splitting between both of my screens (most on the left, some on the right)
    I tried deleting the PLIST file for Preview, but it does not work...
    Anyone have any ideas?

    I know exactly what you mean. I've been looking for a solution myself, as I have an unusual two-monitor setup. It seems to only be an issue when opening PDF's, like you mentioned. I've tried modifying PDFDocument.nib to change the initial starting location, but it doesn't seem to help, for some reason. If anyone is curious about what we're talking about, I took a screenshot:
    http://128.61.59.36/initWindowPosition.png
    Any help would be greatly appreciated.

  • UTL MAIL a positional parameter association may not follow a named associat

    I am trying to sale 2 emails, I got the code like this
    {code|
    utl_mail.send(sender => '[email protected]',
    recipients => '[email protected]','[email protected]',
    subject => 'Banner Duplicate Report '||trunc(sysdate)||' Process for Managing Known Duplicate Reports',
    message => 'You are about to receive a report with possible duplicates in the Database, THIS IS A TEST' ||chr(10)||chr(13)||
    I am getting this error...
    PLS-00312 a positional parameter association may not follow a named association....
    I try to separate the email by ; does not work either...
    Thank you 
    Ps I changed the real emails by xxxx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    842471 wrote:
    I am getting this error...
    PLS-00312 a positional parameter association may not follow a named association.... The reason for the error. You are writing this:
    utl_mail.send(
      sender     =>  '[email protected]', 
      recipients => '[email protected]',
      '[email protected]',
       subject    => 'Banner Duplicate Report '||trunc(sysdate)||' Process for Managing Known Duplicate Reports',
      ..etc..
    );The compiler/parser sees that you are specifying the parameter name followed by the value. So:
    This is fine:
    sender     =>  '[email protected]',
    So is this:
    recipients => '[email protected]',
    But what is this? Parameters are separated with commas. Where is the parameter name?
    +'[email protected]',+
    PL/SQL can either support the call where you do not specify the parameter name. For example: (using positional parameters)
    DBMS_OUTPUT.put_line( 'hello world' );
    Or support where you do specify the parameter names. For example: (using named parameters)
    DBMS_OUTPUT.put_line( a => 'hello world' );
    But you cannot mix these two methods as you have done. Thus the error message stating exactly this.
    The recipients parameter is scalar value. It expects a single string value. Not multiples values.
    The string itself can contain a comma delimited list of recipients. E.g.
    recipients => '[email protected],[email protected],[email protected]',

Maybe you are looking for

  • Problem in rename a user in SU01

    Dear All , I am facing a issue while constructing a authorization template . Condition is like this :- User Admin is reponsible for X user group users & he cant copy,rname, delete,lock & unlock user of any other user group of X . All works fine but d

  • Is Java back in Mountain Lion?

    Hi. I just did an internet restore and I noticed that in my safari plug-in folder there is a java applet and in my safari<help<installed plugins there is java stuff in there too. Spotlight search also shows Java Visual VM. Is this normal in mountain

  • Perform In RFC function Module

    Hi Experts, Can we use perform statement inside the RFC function module. I am working with 4.6b version. I am not sure about the cause of error. Earlier without perform it was working well. Now I have written perform , it is giving me error. What wou

  • Requirement types & requirement class for trading goods.

    Dear all, I am working on a project in which there are only trading goods. Majority of the items are make to order & few are make to stock. For the make to order scenario, what will be the requirements type & requirements class to be used for the tra

  • Thin instead of oci driver

    i am working with advanced queue. Message jms_msg = null; TopicReceiver t_recv = null; jms_msg = (t_recv.receive(10)); for this i need oci driver. Is it possible to use thin driver instead? Edited by: user13256715 on 20.7.2010 23:47