Possible values for WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT?

Hi,
where can I lookup possible values for formatting a date typed field using WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT?
I did not find any documentation so far.

Same question here.
I have a field in webdynpro table of type domain TZNTSTMPL which is displayed as "06.12.2011 08:46:30,7730500". I want to format it like "06.12.2011 08:46:30" and thought it is maybe possible with something like:
data: LS_ATT_FORMAT  TYPE wdy_attribute_format_prop,
  LO_IF_SO_ITEMS TYPE REF TO IF_WD_CONTEXT_NODE_INFO.
    LO_IF_SO_ITEMS->set_attribute_format_props( name = 'CREATED_ON'
                              format_properties = ls_att_format ).
So anyone has an idea which value for WDY_ATTRIBUTE_FORMAT_PROP-DATE_FORMAT are possible?
Thanks
Markus

Similar Messages

  • What are the possible values for the JOB status?

    What are the possible values for the JOB status in the table TBTCP and significance for each?

    Hi,
    Have a look at include LBTCHDEF.
    The standard include from SAP.
    -> Definitions and Constants for Function group BTCH
    Kind Regards
    Raymond

  • Query to get possible values for each segment

    Hi Gurus,
    Give the flex value set id, what is the query to get all possible values for each segment (just like what is shown in the accounting flex window)?
    Thank you,
    Beibei

    Hi Beibei,
    The table FND_FLEX_VALUES_VL can give you details of values available in the Value set i.e. 1 segment at a time.
    If you are looking for a concatenated view of Accounting Flexfield values, that would be available in GL_CODE_COMBINATIONS table.
    Regards,
    Ivruksha

  • FLEET Table, Possible Values For Field IS SI UNIT

    Dear experts,
    While doing analysis on fleet data I realized that for field IS_SI_UNIT (PM: Vehicle Data in SI Unit (e.g. Dimensions)) in table FLEET in two separate systems we have vehicle records set with different entries for this field.
    In one system vehicles are stored with value F: DB Unit set individually (new) 
    and in other one with value Y: DB Unit set through (new)
    Systems are SAP ECC 6.0
    Does anyone know what does it mean and what influence this has? In both systems vehicles are created by end users using standard PM creation transaction and those indicators are set in background while equipment is saved so there is not influence by end user.
    I could not find much information on SAP support portal about meaning behind possible values for field IS_SI_UNIT in table FLEET so was wondering if anyone knows more here?
    Thanks,
    Ivo

    Dear,
    There will not be any impact.Finally system will consider only SI units for fleet equipment consumption calculation.
    Kindly read note:366733 - Equipment/fleet: SI units in table FLEET and  372736 - Equipmt/vehicle:rounding error because of SI units
    It may help you.
    But in my system i can view only "Y"
    Regards,
    Pardhu

  • Possible values for the variable string in "keysym. sym : string "

    The resource keysym for customizing the urxvt terminal has the syntax:
    keysym.<sym>:<string>
    As explained in the urxvt man page, <string> can contain "escape values".  Even though there are different examples of values for the variable <string> on the web, I was wondering if there is a place where I can find a comprehensive list of possible values for this variable. 
    (I tried to look for this information at the X man page -- as indicated in the urxvt man page -- but I couldn't figure it out. I wonder if my difficulty is due to the fact that I'm not sure what the expression "escape values" refers to...).
    Thanks!!

    pointone wrote:Maybe this will be helpful?
    Thanks a lot pointone for the link! I found many interesting things at this link. But I'm still not sure if I understand what the possible values of the variable <string> are. 
    From what I understand, the website you sent shows how to map a keycode to a keysym using the xmodmap utility.  However, it seems to me that the use of the rule
    URxvt.keysym.<sym>: <string>
    in the .Xdefaults maps a keysym to an action, given by the value of the variable <string>.
    Does this make any sense or am I missing something here?

  • Possible values for AP Invoice Approval Status  in fnd_lookups

    Hi,
    I have a EBS system deployed which is currently like a black box for me and iam doing some reporting on the top of it.
    i need to find out the possible values of AP Invoice Approval Status in fnd_lookups , fnd_lookup_values or some other tables Defined in that system.
    Something like the below is use for employee expense status
    SELECT LOOKUP_CODE FROM FND_LOOKUP_VALUES WHERE FND_LOOKUP_VALUES.LOOKUP_TYPE= 'EXPENSE REPORT STATUS' AND FND_LOOKUP_VALUES.LANGUAGE = USERENV('LANG')

    Please see if Oracle Payables Guides available at http://www.oracle.com/technetwork/documentation/applications-167706.html helps.
    Thanks,
    Hussein

  • Rectrict list of possible values for variable in Bex

    Hello folks!
    I need to give a user possibility to choose only few value for variable in Bex report. Number of entries in master data is huge. I need to show only 7 possible values in the window with variables.

    Amy,
    You have a tricky requirement but I can only think of one thing but it would require user training. Try the following.
    You can setup a new variable with default values and define it as type multiple single values.
    The user could in the variable screen would then need to take out the ones that are not needed.
    Hope this helps.
    -Sid

  • What are the possible values for a check box?

    I'm trying to fill a pdf with a asp.net web form. I'm getting the text boxes filled ok, but I'm having trouble setting the check boxes. I am testing to see if a web form check box is checked. if it is, I tried to set the pdf checkbox value to "on". But this doesn't seem to be right.
    My asp.net code is like:
    If CheckBox1.Checked Then
             af.SetField("pdfbox1", "On")
    End If
    Any suggestions?
    Thanks

    The value is the value entered into the "Export Value" option when the form is created. You can use the Acrobat JavaScript "exportValues" property to get the array of values for the same named check boxes. And if you know the 'widget' of the check box, you can use 'isBoxChecked' method to check if a given 'widget' is checked. More information is contained in the Acrobat JavaScript doucmentation.

  • Questions and Replies. Viewing all possible values for an item

    Hello everyone,
    I have a problem with displaying a set of questions and relative replies.
    Every question has 5 possible replies, ranging from bad to good, like:
    - bad
    - not so bad
    - average
    - almost good
    - good
    For every question, I create a vertical bar graph with the percentage of each kind of reply.
    The problem is, I can't show replies which had no replies.
    For instance,
    if nobody replied 'not so bad', it won't appear in the graph. I would like the column with that value appear anyways, even though it's empty.
    Is it possible?
    Sorry for my bad English

    Hi Fabio,
    Yes, what you are asking is possible. You root problem is that when you join your fact information (# of replies) with your dimension information (type of reply), you are using an inner join. So when no facts are related to a given dimension, you don't get any result. You have a few method's available to you:
    1) Use Nico's data densification trick: http://gerardnico.com/wiki/dat/obiee/logical_sql/obiee_sql_densification
    2) Use John Minkjan's outer join work around: http://obiee101.blogspot.com/2008/11/obiee-outerjoin-workaround.html
    3) Use a regular outer join in your RPD
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Validation for set of possible values

    Hi,
    We have the requirement;
    For some of accounts, the field Reference Key 1 (XREF1) should be mandatory.
    We can not do it by creating new posting period variant because these accounts not have same posting period variant.
    so, we have done the followings;
    - created a set of GL accounts in GS01.
    - then created a new step in validation with prerequisite whether the GL account exist in the set, then check the field XREF1 not blank and show the error message.
    The issue now is, we want to add one more condition i.e, there should be possible values for this field Reference Key.
    so, we have to check the possible allowed values also. I am not able to add this check for the set ( Set for possible values created in GS01) here.
    Please suggest how to do it ?
    Thanks,
    Shwetha

    I see... Indeed, some fields are not working with sets; I guess, it's one of them. But still, don't think it's relevant for this field; try to delete it from validation and enter again. Anyway, the 'Set' should not be disabled; maximum you will not be abled to select this set from the directory, but please try. If it does not work, the only way is, then, to write the values in the validation itself (I hope, there are not many)... Alternatively, create user-exit for this validation; in this case, you are free to choose the logic you like.

  • Drop down list of  values for a field in ALV rpt within a BADI

    Hi,
    I need help on this issue.
    TCODE LI21 is used to clear the differences in IM.  The business now wants to prompt for a reason code before they can post a new material document for this clearing.  I have create an implementation in BADI LE_WM_INV_WM_IM, which display the field for user to enter the reason code.   However, I am trying to get a dropdown list which contain the possible values for reason code so the user can choose from this list.  There are sample codes to do this but I can't apply to the codes in the implementation because call screen is not allowed.  Has anyone done this before or can advise me of the solution?
    Thanks.

    Hi,
    Use the Field Catalogue Properties
    Ref_fieldname
    Ref_Tablename
    and assign the corresponding field & Table/Strucutre Name to the above fields....

  • GL Account not display in F4 possible values.

    Dear,
    All Experts.
    I have defined around 120 GL accounts in FS00, But when at the time of any GL entry in F-02 or FB50 doing F4 for possible values I am not able to see list of GL accounts. Any technical settings needs to be done for this ? or any chart of account settings have to be made. If I put GL account manually in field system accepting it without any error.
    But why I am not able to see F4 possible values for respective accounts ? The same problem is with customer & vendor also having.
    Experts guidance will be great on this.
    Thanking you in anticipation.
    Regards,
    Sharvari Joshi.

    Hello,
    Long back we have faced similar problem in one of our project, there might be some GUI problem, Ask your basis person to look into it.
    When you search GL Account from F4 option remove company code/chart of accounts in the selection screen on pop up box and select continue. It will work.
    Regards,
    Venkat

  • Values for AQ$_JMS_USERPROPERTY

    I want to create several user properties AQ$_JMS_USERPROPERTY.
    TYPE aq$_jms_userproperty AS object(
    name VARCHAR(100),
    type INT,
    str_value VARCHAR(2000),
    num_value NUMBER,
    java_type INT);
    Where are the possible values for type and java_type defined ?

    The jar file you need is called aqapi.jar.

  • Values for T020-DYNCL

    Hi,
    A short one: Do anyone know what T020-dyncl values mean?
    I know possible values for the field are A, B, E, F, L, V, W, Z and more... but what each means?
    Thanks in advance and regards,
    mr.

    very mysterious - because there's no check-table and no fixed value in the domain
    here're some findings:
    B (Buchung) = posting
    V(Vorerfassung) = parking
    Z (Zahlung) = payment
    A(anzeigen) = display
    L = line item
    hope that helps
    Andreas

  • Values for Characteristics in COPA

    Hello Gurus,
    If we have maintained the possible values for a characteristic in COPA, is it possible to have other values.  For example, in our scenario, Brand is a characteristic and we are deriving it from the classification view in Material Master. In that case, is it necessary to maintain Values for this Characteristic in COPA. Is there any necessity to maintain the possible values in separate Table.
    Please Advise.
    Thanks
    PM

    Hi Praveen
    when you create a WW char in COPA, you have 2 options (2 radio buttons) i.e. With own value Maintenance and w/o Own value Maintenance....
    If you choose with own value maintenance, then you need to maintain permitted char values (brand values) in KES1... If you choose "w/o own...", then you need not
    Regards
    Ajay M

