Doubt with set_item_property

Hi all,
I am trying to use set_item_property in when-validate item trigger,but whenever i am trying to write the below code i am getting an error too many declarations of set_item_property match this  call
Can someone kindly guide me how to overcome the error
BEGIN
IF :RHCCUSTDET.range_type = 'Bill To'
     THEN
     SET_ITEM_PROPERTY(:RHCCUSTDET.range_from,LOV_NAME,'BILL_FROM_LOV');
ELSE     
     SET_ITEM_PROPERTY(:RHCCUSTDET.range_from,LOV_NAME,'DELIVERY_FROM_LOV');
END IF;
END;     Btw,my form builder version is 10.1.2.0.2
Any help is appreciated,
Thanks in advance!!
Edited by: sandy on Jan 27, 2012 10:16 AM

sandy wrote:
Thanks for the reply.
I do have some doubts with your explanation..Generally we keep a database item as a bind variable in Forms.But,here you are giving a single quote over here *'RHCCUSTDET.range_from'*It's not my opinion. It's from forms syntax. Here it is
SET_ITEM_PROPERTY
  (item_name  VARCHAR2, property   NUMBER, value      VARCHAR2);So, what u'r putting for value field ? In a single quote or without ? Hope understand.. If you wish you can use Item_id in place of item_name data type of number.
