Creation of Hyperlink to navigate to taget view

Hi Friends,
I have a requirement  Can you pls help me out.
The Requirement is:
Based on Ouput of BTQR1Order( i.e Object Id  Hyperlink ) I need to fetch the data of BTQSrvOrd by Object id.
I had used the code from the link
http://wiki.sdn.sap.com/wiki/display/CRM/CreationofHyperlinkstonavigatedynamicallyonWebUI
lv_guid = '467185D10C2E1E58E10000000A42145A'. :" I had passed the Guid
    Get the Root entity
      lr_entity ?= lr_core->get_root_entity( iv_object_name =  'Trade'        " Can anyone help me that the significance of it
                                                                        iv_object_guid = lv_guid  ).
" In lr_desc_object i am only getting the guid but not the data
   Navigate to Target Component                                       
      IF lr_nav->is_dynamic_nav_supported( lr_desc_object ) = abap_true. " Here an EXception is raised
        lr_nav->navigate_dynamically( lr_data_collection ).
      ENDIF.
So Please can anyone helpme out in this issue.
Thanks Reddy.
Edited by: raja reddy on Jun 14, 2010 8:24 AM
Edited by: raja reddy on Jun 14, 2010 8:28 AM

I've responded to you in another thread too. Reposting here for others.
You are correct. A pre-formatted top row just applies the formatting to make the urls appear clickable but are not truly clickable. Also, using a derived column transformation to form the HYPERLINK formula string just puts it as normal text.
I've written a blog post with a workaround. Could you see if that suffice your requirement?
Use SSIS to Export Clickable URLs to Excel
http://aalamrangi.wordpress.com/2014/08/07/use-ssis-to-export-clickable-urls-to-excel/
- Aalamjeet Rangi | (Blog)

