Defaulting values into infotype

Hi all,
Is there a way to default vaules into infotypes?
For Eg: if i have a hiring action in place for company code XXX, can i set it somewhere that all employees hav the same personnel area yy or sub area zz ?

Hi Suker,
For Payroll Area, you can use Feature ABKRS. Use Transaction Code PE03 to access the initial features screen, then input ABKRS.
For the other infotypes, try maintaining your org structure, using the Org and staffing interface. Defaulting these infotypes can be done in org assignment interface, and default your values through the Account Assignment tab.
In the Account Assignment tab, enter the CoCode, and click on the default icon to the right so you can input your Personnel and sub areas as well as cost centers etc.
Good Luck and lets know if this helps.
Tata

Similar Messages

  • How to insert a default value into MS server in java - help please

    hi
    suppose if i have a table and one of the column has a default value when the table was created. how can i insert the default value into this column? assuming that the column is the second column and i can't specify the column name when inserting. thanks.

    thanks for ur response, so if i have insert statement as follow
    insert into someTable values (1,'val1', 'val2', 'val3', 'val4')
    and column 3 has default value = DEFAULT
    then, to insert default value, my insert statement will look like this
    insert into someTable values (1,'val1', 'val3', 'val4')
    but the number of values will not match the number of columns.

  • Default values OM infotypes (actions)

    Hi Experts,
    anybody knows how to set default values in OM infotype when running OM actions?
    I do this in PA component through dynamic actions, but they're not applicable in OM.
    Thank you very much!

    Hi Ema,
    I think you can use a exit or badi which will trigger a workflow on saving a record. In this you have to also take into cosideration the functionality of locking record.
    Once the approval is obtained then only, your logic should actully create the valid positions.
    Thanks!
    Regards,
    Chetan

  • Feature to default values on infotype screens

    Hi All,
    Could I use a Feature (txn PE03) to determine the default values on an infotype screen?
    For example, I want the value in field FUNKT on Infotype 34 to default to say 'KLMN' if the Employee Group is '1' and the Emp. sub group is 'Z5'.
    I would like to use the screen modification config (table T588M) to assign the Feature and get the values without coding.
    I know I can achieve this by using a subroutine on dynamic actions or a BADI for infotype processing etc. but I am lazy and don't want to code if I can avoid it.
    Many thanks in advance
    Sanjay

    Thanks Sarika.
    I can create a Feature in PE03 but how do I use that in the config (table T588M)? Because if I am not able to use it in the config, I will be forced to code (using any Fn. Mods of the likes of HRFEATUREBACK*).
    The Feature ABKRS doesn't seem to be specified in table T588M as such there is bound to be coding behind it in the IT0001 processing programs.
    Cheers,
    Sanjay

  • Override default values for infotype 0009 (Bank Details)

    Dear all,
    When we create a new bank details, default value will populate.
    I would like to know how to override these value, dynamic action? User exist? Feature? Or something else?
    Thanks in advance
    Regards
    Bill

    Hi Sikindar,
    Thanks for the reply, am trying to understand the options available.
    It look like the current behavior is: INITS + RUFNM
    and the user want to change it into: INITS only
    And it should only apply to country group 28
    Regards
    Bill

  • IW21 - Default values into Activities table on Creation of Notification

    Hi,
    Can anyone suggest a way to default values in to the first line of the Activities table (VIQMMA) on the Additional Information tab when creating a notification?
    Some fields would be dependant on the entry in the field VIQMFE-OTGRP on the Header tab, others such as Start date and times, would be copied directly from the header tab.
    I have been looking to use an Enhancement Point - but where to put it?
    I'm hoping someone may have tried this already?
    Thanks for your help,
    Jan

    Hi,
    Can anyone suggest a way to default values in to the first line of the Activities table (VIQMMA) on the Additional Information tab when creating a notification?
    Some fields would be dependant on the entry in the field VIQMFE-OTGRP on the Header tab, others such as Start date and times, would be copied directly from the header tab.
    I have been looking to use an Enhancement Point - but where to put it?
    I'm hoping someone may have tried this already?
    Thanks for your help,
    Jan

  • Insert default value into account in AP/Invoice service

    How I can insert a default value in account in AP/Invoice ?
    I try use a Formated Search this is an better way?
    declare @conta varchar(20)
    set @conta= '62298000'
    If  $[OPCH.DocType]='S'
    SELECT @conta  FROM [dbo].[PCH1] T0
       WHERE T0.DocNum = $[$20.1.0]

    IF $\[OPCH.DocType] = 'S'
    SELECT '62298000'

  • How to Set Default Value into a Tabular Form Element

    Hi,
    Hoping someone can assist with my Tabular Form query.
    I am using Oracle ApEx v3.0.1
    I was wondering how one can set a default value to one of my tabular form columns within Oracle ApEx v3.0.1 as I cannot see how to do it?
    Thanks.

    Hi Tony
    can you pl. help me how you resolve this? I have one tabular form and I am trying to set default value as :APP_USER, I type this in default value but somehow it is not displaying this value.
    thanks
    Dax

  • Making the Default values in Infotypes

    Hi ,
      I am doing the Infotype 0009 in PA and in that Bank Account number should be mandatory . actually i have two clients 801 and 802 in 801 i wanted Bank Account number as the mandatory filed when i use 0009 and in 802 it should not be a mandatory field. We can do in the screens but when we assign in the screens it is making the Bank Account Number as mandatory in both the clients can any one tell me how to resolve this issue.

    hi try this logic
    instead doing this at screen level do this at program level
    use this logic in loop at screen
                      endloop.
    eg: if sy-mandt = '801'.
         screen-required = 0.
         else if sy-mandt = '802'.
         screen-required = 1.endif.
    try this
    do not forget to reward if helpful.
    Message was edited by:
            vamsi reddy

  • How to put the SQL-statement returned value into the field (as a default)

    Hi,
    I am using Developer/2000 (Forms Designer) under windows 98.
    Please tell me how to put the SQL-statement value (as a default value) into the field before enter-query mode. Noted that I have tried the following ways but still some problems:-
    1) Place the SQL-statement into PRE_QUERY trigger in the form/block level.
    There is a message box which ask 'Do you want to save the changes?'.
    2) Place the SQL-statement before execute enter_query. There is still a
    message box which ask 'Do you want to save the changes?'.
    Any hints? Thanks. Urgent.

    solved it!
    1) Suppress DEFAULT save message
    if form_failure then
    raise form_trigger_failure;
    end if;
    2) Place the default value before enter-query.
    Ref: Title='Default value in query field in ENTER_QUERY mode' in designer forum by CVZ
    form level trigger
    ============
    WHEN-NEW-ITEM-INSTANCE
    =======================
    if :system.mode = 'ENTER-QUERY' then
    :block.item := 'default waarde';
    end if;
    3) Suppress the changes whenever leaving the default field.
    if :block.item is null then
    -- assign statement
    end if;

  • How  to set default value for Zfeild using statusprofile

    hi experts,
    I need to set a default value for a zfeild using status profile.Although we can default the values,using getter and setter methods,but in my requirement,the feild will be defaulted when the page is locked,also in display mode,which will require me to write code to unlock then set the value and then write a commit,as there wont be any user action performed.
    I have created a zstatus profile and have set the required status to inital,but no luck
    please suggest if this canbe achived through status profile.
    Regards
    Anu.

    Hi,
    You can check in the getter if the Page is locked and then display the value to want to display. Note that this will be just Displaying the default value for the Zfield and it will not set the default value into  the Zfield in DB, because when the document is locked ( means locked for editing - mostly when system status is completed ) , setters are not called and so you can display the value but cant set it. This is fine if the value you want to display in Z field is just for user's informations and its not required to save this default value.
    The best approach would be to set the value in the Zfield before the page is locking. For example, If you wat to set the zfield value when status is set to "Completed" , then you can configure an action that is 1) triggered during saving of the document with 2) start condition "When status is completed"  ( both 1 and 2 you can mention in action defination ), then Implement this action badi in which you can set the Zfield to default value.
    This will ensure that default value is always set whenever the page is getting locked for editing ( i assumed that page lock means status completed ).
    Thanks & Regards
    Suchita

  • Putting default values in an insert statement

    I am using Oracle 11g.
    I have a table called bonus -
    create table bonus (
    rid int ,
    cid int,
    bonus int,
    vdate date,
    amount int
    Earler, the bonus table did not have the vdate and amount columns, so I was able to use insertion syntax as follows -
    insert into bonus (cid,rid,bonus) <--- note this
    select cid, rid, count(*)
    from checkin
    group by cid,rid having
    count(*) > 2;
    However, since I now have two additional fields, I do not know how to do it. I tried something like
    insert into bonus (cid,rid,bonus, sysdate, 20) <--- note the change
    select cid, rid, count(*)
    from checkin
    group by cid,rid having
    count(*) > 2;
    but it failed. So you see that I would like to enter sysdate and 20 as default values into the vdate and amount fields. I am just not able to figure out a way to do it. Please help.
    Thank you.

    You can insert default values like this,
    INSERT INTO bonus (cid
                      ,rid
                      ,bonus
                      ,vdate
                      ,amount)
         SELECT cid, rid, COUNT (*), SYSDATE, 20
           FROM checkin
       GROUP BY cid, rid
         HAVING COUNT (*) > 2;g.

  • ABAP query - default value in selection parameter

    In ABAP Query, how to get a default value into the field which is in selection screen?

    hi priya,
    You can specify a default value to both a Parameter and a Select-Option with the following addition
    Default <value>
    E.g.  Parameters : p_date  TYPE sy-datum  DEFAULT sy-datum.
            Select-options s_date for sy-datum default sy-datum.
    thanks
    Sachin

  • Plsss help me: how to set default values in html:file and html:radio

    Hai,
    To set default value to text box i use the following code. It works well.
    <html:text property="modifyserverdesc" value="<%= serverDesc%>" styleClass="text" size="38"/>But for file i use the code
    <html:file styleClass="file" property="modifyserverimgfile" value="<%= serverImage%>" size="40"/>It doesn't display value. What is problem here?
    how to set default selection in <html:radio>.

    No it won't help.
    You can't set a value into an <input type="file"> control at all. The user has to put values in themselves.
    The reason behind this is security. If the programmer could put any value they liked in there, you could upload any file at all from a users computer without their intervention. eg C:\windows\system32\passwords.txt
    Bottom line: you can't put a default value into the input type="file" control.
    And a good thing too ;-)

  • Netui:select default value on top instead of bottom

    Is there anyway that I can change the netui:select tag to show the default value
    on the top of the list instead of the bottom?
    thanks
    kunal

    Kunal--
    If you are binding to a data set (a LinkedHashMap, for example), you can insert the default value
    into the data set in code in the JPF before binding to the select box, but it's not configurable
    when simply setting the defaultValue attribute.
    Apologies for the limitation.
    Eddie
    Kunal Mittal wrote:
    Is there anyway that I can change the netui:select tag to show the default value
    on the top of the list instead of the bottom?
    thanks
    kunal

Maybe you are looking for