So,i have put the below code for two text items in when validate item trigger..but now i am getting error as unable to resolve reference RHCCUSTDET.customer_number.Some other reason. I don't see the RHCCUSTDET.customer_number in your code.
The logic behind behind the dynamic LOV is..there are 6 list of values for a column Range Type..So,if one selects Bill to the corresponding details should pop up in range_from and range_to fieldsHere i have question. Does it comes from same sql ? just difference in where condition ?
If yes. No need to create two different lov just create two record group(same sql, without where condition and with condition) and dynamically assign them to LOV.
Hope you understand...
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Doubt with creation of Model in the application Webdynpro Java

    Good Morning,
    I have the following doubts with the fields when i am creating a models in WebDynpro Java
    Model Package
    Source Fólder
    Default logical system name for model instances
    Default logical system name for RFC metadata
    Logical Dictionary
    Dictionary Type Package.
    Can Help me?
    Kind Regards

    Hi,
        Please check this link:
    [https://wiki.sdn.sap.com/wiki/display/WDJava/FAQ%20-%20Models%20-%20Adaptive%20Web%20Service]
    Thanks and Regards

  • Doubt with a Insert query!

    hi friends i have a doubt with a query in sql here is the following code.
    INSERT INTO
                         (SELECT employee_id, last_name,
                                      email, hire_date, job_id, salary,
                                      department_id
                           FROM employees
                          WHERE department_id = 50)
               VALUES (99999, 'Taylor', 'DTAYLOR',
                            TO_DATE('07-JUN-99', 'DD-MON-RR'),
                             'ST_CLERK', 5000, 50);The same insert statement can be achieved with
    INSERT INTO EMPLOYEES (employee_id, last_name,
                                      email, hire_date, job_id, salary,
                                      department_id)
                        VALUES (99999, 'Taylor', 'DTAYLOR',
                            TO_DATE('07-JUN-99', 'DD-MON-RR'),
                             'ST_CLERK', 5000, 50);What advantage does the first query have over the second one.
    Thanks in advance to everyone.
    Regards,
    Manoj

    Those two statements are identical.
    However this one would be different:
    INSERT INTO
      (SELECT employee_id, last_name,
            email, hire_date, job_id, salary,
            department_id
       FROM employees
       WHERE department_id = 50
       with check option )
    VALUES (99999, 'Taylor', 'DTAYLOR', TO_DATE('07-JUN-99', 'DD-MON-RR'), 'ST_CLERK', 5000, 50);The "WITH CHECK OPTION" would guarantee that only employees for department 50 are inserted.
    see also:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_10002.htm#i2066598
    Edited by: Sven W. on Mar 17, 2011 7:22 PM - typo correction

  • Doubts with working in BI

    Dear Experts,
    I am sure SAP follows the same concepts in BI as just recently i have worked in JasperSoft Talend Open studio.
    But i have some doubts with BI.
    I created a RFC in ABAP. Used that RFC to bring data for a single day as parameter  on to ingres database table .The ingres table is of same schema as of structure output.Finally i find that ingres table is populated after running relevant job.
    Now i thought to work twoards report and that worked as well.But still i have doubts.
    As i am new to BI ,i dont know what advantage i got by doing this breathless activity.
    (1) I would have simply used sap itself to generate report.What was the need to bring to mysql.Load to my server remain same because definitely RFC will be executed nowhere but on server itself.
    (2)If daily i have to run the same job ,obviously i could have done same with sap.Same amount of data will be retrieved with
    same overheads.
    As i said that i am new to BI.Plz explain me about power of BI  and what i am missing to conceptualize ?

    Aditya,
    You can definitely use SAP R/3 to generate these issues - the only issues are :
    SAP R/3 is an OLTP system
    by OLTP system the system is optimized / tuned to be able to do inserts and updates to tables but then the default indices are not tuned for reads ... this might cause report performance issues...
    SAPR/3 is not supposed to hold more than 2 years of data at best ( unless your system is small enough ) whereas a BI system can hold and should hold much more information.
    Getting the master data descriptions for the data you are reporting upon and that too across languages can be a challenge - whereas it can be better handled in a BI system...
    As for extracting large volumes of data you should use the Service API that comes with SAP Bi for better extraction performance ...
    some points why you need a BI system.....

  • Doubt with Implicit Enhacement in SAP ABAP

    Dear.
    I have the following doubt with the Implicit Enhacement in SAP ABAP created by me in several applications standard-
    If I Create an Implicit Enhacement in SAP ABAP for a function module or program standard , when the team basis is doing an upgrade the code abap created in the Implicit Enhacement not is deleted?
    I have created several Implicit Enhacement for Applications WD ABAP and FM, but I have this doubt.
    http://wiki.sdn.sap.com/wiki/display/ABAP/HowToDoImplicitEnhancement
    Thanks a lot in advance.
    Carmen G.

    Hi,
    you code will be retain after upgrade. If you have done implicit enhancements doesnt mean your code would get deleted after upgrades.
    In some cases you might have to activate your enhancments using SPAU.
    Thanks

  • Doubt with alter system

    I have the doubt with the statement like :
    SQL> alter system set OPTIMIZER_FEATURES_ENABLE=8.1.7 scope=both;
    is going to permanently alter the system or for that particular instance or session. I mean is it done once or everytime in a new session. Also, how to see the currect value of this parameter, I mean how to query it?
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    user574290 wrote:
    I have the doubt with the statement like :
    SQL> alter system set OPTIMIZER_FEATURES_ENABLE=8.1.7 scope=both;
    is going to permanently alter the system or for that particular instance or session. I mean is it done once or everytime in a new session. Also, how to see the currect value of this parameter, I mean how to query it?
    I hope, my question is clear. Well, here is what alter system about SPFILE is
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#sthref445
    From it,
    >
    SCOPE = BOTH     The change is applied in both the server parameter file and memory. The effect is as follows:
    For dynamic parameters, the effect is immediate and persistent.
    For static parameters, this specification is not allowed.>
    So this setting will persist across the session logon and log off.
    Suggestion, its good to check oracle docs, choke full of useful info.
    HTH
    Aman....

  • Doubt with index hint

    I have a doubt with applying the index hint to fire for multiple coulmns in a query.
    For a single column, it is ok like:-
    select /*+ index( ppbS_inv_sim_serial iss_status) */ item_type_id, status, city from
    ppbS_inv_sim_serial where status='IT';
    there is a problem with indexes firing in our database so this way, using hint, the
    indexes fire.
    But, what, if i want all 3 indexes in the query to fire like
    select count(1) from
    ppbS_inv_sim_serial where status='IT' and item_type_id='A2' and city='USA';
    I hope, my question is clear. Please, help i solving my doubt as it is urgent.
    regards.

    Fix the problem. Not the symptom.
    Using hints in SQL, especially production SQL, is a very poor way to address the problem and only fix the symptom for a period. Until the problem rears its head again and bite you in the butt - a lot more painful this time around.
    Solving performance problems start with Rule #1.
    RULE 1#. IDENTIFY THE PERFORMANCE PROBLEM
    Saying that something is slow, is not identifying the problem. The only way a problem can be solved is if you have at least some idea what the actual problem is.
    Identifying the problem will point to issues like:
    - database schema(s) not being analysed or analysed correctly
    - poorly designed and written SQL (often the case)
    - poorly configured Oracle instance
    - problem/bug(?) with the Oracle CBO
    And depending on the problem analysis, the problem can be CORRECTLY and COMPREHENSIVELY and PROPERLY addressed.
    Fixing symptoms? That is only moving the brick wall a bit further away. Allowing you to run even faster into it the next time around.

  • Doubt with JPW1 (+12v 4pin) Connector on MSI p6n sli

    Hi, i've one question, i've this psu:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817339001&Tpk=hec%2borion
    It's Type ATX12V 2.01, so it's have the Main Connector 20+4Pin and only one conccetor of +12v of 4 pin.
    And this motherboard need 2 +12v 4 pin connectors. On the manual, that connectors are calledd JPW1.
    Know, my question is, Did the motherboard will run with only one 4pin connector?
    I've this components:
    MSI 7900GS 450-1320 @ 700-1680
    E2140 @ 3GHZ (I want more than that, 3.2ghz at least )
    2x1gb OCZ @ 900 4-3-3-8-2t
    1x 160gb Sata2
    1x DVDrw
    And probabaly on 4-6 months one dualcore or maybe quad 45nm processor.
    With the actual configurartion, could i'make high Overclock on the proccesor without any problems ?
    Thanks
    And here a picture, how you can see, only one 4pin connector, not two:

    Quote from: Jack the Newbie on 22-February-08, 20:55:03
    The reason to use 8-Pins instead of 4 is not to provide more power to the CPU, but to double the current carrying capacity of the the connection.  This reduces heat generation as the same current will be carried by twice the number of pins.  The effect is that the risk of overheating/melting of the connector is reduced. Basically, it is a safety measure.
    The bottom line is, that the chance that your connector will melt is not very significant (even with a Quad Core processor). Unless you plan to overclock the hell out of that CPU in a poorly cooled case, you shouldn't have to worry about four more pins.
    REALLY THANKS!!! and thanks for answer so fast 
    Now, i dont have any doubt with the motherboard and the psu. Now i cant overclock without fear.
    I've a TT bigtyp lapped, more AS Ceramique, and the case its good cooled, so it wont be a problem.
    REALLY THANKS JACK

  • Doubts with control break statements on internal table loops (AT/ENDAT)

    Hi, i've had a couple of doubts for a long while which I hope someone can clarify today:
    1) I know how to use the AT statements, however, i'm not sure I get correctly what this part of help regarding this commands means:
    <i>"The control level structure with internal tables is static. It corresponds exactly to the sequence of columns in the internal table (from left to right). In this context, the criteria according to which you sort the internal table are unimportant."</i>
    I've always sorted the internal table before the control break and it works that way. For example:
    SORT ITAB BY EBELN EBELP.
    LOOP AT ITAB.
      AT NEW EBELN.
    *   Code for the order header
      ENDAT.
    ENDLOOP.
    If I <b>don't</b> sort the internal table, it doesn't work! (i get dupplicated processing). In the example, if i have more than one register with the same EBELN and they're not consecutive, the header gets processed twice. I really don't get that part of the help text.
    2) I know this: <i>"At the start of a new control level (i.e. immediately after AT), the following occurs in the output area of the current LOOP statement:
    All character type fields (on the right) are filled with "*" after the current control level key.
    All other fields (on the right) are set to their initial values after the current control level key."</i>
    My doubt is: WHY is that this way? Because sometimes (most times) I need those fields INSIDE the statement! So when that happened i've solved it in one of three ways:
    LOOP AT ITAB INTO WA_ITAB.
      WA_ITAB_AUX = WA_ITAB.
      AT NEW FIELD.
        WA_ITAB = WA_ITAB_AUX.
    *   ...Rest of the code for the first register
      ENDAT.
    ENDLOOP.
    LOOP AT ITAB INTO WA_ITAB.
      AT NEW FIELD.
        READ TABLE ITAB INDEX SY-TABIX INTO WA_ITAB.
    *   ...Rest of the code for the first register
      ENDAT.
    ENDLOOP.
    * (Without AT)
    LOOP AT ITAB INTO WA_ITAB.
      IF WA_ITAB-FIELD <> FIELD_AUX.
        FIELD_AUX = WA_ITAB_FIELD.
    *   ...Rest of the code for the first register
      ENDIF.
    ENDLOOP.
    Is there any problem with this way of coding? Can be done better?
    Thank you very much in advance.

    Hi..,
    1)
    See if u sort the table on a field on which u r using AT ENDAT .. then all the records which are having the same value for that field will form a group or those reocrds will be at one place.. so when u sort the table for all the records  AT ENDAT  will get executed onli once..
    If u dont sort this table on this field then all these records will be at different places and in between there may be records with different value for this field.. so this AT ENDAT will get executed for each record !!
    2)
    No u cannot use the Right hand fields of the field in the table .. Because these AT events work as Group based operations... So till that field on which AT ENDAT is working it breaks that record into two groups.. One is the left hand fields including that field.. and right hand fields as another group.. and makes the right hand group as stars ****.  Thats y u can observe that even any one field in the left hand group changes the AT ENDAT will get executed  !!!!
    Hope u understood !!!
    regards,
    sai ramesh

  • Doubt with Appraisal Document BP ESS/MSS 1.41

    Hello.
    Anyone can please help me with the following doubts:
    1) In the following image , the system display a field iview(enclosed in the box red). In this moment for ESS is [Standar iview] and for MSS[Status]. Where can be configured this?
    [Image1|http://www.freeimagehosting.net/uploads/43d4eb22c3.jpg]
    2) In this same image, is posible add a column with a link for that the employee can call a report?
    [Image2|http://www.freeimagehosting.net/uploads/7803082c54.jpg]
    Thank in advance for your help,
    Best Regards

    Hello Juan,
    what you are looking at is standard functionality provided by the WD ABAP ALV table view (which is used by the POWL - of which these are examples) - the user themselves can define their own views of the data (and you can I believe - although I have not yet tried - even define them globally and assign them as defaults).
    Have a look at the POWL feeder class used by the appraisal status view - I think that it explicitly enhancable through a BAdI - if not then you could always just enhance the feeder class yourself. I'm not sure that you could include an action link column in the POWL, but you can certainly include a new button at the top of the list - and allow actions to be launched on selecting a row of the table and then clicking that button.
    For more details on POWL - have a look at [SAP help doco on POWL|http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/65c34314e97184e10000000a114a6b/frameset.htm]
    and as an answer to your original question -
    [doco on the view used in POWL|http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/65c34314e97184e10000000a114a6b/frameset.htm]
    Hope this helps,
    Cheers,
    Chris

  • File Adapter NFS: Doubt with th Data Type corresponding to the XML

    Hi All!!
    On my scenario, a file is caught from the server and its information is passed to a proxy.
    My doubt is how must be the XML format and the Data Type to the data be correctly retrieved?
    The XML I have designed is the next:
    Is correct? If yes, How must be defined its Data Type?
    Thanks and regards,
    Manuel Míguez.

    Hi!
    I will try to elaborate my question.
    I have the next XML Data on the Server:
    <?xml version='1.0' encoding='UTF-8'?>
    <DT_File_Req>
    <NumeroDocumento>2/0211/M015010010N</NumeroDocumento>
    <Tipo>ZEP</Tipo>
    <Version>000</Version>
    <Parcial>00</Parcial>
    <Descripciones>
    <Item>
    <Idioma>ES</Idioma>
    <DescripcionCorta>Prueba descripcion corta</DescripcionCorta>
    <DescripcionLarga>Prueba descripcion larga swfiwjeflijwelifjlwejlkfdsjfelsdjflkjdslkfjsjdoifjposdjfojsdkjfslkdjfwehjfjdslfkjsdlfhswfsdfl</DescripcionLarga>
    </Item>
    <Item>
    <Idioma>FR</Idioma>
    <DescripcionCorta>Prueba descripcion corta en frances</DescripcionCorta>
    <DescripcionLarga>Prueba descripcion larga en frances ejlkfdsjfelsdjflkjdslkfjsjdoifjposdjfojsdkjfslkdjfwehjfjdslfkjsdlfhswfsdfl</DescripcionLarga>
    </Item>
    </Descripciones>
    <Caracteristicas>
    <Item>
    <Nombre>Fecha Inicio Plano</Nombre>
    <Valor>12032008</Valor>
    </Item>
    <Item>
    <Nombre>Fecha Fin Plano</Nombre>
    <Valor>20032008</Valor>
    </Item>
    </Caracteristicas>
    </DT_File_Req>
    This XML is polled by XI.
    I have created the next Data Dype corresponding with structure of the XML (I hope will be understable):
    DT_File_Req
    Numero Documento STRING
    Tipo STRING
    Parcial STRING
    Descripciones
    Item 1..n
    Idioma STRING
    DescripcionCorta STRING
    DescripcionLarga STRING
    Caracteristicas
    Item 1..n
    Nombre STRING
    Valor STRING
    My question is if this XML structure and this Data Type are compatible. I get on SXMB_MONI an error on the Mapping and I guess that the error is produced because the XML Format is not correct.
    Thanks and regards,
    Manuel.

  • The same old doubt with joins

    Hi,
    cant get this thing off from me :-)....so please dont get annoyed...
    Still the same childish doubt got into me after discussion with a friend of mine....
    (and ghosh i dont have the tkprof or such settings with me to test the sequence)...
    select a.col1, b.col1,c.col1
    from a,b,c
    where a.col1 = b.col2
    and a.col1 = c.col3
    and a.col1 < 10;
    how will the parser execute this??
    one opinion
    A)
    1.select all the columns from a,b,c and create complete cross joins between them
    2. apply the filter a.col1<10 first as it comes last in where clause ( dont think this is no longer valid for CBO )
    3. apply second join condition and filter
    4. apply first join condition
    5. release the result sets
    second opinin
    B)
    1. select table c and make it driving table (valid for CBO???!!!)
    2. select table b and make a cross join with b
    3. select table a and first filter a.col1<10 then join with the above cross-joined-resultset based on the join conditions
    4. pass the final res
    confused!!!??
    (Michels has already cleared the doubt in one of the posts , but still I got 2 different opinion from people who are experienced ....)
    so just wanted to take a final confirmed opinion thats all
    s
    Message was edited by:
    user571638

    First off:
    2. apply the filter a.col1<10 first as it comes last in where clause ( dont think this is no longer valid for CBO )
    This was never valid. Even the RBO had more sense than to just work blindly through the WHERE predicates in a fixed order.
    Also,
    > 5. release the result sets
    is not really right - if possible it will begin to stream rows back to you before it has fetched them all, whereas the above description makes it look as though it gathers all the results up in some temporary store before passing them all back at once.
    Regarding the optimizer's joining strategy, any permutation and ordering is possible including cross joins, although it has various strategies that mean it does not have to work through every conceivable permutation. It will try various approaches, calculate their costs, and pick the one it thinks is going to be most efficient.

  • Doubt with generation of code WD ABAP Using Wizard

    Dear Experts.
    I am reading documentation, Wikis, etc for WD ABAP.
    Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]
    However my doubt is in this moment when I am generating the code using the Wizard. For example:
    In this moment I am creating an application of example using:
    Using Select-Options in Web Dynpro for ABAP.
    However I want know how is generated this code:
    METHOD WDDOINIT .
      DATA: LT_RANGE_TABLE TYPE REF TO DATA,
            RT_RANGE_TABLE TYPE REF TO DATA,
            READ_ONLY TYPE ABAP_BOOL,
            TYPENAME TYPE STRING.
      DATA: LR_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER,
            L_REF_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE.
    * create the used component
      L_REF_CMP_USAGE = WD_THIS->WD_CPUSE_SELECT_OPTIONS( ).
      IF L_REF_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
        L_REF_CMP_USAGE->CREATE_COMPONENT( ).
      ENDIF.
      WD_THIS->M_WD_SELECT_OPTIONS = WD_THIS->WD_CPIFC_SELECT_OPTIONS( ).
    * init the select screen
      WD_THIS->M_HANDLER = WD_THIS->M_WD_SELECT_OPTIONS->INIT_SELECTION_SCREEN( ).
      WD_THIS->M_HANDLER->SET_GLOBAL_OPTIONS(
                                  I_DISPLAY_BTN_CANCEL  = ABAP_FALSE
                                  I_DISPLAY_BTN_CHECK   = ABAP_FALSE
                                  I_DISPLAY_BTN_RESET   = ABAP_FALSE
                                  I_DISPLAY_BTN_EXECUTE = ABAP_FALSE ).
    * create a range table that consists of this new data element
      LT_RANGE_TABLE = WD_THIS->M_HANDLER->CREATE_RANGE_TABLE( I_TYPENAME = 'S_CARR_ID' ).
    * add a new field to the selection
      WD_THIS->M_HANDLER->ADD_SELECTION_FIELD( I_ID = 'S_CARR_ID'
      IT_RESULT = LT_RANGE_TABLE I_READ_ONLY = READ_ONLY ).
    ENDMETHOD.
    The page of example is:
    Moderator Message: Illegal external link removed.
    Remove the * in the page of above
    Anyone can help me with suggestions.
    I want learn WD ABAP.
    Regards
    Carmen G
    Edited by: Thomas Jung on Jan 5, 2011 1:02 PM

    >This code is generate with Wizard?
    Probably not, but what difference does it make either way.
    >How I know the that do this methods?
    What?  I have no idea what you are asking.
    If you just want to know what these lines of code are doing, here is an explanation.
    WD_THIS->M_WD_SELECT_OPTIONS = WD_THIS->WD_CPIFC_SELECT_OPTIONS( ).
    This line of code is storing an object reference to the Selection Options Component Interface (necessary for accesing interface methods of the reuable select-options component).
      WD_THIS->M_HANDLER = WD_THIS->M_WD_SELECT_OPTIONS->INIT_SELECTION_SCREEN( ).
    Using the reference to the component interface from the first line of code, this line now calls a method of the selection option component that initializes the selection screen.  It returns an object reference to the select option handler.  This handler object can be used to set options of the selection screen.
      WD_THIS->M_HANDLER->SET_GLOBAL_OPTIONS(
                                  I_DISPLAY_BTN_CANCEL  = ABAP_FALSE
                                  I_DISPLAY_BTN_CHECK   = ABAP_FALSE
                                  I_DISPLAY_BTN_RESET   = ABAP_FALSE
                                  I_DISPLAY_BTN_EXECUTE = ABAP_FALSE ).
    Using the handler object from the previous line of code, this line now sets the global configuration objects of the selection screen.  For instance it makes all the default buttons (cancel, check, reset and excuate) hidden.

  • Doubt with Windows and Oracle Forms 10G and 11g

    Hi
    I have some doubts in installing Oracle Client on Windows.
    a)Can we install Oracle Forms 10g and Reports 10g client on Windows 7?
    b)Can we install Oracle Forms 11g and Reports 11g client on Windows XP?
    c)If we have an Oracle Forms 11g and Reports 11g, can it connect to a 10g Server?
    d)If we have an Oracle Forms 10g and Reports 10g Client, can it connect to an 11g Server?
    Please, Can any one help me in this????

    a)yes it can be installed on win7, may have some issues on 64bit systems but they're solvable
    b)11g had some problems with windows 2000, but didn't see mention of any problems on XP
    c)if you mean a database server then yes - i managed to connect 11g to an 8i database, so v10 should not be a problem. If you mean a forms/reports server..well newer forms/reports builder might not want to run old forms/reports and vice versa, but I don't see the point of operating on the same files from different versions. You can still load old form/report source files with a newer builder and recompile them to run on the new server.
    d) the "client" is effectively your web browser with a java plugin, unless I misunderstood your question. What version was a form/report compiled with should not be an issue.

  • E-Rec 6.04 Doubts with transaction pa48.

    Hi,
    We are on E-Rec 604 with seperated standalone e-rec system.
    When I run pa48 transaction y realized that I have two doubts.
    First of them is that if there is a customizing table to change the action type wich propose for the two options, New hire and Internal movility.
    I know that using the combo I can change if I need another action type, but I suppose that there must be one table to customize that so I can´t find it.
    The other problem is that when I chosse a candidate for a New Hire in the secuence of infotipes in the action type 01 (New Hire) there is the 0006 infotipe in the secuence and in our client this infotipe should not be appear. When I go to see the infogroup that is used in this action type the infotype 0006 doesn´t in the list, so I imagine that there is any dynamic action which is the responsible of that... But I can´t find it... And we want to delete it...
    Could someone guide me, please?.
    Best Regards,
    Esther

    Hello Esther,
    The action type defaulted in PA48 is always the first one from table T572F.
    IT0006 is a pre-requisite infotype in E-Recruiting, so we send the address from the external candidate to HR and request it also if the internal candidates are then transported to E-Recruiting back.
    Regards
    Nicole

