Not able to find text element in layout

Hi guys,
in a layout ZABC print prgrm following write statement is coded..
call function 'WRITE_FORM'           "Deactivate Header
     exporting  element  = 'ITEM_HEADER'
                function = 'DELETE'
                type     = 'TOP'.
then calling follwong fm...
  call function 'WRITE_FORM'         
     exporting  element  = 'PRINT_TAX'.
i m not able to find PRINT_TAX elment in layout ZABC in MAIN window.
where could it be called??
thnx in advance...
regards.

Hi,
In SE71 after displaying the form...go to utilities-> forminfo..there search for the text element...and you will know in which window the text element is being used..
THanks
Naren

Similar Messages

  • Not able to delete text elements.

    Hello
    I copied a z report from production server to development server by copying the code in se38.
    now system is no allowing me to delete a text element for parameter.
    SELECTION-SCREEN BEGIN OF BLOCK b4 with frame title text-012.
    PARAMETERS: P_YEAR  TYPE GJAHR OBLIGATORY DEFAULT 2014,       " Year
                 P_MONTH TYPE FCMNR AS LISTBOX  VISIBLE LENGTH 20 ,      " Month
                 P_COMP  TYPE BUKRS OBLIGATORY DEFAULT 1000.       " Company Code
    SELECT-OPTIONS S_PLANT FOR  vbrp-werks." Plant
                """PARAMETERS: P_FKART  AS CHECKBOX .             " Billing Document
    SELECTION-SCREEN END OF BLOCK b4.
    here my requirement is to disable PARAMETER : P_FKART and disable corresponding text element in system.
    i tried:
    1. deleting the text element row for p_fkart but it appears again when i save the text element.
    2.commenting the complete selection block and writing new selection block with text-012.system is taking same text element when i double click.
    thanks.

    Hi faizur,
    first of all: Programm changes are made in development system. not in produktion System. the transport oder is development system -> quality system -> production system.
    in your first statement above, you wrote
    "i tried commenting every line,which contains p_fkart.But system is not allowing me to activate the program."
    why shouldn't you be able to activate a programm when it is not caused by a syntax error?
    I mean deleting a selection-parameter from the selection-screen is basic stuff... as written above you normaly dont delete, you set it as "NO DISPLAY".
    when you got your programm activated again (and got rid of all the syntax errors you caused with the deletion) . Dont forget to activate the Text-Elements as well and it should work...
    regards
    Stefan Seeburger

  • I am not able to remove an element of my side bar of the finder

    I am not able to remove an element of my side bar of the finder

    Try holding down the COMMAND key while dragging the element to the desktop.

  • Not able to find whats happening

    Hi All,
    Im new to JSP
    Please help me with this code, im not able to find out why after if condition its not going to the page as in requestDispatch.
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class Authentication extends HttpServlet
         public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
              res.setContentType("text/html");
              PrintWriter out=res.getWriter();
              try
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   Connection con=DriverManager.getConnection("jdbc:odbc:LocalServer");
                   String userid=req.getParameter("userid");
                   String passwrd=req.getParameter("passwrd");
                   out.println(userid);
                   out.println(passwrd);
                   Statement stmt=con.createStatement();
                   ResultSet results=stmt.executeQuery("select * from Authenticate");
    results.next();
                   out.println(results.getString(1));
                   out.println(results.getString(2));
                   if ((results.getString(1).equals(userid) && results.getString(2).equals(passwrd)))
                        out.println("ready");
                        RequestDispatcher view=getServletContext().getRequestDispatcher("/myservlet/HostelManagement1.html");
                        view.forward(req,res);}
                   else
                        {RequestDispatcher view=getServletContext().getRequestDispatcher("/error.html"); 
                        view.forward(req,res);}
                   results.close();
              catch(Exception e)
                   System.out.println(" Exception" + e);
    I heartly appreciate your immediate help in this regard.
    Thank you in advance,
    Fatima

    You are writing to the output before you do the forward. A requestDispatcher.forward is only useable if you want the forwarded page to do ALL the output. That means you can't write to out before or after the forward.
    If you want to be able to write to the output in the this servlet then send the request to another page, use requestDispatcher.include.

  • Not able to find the HR Integrator Function in the Function

    Dear All,
    I am not able to find out the HR Integrator function in the Functions. Kindly do i need to do any setups or any other things to get this in place.
    We are using Version R 12.0.6
    Thanks and Regards,
    Joshna.

    Hi Duncan,
    Sorry for the late response.
    Please find the issue below.
    - we wanted to create an HR Integrator for the Requisition and vacancy. For this we find the steps in the metalink. Please find the steps below.
    When we are doing 5 th step we are not able to find the "HR Integrator" in the list of values. So we went and check the Menu there we find that HR Integrator function is not attached to the Menu. We tried to call that function but we are not finding that Function.
    1.Check your IE and Excel/Word Settings.
    2.Select the ‘Desktop Integration’ Responsibility
    3.Click ‘Create Document’ function
    4.Uncheck the Reporting Checkbox as this integrator is for uploading. Select the Viewer as Excel
    5.Select the ‘HR Integrator Setup’ as the Integrator.Click "Next"
    6.Select Content as "None" as we need to create the blank document for upload and Click "Next"
    7.Click on "Create Document "
    8.Once the spreadsheet is created, enter the following details and upload it back into the system.
    Metadata Type : DOWNLOAD – to create download integrators
    UPDATE – to create download / upload integrators
    Application Short Name : PER
    Integrator User Name : <User Defined Name for Integrator>
    View Name : <User Defined View>
    Form Name : Name of the Form to which the integrator is to be associated
    API Package Name : API Package Name used to Upload Data (Only for UPDATE Integrators)
    API Procedure Name : API Package Procedure (Only for UPDATE Integrators)
    API Type : PROCEDURE / FUNCTION
    Click on Oracle -> Upload to create the integrator
    9.Define a Function using System Administrator -> Application -> Function. This function will be used to restrict the Responsibilities for which a particular integrator is available.
    Function = Internal Function Name
    User Function Name = User Defined Function Name
    10.Create the Form Function Association Document using Web ADI Menu –Desktop Integration -> Create Document
    Select Integrator as "HR Maintain Integrator Form Function Associations" and repeat step 4
    11.Select the application in which the integrator is defined and the Integrator User Name for the Form Function Association has to be done. Click Next to continue.
    12.Click on "Create Document" and Attach the Form Function created in step 9 i.e.Internal Function Name to the Integrator in the document created in the above step and upload the same.
    13.Define the Layout for the Integrator created in above steps using
    Desktop Integration -> Define Layout
    14.Select the integrator for which the Layout has to be defined and click Go to continue.
    15.Select the columns that will be displayed and click Apply
    16. Navigate to the Form which you have attached in step 8 and Click on Export Icon.
    You will be able to view the Integrator.

  • Customised Datasource not able to find in Sourcce System

    Hi Bob
    I have assigned InfoSource to all dataSource masterdata objects (SAP defined)
    Now I need to assign few customised msterdata objects,
    While assigning i am not able to find datasource in source system.
    For Eg:
    ZI_OPGRP_TEXT                  operating group text   
    ZI_BUSUNT_TEXT                 Business Unit Text   
    ZEMPLOYEE_9005_ATTR            Legacy Sales Organizational                              
    ZEMPLOYEE_9000_ATTR            Legacy Organizational Structure        
    Thanks
    Kiran

    Hi
    Customized datasource which were missing:
    ZJOB_ATTR  ,ZI_OPGRP_TEXT ,ZI_BUSUNT_TEXT ,ZEMPLOYEE_9005_ATTR,ZEMPLOYEE_9000_ATTR
    As you said i checked in RSA6, Customized Datasource are available, then I came to BW side and replicated Datasource, Now I am able to find below and assigned to infpsource:
    ZI_BUSUNT_TEXT  ,ZI_OPGRP_TEXT
    But I did not find rest of the datasources which i have mentioned above.When I look for these datasources in R/3 system.
    Under Modelling > Source system>right click on source system> Display datasource tree> There I am able to find missing datasources, But when I goto Infosource under modelling and try to assign to datasource, I dont find them there.
    Please tell me what is the resolution for this.

  • EDQP: After creation of Item definition, not able to find the the same item in Standardize items tab.

    Hello Experts,
    This is the first time am creating the item definition in the data lens, after creation of item definition, thought of standardizing it through Standardization Items tab. Not able to find the created item definition in the Item Definition Field LOV.
    Do we need to do any set up to get it available in the Standardization Items tab. For information, I found two things as follows
    1.this item has not assigned to any of sample data records.
    2.Did not find created item definition name in the Item definition field..( It has showing only text as 'Not Item Definition')
    Can any plz help me in creating Item definition completely. After gone through the Knowledge studio ref guide developed to some extent.
    Thanks,
    SSagar.

    Can you put some screenshots of what you did and what you are seeing?

  • After upgrade to 7.1 not able to receive Text message

    After upgrade my iphone 4 to IOS 7.1, I am not able to receive text message. I am able to send text message and also send and receive iMessage but not able to receive text message.

    Hi ahiphone,
    If you are having issues receiving text messages after updating to iOS 7.1, you may find the troubleshooting in the following article helpful:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Regards,
    - Brenden

  • Not able to find data in Cube

    Hi All,
    Good Evening!
    I am loading data from ODS to Cube. I am not able to find values for 0ORDER_CURR in the cube and also in the report which I built on the Cube. But they are present in the ODS.
    Please help me to find the problem. Thanks in Advance...
    With regards
    Mahi

    Hi Mahi..
    Try to check is there mapping in ur Update rules for this 0ORDER_CURR.. if not then maintain the same..
    Also let us know whether u have used this object at the cube level or not??? if not then try to maintain and then maintain the mapping as well from the DSO.....
    this will solve the issue....
    thanks..
    Assign points if this helps...

  • Not able to find driver page for HP 15-r007tx

    Not able to find driver page for HP 15-r007tx.
    The web site is able to detect my product, but when clicked on link Software & Driver Downloads, it says page not found.
    Please help. I am looking drivers for windows 7 ultimate.

    Hi Anoop22Sharma
    Install:
    Intel Chipset Installation
    Intel Video Driver 
    NVIDIA High-Definition (HD) Graphics Driver
    Synaptics Mouse Driver
    Realtek Ethernet Controller Drivers  
    MediaTek(Ralink)802.11 b/g/n Wireless LAN (WLAN) Adapter
    Ralink Bluetooth Software Driver
    Intel USB 3.0 Driver for Intel 8 and U/Y Series
    Realtek High-Definition (HD) Audio Driver
    Realtek PCIe Media Card Reader Driver
    HP 3D DriveGuard

  • Not able to find values in LOV of field "Help Desk" of Global contract

    Not able to find values in LOV of field "Help Desk" of Global contract defaults.
    This value should be coming from resource setup.
    Resource is already created.

    Issue resolved:
    The resource should ahve valid Email id in HR People setup

  • I am not able to find Template Builder in MS Word 2003

    Hi All,
    we have installed MS Word 2003 Ver in our work station for BI Publihser Reports, but i am not able to find the template builder in the Menu bar.
    i was try to add in tool -> Template and add-Ins also, but still i dint get the template builder in top menu's.
    Any one can help me on this.
    Thanks in advance.
    Regards,
    Loganthan

    Hi,
    Did you installed BI Publisher first? usually we installed MS Word first then BI Publisher then it appears in the top bar.
    HTH,
    Vikas

  • If I do not select F11 ( full screen ) a big part of the screen "falls" of the right hand side of my monitor and is not readable, I am not able to find the neccesary adjustments.

    Question
    If I do not select F11 ( full screen ) a big part of the screen "falls" of the right hand side of my monitor and is not readable, I am not able to find the neccesary adjustments.
    Screen 2/3 blanco on the left side
    With F11 all OK.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Not able to find Source System in BI 7......

    Hi All,
    I am working on BI 7
    I am exctracting the data from Flat File Source System like SMID(Characterstic) and PQTY,SALE,PROFIT as a KeyFigures
    I have taken SMID as Characterstic and PQTY,SALE,PROFIT as a KeyFigures..
    I hav created InfoObject Catalog for Characterstic and Keyfigures...
    I Created a Application Componenet and Assigned Objects to InfoSource also...
    But i struckked while assigning the Source System to the InfoSource...
    I am not able to find how to assign the Source System like we do in 3.0b,3.1c & 3.5..
    Can anybody tell me the Step by Step Navigation procedure for to assign Source System to the InfoSource and Other Things also....
    Regards,
    Kiran Telkar

    Hi,
    These are the settings needed for the broadcaster:
    http://help.sap.com/saphelp_nw70/helpdata/en/55/1b9940ccd42a54e10000000a1550b0/frameset.htm
    Eddy
    PS. Reward useful answers and earn points yourself

  • HT203167 i am not able to find or transfer one playlist to my phone.  it was there for several months and no longer shows up.  when i look at the songs, there are two songs for each of the playlist songs, but the one will not play, either on the computer

    i am not able to find a playlist on my phone.  i had it on the phone for months and now it is not there.  i have tried to sny repeatedly and it does not show up.  Help, how do I recover or get my favorite playlist back onto my phone

    Hello,
    While your BB may not, while in your possession, have been part of a BES environment, it nevertheless likely has an IT policy in place as this is one of the key symptoms of that fact. If it ever was part of BES, then there are specific steps that must be taken to remove the IT Policy...just removing it from BES does not remove the policy. The process to remove it is totally destructive, so be sure you back up first. Also, when you restore, DO NOT do a full restore...rather, do a selective restore of only those things you need...if you do a full restore, you will simply put that IT Policy back onto your BB and be right back where you started.
    OK, so here is the procedure:
    KB14202How to remove an IT policy from a BlackBerry smartphone
    I always recommend Method 3 for PC and Method 4 for MAC.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for