Maybe you are looking for

  • Can't get Outlook in Windows 8 to sync.

    When I open the iCloud control panel in Windows 8 the first thing it tells me is to set Outlook as default.  It already is default--I checked several times.  Then when I try to sync I am told there is an unknown error and to try again.  Trying again

  • Xy graph plot color

    Hi! I have a XY Graph with 2 plots. For screen displey I have the Graph with black background color. But for printing I set the BG-color to white and the Plot colors to black. Before changing the Plot colors I save the colors with a property node (se

  • Can we use JDK in ERP Connector for tranferring data between two DBs?

    HI ALL, Iam using ERP connector for transferring the data between Proectserver 2003 and R/3 system. In Erp connector Previously they are using SDK in .net My assumption is Can We use the jdk for this. Thanks in advance. Regards BHI Message was edited

  • Error message when deactivating Mitigation object workflow in CUP

    Hi All, I had activated the mitigation object field in the workflow types in Miscelleaneous in CUP. Now when I try to deactivate it I get an error message Cannot deactivate since the field is in use in Custom Fields I had created a custom field for p

  • Budget check not active for commitment & actual budget

    Budget check runs  fine while checking budget limits for Production order and vendor invoices i.e does not allow to further create production order and vendor invoices if budget limits exceeds the released budget. But  this budget check does not work