Maybe you are looking for

  • How to gain access to second Linux partition

    Hi, Before I start, I'd just like to say how impressed I am with Arch! I've only been using it for a week now, a bit less in fact, but it's already wowing me enough to make me think about changing my loyalties from Debian to Arch - something I though

  • Setting up the sender communication last week of the month

    Hi All, I am doing right now JDBC to RFC, now my problem is i need to featch the data in this way "daily during the last week of the fiscal month, and first few days of the following month" i need to extract the data and send it RFC as receiver. How

  • URGENT: Authorization Problem with SolMan 4.0

    Hi all, I'm still configuring the SolMan 4.0 . I did all the basic customizing but still have an authorization problem. If I want to create a new support message and want to choose the System/IBase, i get the message "no authorization". And the "KeyU

  • How FDM can import metadata to EPMA

    Hy All, I would like to know how FDM ERP Integrator can import metadata from an Oracle General Ledger table to EPMA´s interface tables. Only via VB Scripts? Which one is the best practice or have better use: ODI reading from Oracle General Ledger and

  • Windows Server Failover Cluster Tahniques

    We have Two Servers Ready to be Deploy the SQL 2012; Need to make Cluster of These two nodes. We have Servers with 900 GB Unallocated local Disk Space in each server. We Don't have any kind of Shared Storage. My Questions are: - how to make Qourum? -