Similar Messages

  • Program associated with the creation of a virtual instrument of Lab View. Please help me

    I have a question with program associated with the creation of a virtual instrument of Lab View. 1.Create of virtual instrument based on the NI 9401 module fitted to the chassis NI Compaq DAQ (Ni-cDAQ-9172). Creating a virtual tool needed to implement the following counting impulses in impulse series, visualization of data through a digital indicator, comparing the number of impusite with pre-set value, that value can be assigned by the user. Indicator light when reaching in reaching the set number of pulses, the opportunity to reset the meter of a button on the front panel. Switch to digital output in reaching the set number. I hope someone can help me.
    Solved!
    Go to Solution.

    What is your question? You've described what the program is supposed to do, but it's not clear what you're asking about. Do you need help getting started? If so, have you gone through the LabVIEW tutorials? You and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free. Have you looked through the many examples that ship with LabVIEW for data acquisition?

  • I have created a email in Fireworks and wanted to make a line of text a hyperlink that would take the viewer to a page on my website. I want to attach the final document to my email and sending it out.

    I have created a email in Fireworks and wanted to make a line of text a hyperlink that would take the viewer to a page on my website. I want to attach the final document to my email and sending it out.

    1) design for no wider than 600px (otherwise it may not fit in email clients).
    2) Slice up your newsletter design in segments for images and html areas with the slice tool.
    3) add the <a href="http://www.yourwebsite.com">my website</a> link in one of the html areas.
    4) export as generic html 4 code, and put the images in a separate folder.
    5) upload all the images to your website's server in a folder (you cannot embed images in an email newsletter - they must link to externally hosted images).
    6) change all the links in your html page to the ones that were loaded up on your server. For example, an image's source link would work out similar to this: <img src="http://www.yourwebsite.com/newsletter/image1.jpg" alt="alternate description of your image">
    7) open the newsletter with working external images in Chrome or Firefox. Select the entire page content (ctrl-a), and copy it (ctrl-c).
    8) create a new email in your mail client. Place the cursor in the body. Paste the newsletter (ctrl-v).
    9) send your newsletter to hundreds of recipients, and get blacklisted by several email servers. Receive warning messages from your own hosting provider not to spam other users' email accounts.
    10) realize this is too much of a hassle, and instead opt for a service such as MailChimp.
    (The result in (9) depends on whether you sent out your newletter only to acquaintances, or not. But even then you might be warned off.)
    Btw, many email clients turn off images in an email by default. You must provide the most important content as html, not as images.

  • JS CS3 Automate Creation of Hyperlinks - Repost?

    Hi all,
    A while back, Olav Kvern posted a JavaScript to automate the creation of hyperlinks for CS3. someone repost the code? The posting has expired on the site.
    Thank you so much!

    To add to this, I'm a little stumped on two items for this. First, I want to apply a character style to the made hyperlinks. I'm wondering where I would place the code for applyStyle?
    Second, at the moment, there is one regular expression that finds URL's beginning with http or https...but if I wanted to enter multiple Regular Expressions for different criteria, how would I do this? I tried:
    var myRegExp = /\b(https?|ftp|file):\/\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]*[-A-Za-z0-9+&@#\/%=~_|]/gi
    var myURLPrefix = "";
    var myURLSuffix = ""
    var myRegExp = /\b[A-Za-z0-9._%-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,4}\b/gi
    var myURLPrefix = "mailto:";
    var myURLSuffix = ""
    * followed by the remainder of the code, however, it will only work for the last RegExp that I input. How would I do multiple criteria without having to do an individual script for each?
    THANK YOU!
    K

  • Getting text to show as hyperlink to navigate to next page

    Im making a website ( first time in visual studios) and its an online library. I have a book info page which shows more information about the book. The problem is that when i search for books how can i make it possible for the book to have a hyperlink
    to navigate towards the book info page. What i am doing right now is using a drop down list and i have a value assigned to each book(1-n) and have the person choose the number of the book and then click enter which navigates to the books more info page. I
    just want to be able to click on the title and navigate straight to it. 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    namespace BookStoreOnline
    public partial class WebForm2 : System.Web.UI.Page
    private static string test;
    private static string testInfo;
    private static List<Book> resultList;
    private static List<Image> imageList;
    protected void Page_Load(object sender, EventArgs e)
    User.Text += (Session["UserName"]+"");
    protected void Button1_Click(object sender, EventArgs e)
    // if box is filled
    // check criteria selected
    // initiate search based on criteria
    // display results
    if (SearchBox.Text != "")
    resultList = new List<Book>();
    test = SearchCriteria.SelectedItem.Text;
    testInfo = SearchBox.Text;
    switch (test)
    case "ISBN":
    resultList = ((Database)Session["Database"]).SearchISBN(testInfo);
    break;
    case "Title":
    resultList = ((Database)Session["Database"]).SearchTitle(testInfo);
    break;
    case "Author":
    resultList = ((Database)Session["Database"]).SearchAuthor(testInfo);
    break;
    case "Semester":
    resultList = ((Database)Session["Database"]).SearchSemester(testInfo);
    break;
    case "Course":
    resultList = ((Database)Session["Database"]).SearchCourse(testInfo);
    break;
    case "Section":
    resultList = ((Database)Session["Database"]).SearchSection(testInfo);
    break;
    case "Professor":
    resultList = ((Database)Session["Database"]).SearchProfessor(testInfo);
    break;
    case "CRN":
    resultList = ((Database)Session["Database"]).SearchCRN(testInfo);
    break;
    if (resultList.Count == 0)
    NoResults.Text = "No results were found.";
    else
    Results.Text = "";
    for (int i = 0; i < resultList.Count; i++)
    int j = i + 1;
    ListItem bookIndex = new ListItem(j.ToString());
    Results.Text += "<pre>" + j + ". Title: " + resultList[i].Title + "<br>" + "Author: " + resultList[i].Author + "<br><br>" + "</pre>";
    MoreInfoIndex.Items.Add(bookIndex);
    //MoreInfoIndex.Items.Add(bookIndex); is what i am using to navigate to the book info page
    protected void MoreInfoButton_Click(object sender, EventArgs e)
    int k = Convert.ToInt32(MoreInfoIndex.SelectedItem.Text) - 1;
    Session.Add("Book", resultList[k]);
    //Session["Book"] = resultList[k];
    Response.Redirect("BookInfo.aspx");

    Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).

  • Short dump while navigate to second view :: "OBJECTS_OBJREF_NOT_ASSIGNED_NO

    Hi,
    Can anybody help me out as I am getting a short dump while navigating to particular screen.
    The error was triggered when i was binding an internal table to node in my second view.
    The short dump shows as below.
    ■The following error text was processed in the system EID : Zugriff über 'NULL' Objektreferenz nicht möglich.
    ■The error occurred on the application server ECCIDES_EID_00 and in the work process 1 .
    ■The termination type was: RABAX_STATE
    ■The ABAP call stack was:
    Method: HANDLEFROM_EXPORTS_INIT of program /1BCWDY/4QJM86ZSS4V4M81W8MTQ==CP
    Method: HANDLEFROM_EXPORTS_INIT of program /1BCWDY/4QJM86ZSS4V4M81W8MTQ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/4QJM86ZSS4V4M81W8MTQ==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    What can I do?
    ■If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EID in transaction ST22.
    ■If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server ECCIDES_EID_00 in transaction SM21.
    ■If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server ECCIDES_EID_00 . In some situations, you may also need to analyze the trace files of other work processes.
    ■If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 700 -u: OBIZDEV -l: E -s: EID -i: ECCIDES_EID_00 -w: 1 -d: 20110723 -t: 161516 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED_NO
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Please help.

    Hu Saravanan,
    Please find my code below in HANDLEFROM_EXPORTS_INIT and
    method HANDLEFROM_EXPORTS_INIT .
    data : WRK_DOC_CLAS type /OBIZ/ZXP_DOCCLS-DOC_CLAS.
    data : it_doc type TABLE OF /OBIZ/ZXP_SHPHD.
    DATA : doc_node type REF TO if_wd_context_node.
    BREAK-POINT.
    if doc_desc = 'Quotation'.
    WRK_DOC_CLAS = '0001'.
    elseif doc_desc = 'Sales Order'.
    WRK_DOC_CLAS = '0002'.
    elseif doc_desc = 'Delivery'.
    WRK_DOC_CLAS = '0003'.
    elseif doc_desc = 'Proforma Invoice'.
    WRK_DOC_CLAS = '0004'.
    elseif doc_desc = 'Billing'.
    WRK_DOC_CLAS = '0006'.
    ENDIF.
    select * INTO CORRESPONDING FIELDS OF TABLE
    it_doc FROM /OBIZ/ZXP_SHPHD WHERE doc_clas = WRK_DOC_CLAS.
    call METHOD doc_node->bind_table
    EXPORTING new_items = it_doc.
    endmethod.
    I have imported doc_desc via my inbound plug in the view.
    Regards
    Deric

  • Creation of hyperlink

    i want to create hyperlink at run time in my jsf page according to the privileges of user.these links can be one,two.three,etc according to user privileges.for this i have created a jsf page using sun studio creator.when user login and there login is correct my programe forward the user to this page.
    this is the code which i am using in the backing bean of this page.i call this method in the constructor of this backing bean.but it is not working
    can any body tell me what is wrong with page or in code.
    public void createLinks()
             FacesContext fc = FacesContext.getCurrentInstance();
             Application app = fc.getApplication();
             UIViewRoot viewRoot = fc.getViewRoot();
             HtmlOutputLink link = (HtmlOutputLink)app.createComponent(HtmlOutputLink.COMPONENT_TYPE);
             link.setId("link");
             link.setRendered(true);
             viewRoot.findComponent("form1").getChildren().add(link);
         }where form1 is the id of the html form in this page.links are not rendring in the page.
    thanks

    The UIViewRoot is empty during the instantiation of the managed bean.
    Just bind the h:form to the backing bean and call the method in the setter. This will be called once per session. Eventually put it in the getter with an conditional expression if you want it be refreshed during every view.
    JSF<h:form binding="#{myBean.form}" />MyBeanprivate HtmlForm form;
    public HtmlForm getForm() {
        return form;
    public void setForm(HtmlForm form) {
        this.form = form;
        createLinks();
    private void createLinks() {
        HtmlOutputLink link = new HtmlOutputLink();
        link.set ... // do your thing
        form.getChildren().add(link);
    }

  • Navigate to next view activity by double clicking a table row

    Hi,
    I define a simple task flow with two view activilities, View1 ----(showDetail)-----> View2.
    View1 contains a table, when user clicks a row in the table, the task flow should go to View2
    and content displayed in View2 depends on the row selected in View1.
    I define a client listener and server listener to concume the row double click event.
    The server listener is something like this:
    FacesContext fc = FacesContext.getCurrentInstance();
    DashBoard dashBoardBean =
    *(DashBoard)fc.getExternalContext().getSessionMap().get("dashBoardBean");*
    RichRegion contentRegion = dashBoardBean.getTaskf1();
    ExpressionFactory ef = fc.getApplication().getExpressionFactory();
    ELContext elc = fc.getELContext();
    MethodExpression me =
    *ef.createMethodExpression(elc, "#{dashBoardBean.getCurrentScreen}",*
    *String.class, new Class[] { });*
    *contentRegion.queueActionEventInRegion(me, null, null, false, -1, -1,*
    *PhaseId.ANY_PHASE);*
    *contentRegion.refresh(fc);*
    This works fine in the sense that I can navigate to View2.
    The problem is that I register a RegionNavigationListener on the region containing this task flow, when I double click a row in View1
    the RegionNavigationListener is not invoked even though region has navigated from View1 to View2.
    Anyone knows any solution for this or is there an alternative way to implement this functionality?
    Thx
    Colin
    Edited by: user10303309 on May 28, 2009 2:51 AM

    Yes, I think Region.refresh does not fire the Navigation Event, I tried to fire an event manually:
    contentRegion.refresh(fc);
    contentRegion.queueEvent(new RegionNavigationEvent(contentRegion, "oldViewId",  "newViewId"));
    But this does not work either....

  • Prob with Navigate to External View

    Hi All,
    Trying an application from the tutorial <b>Defining Navigation to an External iView</b>.
    1 package -> 2 iviews -> source , target
    Source Iview
    Input form -> model -> Address Form *added a input field url and a button -> passing URL ->Navigate to -> Target iview.
    Target Iview
    Start Point ->Passing url -> HTML Iview.
    While compiling getting the following error: <b>Element TargetIview of type Navigate is not supported by flash</b>
    Any clues how to resolve this?
    I tried with removing Navigate to and instead of that added a HTML iview it worked?
    <b>Cheers,
    *RAJ*</b>

    Hello,
    which Visual Composer SP are you using?
    please fine note #936547 regarding limitation of Navigate to in SP7.
    Navigate to is not supported since SP8.
    in order to use similar functionality you can use popup iView or launch to other iView using hyperlink system action.
    regards,
    Maya

  • How can I control creation of empty tags when using ora:view syntax?

    I'm using XMLQuery and ora:view syntax to create xml resources in the database but I'd like to be able to prevent the creation of empty tags for null values in the table.
    CREATE OR REPLACE PROCEDURE proc_ctsi_build is
    XMLdoc XMLType;
    BEGIN
    DBMS_XDB.deleteResource('/public/CTSI/ctsi_phsall_rpt1.xml',1);
    SELECT XMLQuery(
    '<Progress_Report>
    <Personnel_Roster>
    {for $c in ora:view("CTSI_INVEST_SOURCE_V")
        let $username  := $c/ROW/COMMONS_USERNAME/text(),
    $expertise  := $c/ROW/AREA_OF_EXPERTISE/text()
         return
      <Investigator>
       <Commons_Username>{$username}</Commons_Username>
    <Area_of_Expertise>{$expertise}</Area_of_Expertise>
    </Investigator>}
    </Personnel_Roster>
    </Progress_Report>'
    RETURNING CONTENT) INTO XMLdoc FROM DUAL;
    IF(DBMS_XDB.CREATERESOURCE('/public/CTSI/ctsi_phsall_rpt1.xml', XMLdoc)) THEN
    DBMS_OUTPUT.PUT_LINE('Resource is created');
    ELSE
    DBMS_OUTPUT.PUT_LINE('Cannot create resource');
    END IF;
    COMMIT;
    END;
    In this example how can I prevent getting <Area_of_Expertise/> in my output when AREA_OF_EXPERTISE is null in the table?
    Thanks

    Hi,
    you can use if else conditions.
    {if ($expertise) then
    <Area_of_Expertise>{$expertise}</Area_of_Expertise>
    else ()}
    **not tested**
    Ants
    Message was edited by:
    Ants Hindpere

  • How to navigate from one view to another view?

    Hi everyone facing a problem in navigation when i click on the list another view should be appear..
    page1.view.js:-
    list1.onclick=function(evt){
      $.sap.require("sap.ui.core.EventBus");
      var bus=sap.ui.getCore().getEventBus();
      bus.publish("nav","to",{
      id:"idDemoUI2",                       //..id of page2...//
      context:evt.getSource().getBindingContext()
    page2.controller.js:-
    onBeforeRendering: function(evt) {
      if (evt.data.context) {
             this.getView().setBindingContext(evt.data.context);
    i have a list i want when i click one the row of that list another view will appear so i use onclick event on the list and then use bus for navigation and recieving data in the target page but its not working anyone please tell me  where i am wrong.
    Regards
    Kelvin

    Hi Kelvin,
    How about using Routing concept than the getEventBus. Below link should help:
    Step 3: Navigation and Routing - User Interface Add-On for SAP NetWeaver - SAP Library

  • How to navigate from a view to an IView in portal

    Hi all,
             Onclick of an application in my portal my appliaction gets opened.But the problem here is onclick of cancel in my applcation i want to navigate to my IView in portal.
    For navigation between view2 to view1  i used wdThis.wdFirePlugtoView1();
    by creating a navigation link.
    How to navigate from view1 to Portal IView
    Regards
    Padma N

    Hi padma,
                 Go to Iview Property in portal Content managment and take the PCD location.
    It may look something like this
    ROLES:portal_content/ZABC/ZPROJECTS/com.abc.ZPortfolio/com.abc.ZPortfolio/com.abc.ZRoles/com.abc.ZPortfolioReconle/com.chep.ZReconciliation/com.chep.ZReconEnquiry_IView
    Create a string variable with the PCD location
    String pcdLocation = <pcd location>
    And call using the iview using the following code
    WDPortalNavigation.navigateAbsolute(pcdLocation, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,"&reference="+reference);
    Here &reference is the application parameter, if the application with which the iView is created has parameter and is not mandatory.
    Hope this helps.

  • Problems in creation of workbook using Change query local view.

    Hi Experts,
    I have created a Multiprovider by using union of two infocubes and created a Query based on Multiprovider.  I want to restrict one infocube in Change Query local view for creating new workbooks.  In Query global view we drag and drop the Infocube under Filters, but in the Query local view Filter panel is in disable mode. (My requirement is to create the workbooks using change query local view only)
    How can I restrict the one Infocube values in the workbooks by using Change query local view? 
    Thanks in advance.
    Venkat.

    Hi Venkat Prasad
    As you told that the query is on multi provider and the view is not allowing to declare/define filter value
    Just drag the infoprovider info object avilable under packet dimension to rows and right click on it restrict by selecting the name of the info provider when u right click it will show you the option of restrict once u click on it,it will takes to u a pop up where you can able to see the name of info providers and you specify according to it and finally in the display of results if you dont want to to display the info provider name then just right click on the 0infoprovider object under rows go to properties then choose hide option under display.
    Hope its clear a little..!
    Thanks
    K M R
    **Assigning points is the only way of saying thanks in SDN***
    >
    venkata prasad wrote:
    > Hi K M R,
    >
    > Thanks for ur quick response.  Most of the Infoobjects are common for both infocubes. I didn't understand this sentense "retrict the value with the infoprovider which values you are trying to view".
    > Please explian elaborately how to restrict the values speicfic to infoprovider under rows.

  • Dynamic creation of Dropdown by Index in the view

    Hi,
    Please help me how to create Dropdown by Index dynamically.
    The scenario is in a view, part of view is Static and other part is Dynamic.
    Dynamic part display depends on entry  selected from Static part of the view.
    I am using method WDDOMODIFYVIEW to implement this. I could successfully generate Group, Caption, TextView view
    element dynamically but with Dropdown by Index, I am getting runtime error.
    New Dropdown by Index will belong to Dyanmically generated Group in 'ROOTELEMENTCONTAINER' and new Context node will be created in CONTEXT for Dynamic Dropdown by Index .
    Thanks, in advance ,for your help.

    Thanks Amit and Lekha for your replies.
    I tried the code but still I am getting the same error.
      lr_rootnode_info = wd_context->get_node_info( ).
      lr_rootnode_info = lr_rootnode_info->get_child_node( 'ADD_DATA' ).
      call method lr_rootnode_info->add_new_child_node( exporting name = lv_node_name                                                                    is_mandatory = abap_false
                                                                  is_multiple = abap_true
                                                                  is_multiple_selection = abap_true
                                                                  is_singleton = abap_false
                                                                  is_initialize_lead_selection = abap_true
                                                                  is_static = abap_false
                                                        receiving child_node_info = lr_rootnode_info ).
    ****----------------Get instance of new node
      concatenate 'ADD_DATA.' lv_node_name INTO lv_child_node.
      lr_dyn_node = wd_context->get_child_node( name = lv_child_node ).
    ***----------------Prepare properties of attribute and add to context node
    *data:lo_nd_add_data type ref to if_wd_context_node,
    *     lo_nd_lv_node_name type ref to  if_wd_context_node,
    *     lo_el_lv_node_name type ref to  if_wd_context_element.
    *lo_nd_add_data = wd_context->get_child_node( name = wd_this->wdctx_add_data ).
    *lo_nd_lv_node_name = lo_nd_add_data->get_child_node( name = lv_node_name ).
    *lo_el_lv_node_name = lo_nd_lv_node_name->get_element(  ).
      concatenate is_char-descr_char 'ID' into lv_attname.
      translate lv_attname to upper case.
      condense lv_attname no-gaps.
      lr_attribute-name = lv_attname.
      lr_attribute-type_name = 'STRING'.
      lr_attribute-value_help_mode = '0'.
      lr_rootnode_info->add_attribute( exporting attribute_info = lr_attribute ).
      lr_element = lr_dyn_node->create_element( ).
      lr_dyn_node->bind_element( new_item = lr_element
                                 set_initial_elements = abap_true ).
      concatenate lv_node_name '.' lv_attname into   lv_bindtext.
      lr_ddbyidx = CL_WD_DROPDOWN_BY_IDX=>NEW_DROPDOWN_BY_IDX( id = iv_name
                                                    view = ir_view
                                                    label_for = iv_textviewid
                                                    bind_texts = lv_bindtext ).
      lr_row_grid_data = cl_wd_grid_data=>new_grid_data( element = lr_ddbyidx ).
    *******To set the TextView to the Group_2
      lr_group2->add_child( lr_ddbyidx ).
    Please help.
    Thanks.
    Edited by: Trupti Kallurwar on Oct 26, 2009 9:14 PM

  • Possibility of addition creation time in the sales order over view screen

    Hi,
    Is there a possibility of adding the creation time in the sales order overview screen in VA01/2/3.
    thank you

    hi,
    this is to inform you that,
    contact your ABAPER for this is to find out if there any possibility making time field mandatory if it is there in Standard SAP. there in VBAK table i am able to see VBAK - ERZET
    or
    if it is not available then you need to go for field exit.
    hope this helps.
    balajia
    Edited by: balaji timmampalli achari on Nov 30, 2010 6:11 AM

Maybe you are looking for

  • Back up in Oracle database

    hi all previous we used db2,maxdb databses.now we are using oracle database.how we can take back up.brtools 0r DB13.if i use br tools what are the prerequisites.can we do any changes initdbsid.ora file.can we take directly from db13(with out doing an

  • IPhoto shows original and modified side by side

    Hi. I can't find the solution or similar cases on the web so I went to you. On iPhoto (iLife 11), if I edit one photo and then I go back to the event where it belongs, I see both the original and the edited version of my photo. They have both the sam

  • HT1238 my computer doesn't recognize my shuffle anymore.

    My Mac doesn't recognize my shuffle anymore. when I insert it to be recharge the battery, it does not show up in the devices menu.

  • Pie chart  display error

    Hi I created pie chart using CFCHART tag. In the chart display, data values overlap on one another in the display. How to rectify this error. Kindly help me in this regard. Advance thanks

  • Mobility and Network account Sync

    I'm using Network Account and I sync my MacBooks with Mobility in Workgroup Manager. In Terminal I see that files dotted (.ssh, .profile, .....) are not synced at all. I try to modify "Home sync" in Mobility in Network Manager, but nothing happened.