DATE/TIME field in SNC Web UI - time field not visible in UI

Hi,
Typically DATE/TIIME field in SNC web UI comes with two separate fields, one for the date (DD.MM.YYYY) and the other
for TIME (HH:MM:SS). I need to add an additional date field in the ASN screen in web UI. I was able to add the date field, but the time field doesnt appear adjacent to it. I used the interface method /SCF/IF_EX_UIMDL_APPCUST ~GET_FRM_DATA(BADI /SCF/UIMDL_APPCUST).
I tried with copying the entries for the Delivery Date -
       DATA element assignment
          lw_field_prm-fieldid = 'LOADED_DATE'.
          lw_field_prm-paramid = 'LOADED_DATE'.
          lw_field_prm-dataelement = '/SCMB/DM_CHA_DATIM'.
          INSERT lw_field_prm INTO TABLE it_field_prm_map.
       Definition Field
          lw_frmfields-fieldid = 'LOADED_DATE'.
          lw_frmfields-frmfldtxt = 'Loaded Date'.
          lw_frmfields-frmfldttip = 'LOADED_DATE'.
          INSERT lw_frmfields INTO TABLE it_frmfields.
       Layout Fields
          lw_frmlyt-fieldid = 'LOADED_DATE'.
          lw_frmlyt-frmrow = '1'.
          lw_frmlyt-frmcol = '5'.
          lw_frmlyt-valuetype = 'DATE'.
          lw_frmlyt-showhelp = 'X'.
          lw_frmlyt-cellsize = '015'.
          lw_frmlyt-valuetype2 = 'INPT'.       "TIME Field - HH:MM:SS
          lw_frmlyt-cellsize2 = '005'.
          lw_frmlyt-fieldidlongtext = 'TZONETO'.
          lw_frmlyt-fieldid2ndval = 'DELVRYTIME'.
          INSERT lw_frmlyt INTO TABLE it_frmlayout.
Is is because the enclosing contained - Form Box not of sufficient width to accomodate time field adjacent to Date field?
or is there any other way of getting the time field adjacent to date field in UI? Please help.
Thanks and Regards,
Rohit

Hi Rajesh,
Looking this post http://blogs.oracle.com/shay/entry/a_timehour_selector_in_adf_fac , indeed there's this possibility in af:inputDate. However, this post talks about adf bc, I think in your case it will be enougth to set an af:convertDateTime with the mask something like this: yyyy-MM-dd HH:mm:ss
I hope this help you.
Regards,

Similar Messages

  • ASN Number field on SNC Web Screen

    Hi,
    We have the requirement to make ASN Number field as Grayed out on SNC Web Screen. We are using SNC Internal Number range to generate ASN Numbers and do not want Supplier to enter any number manually. System is allowing to enter the ASN number manully without any error message which is causing issues in subsequent processes.
    Is there a way to gray out the ASN Number or configure error message when user enters the number manually?
    Thanks,
    Pankaj

    Hi Pankaj,
    Go to Transaction code:/N/SCF/FRMCFG
    Click on position button below;
    Enter APP ID=ICH,
             SCR ID=ASNCREATE
             CMPT ID=ASNDFR01
    Select the above entry and double click on Fields configuration (left hand side)
    Click on position button bottom
    Enter APP ID=ICH,
             SCR ID=ASNCREATE
             CMPT ID=ASNDFR01
             FieldID=DELIVERY_ID
    Select the above entry and double click on Form layout (left hand side)
    Change the value of field Form box value type to <b>"TEXT:only for showing the data"</b> and save this entry.
    Check now ASN screen it will gray out ASN number field.
    Thanks,
    Nikhil

  • Web service published but not visible

    Hi,
    I have developed a Webservice from a WSDL file i created from a XI outbound interface following the steps given in the thread below.
    /people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi
    In the UDDI Client i got the message that the WS has been successfully published but i am not able to view my Web Service in the WS Navigator.
    What is the procedure to view a WS published using the UDDI client? is there any direct url to view the WS?

    This is the url inside my WSDL:
    http://cgnsap27:8000/sap/xi/engine?type=entry&version=3.0&Sender.Service=SATYAM_LSPM_BS&Interface=http%3A%2F%2Fsatyam.com%2Fxi%2FLSPM%5ELspm_SampleIdHelp_MI
    If i try the URL i get this :
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Header />
    - <SOAP:Body>
    - <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <faultcode>SOAP:Client</faultcode>
      <faultstring>Empty HTTP request received</faultstring>
      <faultactor>http://sap.com/xi/XI/Message/30</faultactor>
    - <detail>
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Empty HTTP query received. No message processing possible</SAP:Stack>
      </SAP:Error>
      </detail>
      </SOAP:Fault>
      </SOAP:Body>
      </SOAP:Envelope>
    But what i expect is a WS in the WS Navigator as i have already published the wsdl using the UDDI client.

  • Web Page I created not visible in new Safari

    I am a web designer with pneumonia and one of my Mac clients upgraded to the new version of Safari today and he can no longer see his site. It's just a white page, no message, nothing. He can see it fine from Firefox though.
    http://www.paulboretski.com
    I have no idea what the problem could be and am too sick to try and figure it out without some help from the Mac world. Any comments on the code would be appreciated. It works fine in Firefox and Explorer.
    Thanks!

    Bladerunner wrote:
    10th line down in your code you have an orphan
    <!--</div>
    Good point. But since it is in the head, which normally is not displayed, surely browsers would be treating that area like a comment anyhow? I would guess they probably already close any open comment once they reach the body tag. However when the page isn't valid, it is hard to decide what the browser should do, since error handling isn't defined (except by the general case of "try to do what IE used to do").

  • Header Data badi button not visible in webdynpro portal view

    Hi,
    We have implemented  "HRHAP00_ADD_HEADER  " for fetching additonal data for appraisee in objective setting appraisal.
    Badi is fetching data and show button " Additoanl data " in  R/3 view , but the button is not visible in ESS, MSS view.
    We are  using Webdynpro platform.
    Has anybody face similar kind of problem in webdynpro?  how to address this.
    regards
    Pallavi

    Hi Ana,
    Standard button is available info  but it is not showing cutom fileds.
    Technical resources has made zimplementation of standard badi header data, but when we try to attach it to templte id doesnt show button.
    regards
    Pallavi

  • ZPRS- Cost(data source H) condition type is not visible in CRM sales order

    Hi Colleagues,
    I created a sales order in ERP. In the sales order the condition type ZPRS- Cost(data source H) is available. I downloaded the this sales order to CRM i can able to see the ZPRS condition type in sales order.
    But when i create a new sales order with the same data (BP, Material,Sales organization) the condition ZPRS is not visible in the sales order. When i checked the PRC_TRACE it is showing the error as "Condition with external datasource has not be found".
    Can any body help me in this issue.
    Tanks and Best Regards,
    Rajeswari

    Hi Michael ,
    Thank you very much for your answer. I just require one more confirmation from you.
    Could you please confirm If we post a returns document in CRM system directly the "ZPRS or VPRS - Cost" Condition type will not appear in the return document condition types.
    Untill and unless it is a billing document in CRM system the "cost" condtion wont appear rt?
    Could you please confirm it.
    Thanks in advance for your help.
    Best Regards,
    Rajeswari

  • Data not visible in query output

    Hi Gurus
    I have a report which is being published at the portal but the data is not visible for it...now when i check the query for that report and try to run it. i still don't see any data..now on further analysis when i use the same filters used in the query on the multiprovider on which the query is created i can see the data and when i run the report in RSRT, i can  see the data...but don't know why its not visible when i execute the query or the report on the the portal....plz suggest..points will be awarded..

    Hi Akash
    Check the query with Bex Analyzer; If it give you the correct result then It might be configuration problem with your JAVA settings..
    Please try And also run Support Desk Tool
    (SAP Note 937697 ) to figure out the configuration Issues....
    Regards
    Vivek Tripathi

  • Multiple Date Fields (Fact Table) - Linking with Time Dimension

    I have a fact table that has multiple date columns.
    I can make a time dimension, but it has to be joined to a particular date column. This becomes difficult because of the limit in having multiple date fields reference one time dimension. I can see possibly
    creating a date table which contains all dates, link to fact as well as time dimension table. I am trying to better visualize the table layout on this one. Or are there possibily better ways of looking at this senerio
    Any idea's

    Figured this one out; going to use one time dimension - what looking too much into the details in regard to this scenerio

  • How to increase the web session time out for FDM While data uploading.

    I have very large data files of Balance Sheet and Profit & Loss. These are taking very long time while being loaded through FDM. Kindly let me know of the following:
    1 - How can I increase the time for "web session time out" in FDM; and
    2 - What is the standard data loading time, e.g. how much time should it ideally take for approximately 1,000 lines to be load in Hyperion.
    Regards
    Amjad
    Edited by: ar_aff on Sep 12, 2011 8:30 AM

    You supposedly feed it a (undocumented) parameter, -rxidletimeout, with the time in seconds, at startup.
    app.serverSettings.sessionTimeout will report back whatever value you fed it. However, in my experience so far, the timeout is somewhere around 30 seconds no matter what value you feed it. I might be doing something wrong.
    I currently have a ticket open with Adobe support about this very issue, but it's slow going. I'll try to update you with whatever I find out.
    I'd love to hear whether anyone else has this working.
    Jeff

  • PDF form with XML data connection comes up blank at run time

    Hello All,
    I am a newbie to ADOBE Livecycle 9, but am very proficient in C#.  I would like to request for your guidance on the following issue.
    We have a desktop application in C#, WPF, Sqlserver. The requirement is to launch a Livecycle form from the application for the user to read/edit/save data
    I have done this much so far -
    Downloaded trial version of Livecycle 9
    Developed a interactive PDf form
    Created an XML based data connection. Generated fields on the form using the fields from this connection.
    Set the .XML file as preview source for the form
    the controls on the form are boumd to the xml data source
    In design mode, the form works fine, it displays my data correctly
    I have created a WPF form with a button. On click of this button, I call the Process.Start(pdf-file-path). My pdf is launched properly
    I have added a combo box to my WPF form. I select a parameter from this, then call a stored procedure which returns me a datatable depending on parameter passed
    Using the returned datatable, I have used the datatable.writexml and datatable.writexmlschema to create my XML and XSD files. as mentioned above, this xsd is used to create the data connection for the PDF and the XML for the preview source
    This is what I want to do -
    Launch the PDF from my WPF form, pre-populated with the newly created XML data from my WPF form.
    So basically, as the user changes the selection criteria from the combo box, the XML file data will change and the PDF file will be launched each time with new data.
    The XSD format will always be constant
    Problem -
    My XML and XSD get created properly, my PDF launches, but it is empty
    If I change my selection criteria and run the WPF application, and then open the PDF in design mode, it asks me whether it should refresh the XML source. This means that the PDF form is connecting correctly to the XML source
    So why then, does the form come up empty at run time?
    What link am I missing?
    I have found some sites that help using Web applications, but nothing for desktop applications. It would be fantastic if you could point me to some help for developing Livecycle forms with C# / SQLServer
    Your help in this case will be highly appreciated.
    Thanks and Regards

    Oops, something happended with the above post. I will try again... I have tried your suggestion but I still get the same garbled XML (with data repeated and some values "cut in half".<br /><br />Here is what I get after decode-service and extract-to-XML-service. This is just the first barcode, the others are similar, sorry for the poor formatting, but I get a CDATA tage infront of the "istensen" value.<br />                                                              <br />CDATA:istensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />>Superroad 99, 1330 Supertown</fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br />>/sub_Adresse<br />><sub_Person<br />><fld_ForMellemEfterNavn>Kim Christensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />> Superroad 99, 1330 Supertown </fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br /><br />Obviously this is not a legal xml-string, so I can do nothing about it.<br /><br />I have tried using a custom .NET component (ClearImage) for reading the same form (with the barcode) I get the correct data out from the barcodes. So I guess something is wrong with the decode-service in Barcoded Forms ES when I use compressed XML. But I can conclude since the ClearImage component can read the barcodes that they are compressed correctly.<br /><br />Can you help me with getting further with this problem?<br /><br />Sincerely<br />Kim

  • Automatic time zone conversion in web dynpro

    We have a WDA running on top of a SAP system that is running on US time. The data from the WDA must be stored in SAP using US time. The WDA will however run in England and needs to display English time to the users. Is there any mechanism or concept in web dynpro that provides automatic time conversion when reading from and displaying time and when writing data back to the database? Some kind of  screen exit or other?
    I am not asking how to convert the value of a single field from one time zone to another, I am hoping for some general solution to the problem of time zones in web dynpro.
    Thanks!

    I don't really have anything useful to say, but couldn't help to add my two cents here...
    Whenever you work in a system that supports users or other parties spread among different time zones you start wishing for some better time zone support. It's not just the user's time zone that is relevant, just imagine for example a service call to a call center in India, where probably the customer's time zone is even more important than the user time zone.
    I know that in principle we have some design issue here, because standalone dates (without any time details) are impossible to convert among different time zones. It would be nice though if the system would provide a framework where any date/time fields can be registered and linked to some time zone field. Changing the time zone field, would automatically update all registered date/time fields.
    Ideally the field for choosing time zones would have the ability to show a list of preferred time zones with (changeable) explanations. One could for example imagine that by default it's populated with the two entries for user time zone and system time zone. Each application should be able to register additional time zones, e.g. sold-to time zone for an order, etc.
    Another (workaround) option I used in applications (for automatically filled read-only fields, like creation date/time) is to settle on one reasonable default time zone (e.g. user) and then have tool tips showing dates/times in other relevant time zones.
    Anyhow, lots of half-baked gibberish, essentially I just wanted to say that it would be nice to have some better time zone support, so I'm voting for that as well (good point Chris). And ideally this would not be limited to web dynpro. I'm sure some smart person should be able to come up with something nice...
    Cheers, harald

  • Rest Api Time (Time return by _api/web/lists/byname("name")/items(id=1)

    HI All,
    I have a query regarding Rest API.
    I am getting time of item created and modified using _api/web/lists/byname("name")/items(id=1).
    It is returning always UTC time zone.
    Is there any relavent article saying that this is default for all sharepoint (Because I have observed the same in all of my virtual meachines sharepoint servers).
    Is there any java script to convert to Site regional settings(In day light savings also).
    Mainly I need any article related to waht API return time will be ?
    Thanks
    Koti

    Hi Koti,
    SharePoint stores all date field in UTC. That is, if you are saving a date time field in a list, SharePoint actually converts the time that you selected into UTC, and converts it back to whatever time zone the person is in when retrieving.
    When using any API SharePoint will always return the UTC time and leave it up to you to make the conversion in your interface or application.
    You could read the time from database and convert the time to your local time.
    You could refer to the JavaScript code example below to convert the time zone.
    self.toUtc = function (inputDate) {      
      var localTime = inputDate.getTime();       
     var localOffset=inputDate.getTimezoneOffset() * 60000;       
     var utc = localTime + localOffset;      
      var retval = new Date(utc);       
     debugger;       
     return retval;
    The article below is about time zone Issues when working with dates in SharePoint’s REST services.
    https://yetanothersharepointblog.wordpress.com/2013/07/14/timezone-issues-when-working-with-dates-in-sharepoints-rest-services/
    The article is about SharePoint Time Zone confusion in SharePoint 2010, it also can work in SharePoint 2013.
    http://www.techgrowingpains.com/2012/05/sharepoint-time-zone-confusion-2/
    The article below is about JavaScript Date Reference.
    http://www.w3schools.com/jsref/jsref_obj_date.asp
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Key Date variable; Interval in query properties for Time Dep. Masterdata

    Hi,
    I've been searching on the forum, and I think I know the answer already, but still I'd like
    to ask you all whether it's possible to create a Key Date Interval variable to be used in the query properties.
    As far as I can see you can only report by a single key date used in the query properties field for time dependant masterdata, but my customer has asked me to investigate the possibility to enter a date range.
    As all masterdata is time dependant I don't see how this would work, but if someone can shine a light on this maybe there is a solution available?
    Thanks for your help.
    M.

    Hi marc
    I understand your problem.
    I had an idea for a workaround.
    If you can create master data compounded with Valid from and Valid to both of these characteristics , how the query is computing
    the keyfigures.
    Every change in valid from or valid to is unique for the system in this case.
    Thanks
    N.Ganesh

  • Contract no. field is required at the time of F-53

    HI,
    At the time of posting outgoing payment through F-53 i also want to enter contract no. (for recording document is cleared against which contract no.) but contarct no. field is not coming . I have already changed the field status of G/L  and field status of posting key.
    Request immediate help.
    Thanks in advance.

    hi
    you can use Reference field / Text field but its always better to useful Reference field b'cos its belongs to the Header Data, ie it will be applicable to both the line items ie Cr as well as debit . ,
    where as Text field is jus a line item data field. which is applicable to jus single line item .........
    hope its useful assign points if found useful ...
    regards,
    R.Ramakrishnaraj

  • Findind Data type of a variable in Run Time

    Hi Experts,
        I am trying to find the data type of variable in runtime with "DESCRIBE FIELD" statement.
        but it always shows data type C by default. i have written this code.....
        DATA: w_value TYPE d.
        DESCRIBE FIELD p_value TYPE w_value.
       My requirement is that if  i pass a variable of any type(like date, time , char, Integer , Decimal etc.) from selection screen i  will   give the correct data type of variable.
    Please let me know how to acheive this problem.
    Regards,
    Shri

    Hey Raj,
    In this code it always ask a date type variable.
    Still my problem i snot getting solve.
    check the below one which might give u a fair idea
    DATA: Desc_object         TYPE ref to cl_abap_typedescr.
    Parameters:   p_char           TYPE char10 ,
                  p_date           TYPE d,
                  p_int            type i.
    Field-symbols : <any_type> type any.
    START-OF-SELECTION.
      If p_char is not initial.
         assign p_char to <any_type>.
      elseIf p_date is not initial.
         assign p_date to <any_type>.
      elseif p_int is not initial.
         assign p_int to <any_type>.
      endif.
    IF <any_type>  is assigned.
      desc_object = cl_abap_typedescr=>describe_by_data( <any_type> ).
      WRITE: / desc_object->absolute_name.
      WRITE: / desc_object->type_kind.
    ENDIF.
    The Catch lies in assigning the variables to field symbol. I think you already have that part of code
    Edited by: A J Raj on Dec 9, 2009 7:12 PM

Maybe you are looking for