Project system: CJE2 tcode.. Add the field to selction screen

Hi,
GM ALL
I would like to add the field to selection screen for a dynamic report one which is using in CJE2 T.CODE. I am trying to add the field through se36 [logical data base level] but its not helping.
Need to add below field to selection-screen
CJDB_SELIDS
Field:  SELID_PR
Please let me know,if any one know the solution..
Regards
KK
Edited by: kirankumar2129 on Oct 18, 2011 10:03 AM

You need to have the SAP access key to modify the screen and add the field which already been added in VBAP using the Append structure in SE11
Thanks,
Babu Kilari

Similar Messages

  • Add custom fields on selection screen  and ouput in Transaction QM11

    Hi All,
       i have the requirement to enhance the transaction qm11( Report : RQMELL10) to add the custom fields on the report selection screen and in the report output.
      i tried to add the fields on selection screen by copy the standard program RQMELL10 to custom one. and tried to add the fields above to the coding tab but i am not able to display the text for those fields of select-options. can any one help me is it the right way to copy the standard program to custom program and adding the custom fields and how to get the text element for the custom fields which we are going to add it. i tried to add the text element in program text elements but it is not appering on the report.
    please requeting the help asap if it is possible.

    Have a glance in below thread.
    Enhancing transaction QM10
    Also, there are some more threads available in enhancing the QM10 / QM11. Please search those as well.

  • Adding the field in selection screen

    Hi Guru's,
    how can i add the field in selection screen of t code qa33.
    can any one help me pls.
    Thanks & Best Regards,
    Rakhi.

    You can enhance the standard program RQEEAL10 using implicit enhancement points.
    Click the spiral (Enhance) button (Shift + F4)
    Go to Edit -> Enhancement operations -> Show Implicit Enhancement Poitns
    Create an Enhancement Implementation and include your code there.
    See the following link -> Source Code Enhancements - Part 5 of the Series on the New Enhancement Framework
    Hope it helps
    Neeraj

  • Error:Ref cound more than 1 when add the field

    hai,
    I got the error like "Ref cound more than 1" when i add the field in the table.I use this fuction
    Public Function createUserFields(ByVal tablename As String, ByVal fieldName As String, ByVal fieldDescription As String, ByVal dataType As SAPbobsCOM.BoFieldTypes, Optional ByVal dataSize As Long = 0, Optional ByVal subType As SAPbobsCOM.BoFldSubTypes = SAPbobsCOM.BoFldSubTypes.st_None, Optional ByVal linkedTable As String = "") As Boolean
    Dim v_UserField As SAPbobsCOM.UserFieldsMD
    Dim v_RetVal As Long
    Dim v_ErrCode As Long
    Dim v_ErrMsg As String = ""
    Try
    createUserFields = False
    If Not UserFieldExists(tablename, fieldName) Then
    app.StatusBar.SetText("Creating Table " + tablename + " ...... :> Adding Field: " & fieldName & " - " & fieldDescription, SAPbouiCOM.BoMessageTime.bmt_Long, SAPbouiCOM.BoStatusBarMessageType.smt_Warning)
    v_UserField = com.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
    v_UserField.TableName = "@" + tablename
    v_UserField.Name = fieldName
    v_UserField.Description = fieldDescription
    v_UserField.Type = dataType
    If dataType = SAPbobsCOM.BoFieldTypes.db_Alpha Then
    v_UserField.Size = dataSize
    End If
    If Not (subType = SAPbobsCOM.BoFldSubTypes.st_None) Then
    v_UserField.SubType = subType
    End If
    If linkedTable "" Then v_UserField.LinkedTable = linkedTable
    ' If Not (v_progressBar Is Nothing) Then v_progressBar.Text = tablename + ":> " + "Adding Field:> " & fieldName & " :> " & fieldDescription
    v_RetVal = v_UserField.Add()
    If v_RetVal = 0 Then
    createUserFields = True
    Else
    com.GetLastError(v_ErrCode, v_ErrMsg)
    app.StatusBar.SetText("Failed to add UserField " & fieldName & v_ErrCode & " " & v_ErrMsg, SAPbouiCOM.BoMessageTime.bmt_Medium, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
    End If
    System.Runtime.InteropServices.Marshal.ReleaseComObject(v_UserField)
    v_UserField = Nothing
    GC.Collect()
    End If
    can any one help me?
    Regards,
    Ramya.s

    HI
    In 2007 i always got the same problem.
    Solution:
    1st create all tables
    then
    2nd create all fields
    and do not use any querys to exists the table or field
    >If Not UserFieldExists(tablename, fieldName) Then
    use lretcode when you add the field / Table, even it is -2035 it is already exists, do not care.
    '... your original code
                If v_RetVal <> 0 Then
                    Select Case v_RetVal
                        Case -2035 'means already exist
                        Case Else
                            com.GetLastError(v_ErrCode, v_ErrMsg)
    '... your original code
                    End Select
                End If
    Only this way was working for me....
    Regards,
    J.
    Edited by: Janos  Nagy on Jul 30, 2008 2:58 PM

  • I just bought a new printer for my iMac version 10.7 but I am able to install the software but for some reason I am not able to view the printer under system preferences to add the printer. It is connected with the USB cord!!

    I just bought a new printer for my iMac version 10.7 Lion but I am able to install the software but for some reason I am not able to view the printer under system preferences to add the printer. It is connected with the USB cord!! It as if the printer does not show up in the add printer section under system prefernces!!

    I checked the manufacturer and apple site to see if my printer is supprted and it said it was!! I am using the HP officedeskjet 4500 G510a-f (HP Officejet 4500 Desktop)!! Still does not show up under add printers please help!!

  • In ICWEB where we add the fields and field properties

    Hi icweb guys,
      plz tell me   in ICWEB where we add the fields and field properties  is it same through crmc_blueprint_c  or thorough wat.
      we add code in the methods of crm_ic   am i correct
      plz tell me.
    regards,
    ram

    You got it completely wrong and dont jump into conclusions directly .
    PCUI Applications & IC WebClient are different BSP applications and  have completely different architecture.
    Get some online help or cookbooks on both topics and read the books.
    Thirumal.

  • Process to add  new field to Account screen and update value from R/3...

    We have CRM 7 and just wanted to ask what the process would be to add a new field to the Accounts screen. This field will be a read-only field and we'll source its value from R/3, based on some of the other data entered into the Accounts screen.
    What exactly is involved in this process?.
    I think I can use the new Application Enhancement Tool instead of EEWB to create the new field, but how does one identify which structure/table to change for say the 'Accounts' data, and, where does one place the code which populates this field, and, once the structure has been changed how do I physically add the field to the screen. I should be okay with reaching out to R/3 and populating the data, code-wise, but again wondered if there was anything inbuilt to do this, bearing in mind the closeness and constant access to R/3 from CRM.
    Any help would be much appreciated.
    Jason
    Edited by: Jason Stratham on Apr 14, 2010 1:11 PM

    Jason,
    If you use EEWB or AET,, there is nothing manual you have to do, the fields will be added to all related tables and structures plus UI too.
    May be sometimes you have to run the UI configration tool to add the field to the UI, again this is just a tool, there is not manual coding required.
    you can enter the value for the fields direclty via UI, BUT if it is a display only field, at the time of save, you have to write couple of line to populate this field ( see set_property( ) method in the context node ).
    Thats it...
    Regards, Sudeep..

  • Transaction DP97: Need to add 2 fields on selection screen...

    Hi,
    I am using ECC6.0. I need to add 2 extra fields on selection screen of transaction DP97. Program name is RVPKMASS97. i did not find any screen-exit for this. Please can anybody suggest any other way to add fields on selection screen... I think i can use enhancement points. please help if anybody has previously worked on this. I need to know following things:
    1) how to add 2 fields on selection screen ( 2 fields are : MATNR-Service product and FFPRF-DIP profile)
    2) where to add programming logic for this
    Thanks in advance,
    Minal

    Hi,
    Go to program RVPKMASS97.
    Go inside INCLUDE rvpkmasspar.
    (When you double click on the include a pop up screen will come up and in that select the RVPKMASS97)
    Click on spiral icon there on the tool bar.
    right click on the '
    ENHANCEMENT-POINT RVPKMASSPAR_01 SPOTS ES_RVPKMASSPAR STATIC INCLUDE BOUND .' line and select enhancement-> create. and give some implementation name and text.
    now you can declare ur fields in this implementation.
    After declaring save it and activate it.
    Now go back to ur txn and run. you are able to see the custom fields on the screen.
    Reward me points if it is helpful.
    I think it will help you out.
    Thanks,
    Prasanna

  • Add the " Whatsapp " in lock screen, in next update for all xperia 2012

    Hi all and hi SONY.
    We need from sony in next update, Jelly Bean or any update
    for Xperia 2012 - 2013  to add the " Whatsapp " in lock screen.
    how ? " At's same in pictures "
    or
    thank for sony.
    Solved!
    Go to Solution.

    Good idea, I'll forward it internally. Thanks for the feedback.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Display all the fields in one screen shot

    Hi all,
    I am having 20 fields in the grid.
    but few fields are displaying in the grid and the scroll bar is existing to display other fields
    where as i need all the fields in on screen shot.
    let me know it .

    Hi ,
      One option would be to reduce the width of the fields in the catalog or manually after the data is displayed.
    Regards:
    Arun

  • GGB0  for PS (project system) , how to add another table

    hi all,
    how to set in ggb0 , under Project System-Network activity, we need to add table resbd to check field saknr , how to add the table resbd?

    1) Using bcdedit.exe /enum
    To enable the computer to also boot Windows 7 you again use bcdedit.exe with the following command which will copy the current Windows
    Boot Loader details for Windows Server 2008 to Windows 7.
     bcdedit.exe /copy
    {current} /d "Microsoft Windows 7"
     bcdedit.exe will
    respond with something like the following.
    The
    entry was successfully copied to {................................}.
    Using
    bcdedit.exe /enum to again enumerate through the current entries within the BCD store you'll see the newly added entry.
    Before you can use the newly created Windows boot loader configuration, you'll need to change the partition for Windows 7 using
    the following two bcdedit.exe commands.
    bcdedit.exe /set {.................................} device partition=D:
    bcdedit.exe /set {.................................} osdevice partition=D:
    If you now reboot the system you should now be able to boot into either Windows Server 2008 or Windows 7.

  • How to add  the fields into combo ?

    Hi,
    I want to add the table fields into combo box. Now I am able to getting the columns from table but I don�t know how to add that columns in combo box.
    My jsp getting the columns from table.
    function metadata(){
         try {
         Connection con =  null;
         Class.forName("oracle.jdbc.driver.OracleDriver") ;
         con = DriverManager.getConnection("jdbc:oracle:thin:@10.60.4.25:1521:clopaydb","scott","tiger");
         String query = "SELECT * FROM emp";
               DatabaseMetaData dma = con.getMetaData ();
             Statement stmt = con.createStatement ();
              ResultSet rs = stmt.executeQuery (query);
              ResultSetMetaData rsmd = rs.getMetaData ();
              int i;
              int numCols = rsmd.getColumnCount ();
              for (i=1; i<=numCols; i++) {
              if (i > 1) System.out.print(",");
              System.out.print("\nThe Table Column list "+rsmd.getColumnLabel(i));
              rs.close();
              stmt.close();
              con.close();
              catch (Exception ex) {
              ex.printStackTrace ();
         }Please give me a sample code for add these items into combo. (I need JSP sample code )
    Thanks & Regards,
    Merlin Roshina

    function metadata(){
    try {??
    Are you sure on this ? Dont mix javascript function with a java method.
    Make a java bean and your method may return an ArrayList.
    In your JSP ..
    <select name="yourComboBox">
    <%
    // Make a For Loop for the arraylist
    String columnLabel = (String ) arrayList.get(i);
    <option value="<%=columnLabel%>"><%=columnLabel%></option>
    <%
    } // end bracing of for loop
    %>
    </select>
    Post your code based on the directions above then we can help you more on this if reqd.
    Probably you should look up into sample JSP ..JDBC sample codes on google.
    -Rohit

  • Need to add the field on the MIRO screen...!!!!

    Hi All,
    Customer has a requirment to add the one field under the 'Details' tab of the MIRO screen.
    I tried searching Screen Exits for this, but no success..
    Is there any OSS note for this which can serve the purpose?
    Thanks in advance.
    -Sanjay

    My requirement is To display automatic cash management group with reference to account group in vendor master.
    In vendor master initial screen if user enters Account group (LFA1-KTOKK) as “VWOP or DMST in the accounting information screen Cash management group field (LFB1 – FDGRV) planning group code A1 has to display.
    In change mode if any of the user trys to change planning group code an error massage “change is not possible” has to appear..
    Now i ve coded in the method PRESET_VALUES_CCODE which is in the BADI definition VENDOR_ADD_DATA this method is getting triggered even after the accounting information screen displayed and could you please help me in displayin the error message? The error message is getting displayed but in the form of a pop when u say yes it leaves the transaction.. but I want the error message as a normal red colored error message which comes in the bottom line.. please tell me how could I do this.. this is the codin which I have done.. please give some solution please..
    method IF_EX_VENDOR_ADD_DATA~PRESET_VALUES_CCODE .
    break-point.
    if E_LFB1-FDGRV is initial.
    if I_LFA1-ktokk = 'DMST' or I_LFA1-ktokk = 'VWOP'.
    E_LFB1-FDGRV = 'A1' .
    ENDIF.
    else.
    if I_LFA1-ktokk = 'DMST' or I_LFA1-ktokk = 'VWOP' .
    if E_LFB1-FDGRV <> 'A1'.
    message id 'ZZ' type 'E' number '108' with
        'Change is not possible' .
    *message e108(zz).
    *CALL FUNCTION 'C14Z_MESSAGES_SHOW_AS_POPUP'
    *EXPORTING
    *I_MSGID = 'ZZ'
    *I_MSGTY = 'E'
    *I_MSGNO = '108'
    *I_MSGV1 = 'change is not possible'
    I_MSGV2 =
    I_MSGV3 =
    I_MSGV4 =
    I_LINENO =
    TABLES
    I_MESSAGE_TAB =
    *IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    endif.
    endif.
    endif.
    endmethod.

  • How to add the fields to the transaction 'Z10SD25' using ABAP Query

    Hello,
    I want to add the new fields like 'From' and 'To' depending on some conditiions. But i have to do this using ABAP Query.
    Can any one help me with this as I am not much aware of ABAP Query .
    Regards,
    Darshana

    Hi,
    ABAP/4 query can be designed in four steps
    1.     Creation of a user group
    2.     Creation of Infoset
    3.     Assignment of user group to Infoset
    4.     Creation of the query based on Infoset
    By executing the transaction codes mentioned below
    u2022     SQ01   ABAP/4 Query
    u2022     SQ02   Infosets
    u2022     SQ03   User group
    Step 1: To create an Infoset without a logical database
    One of the following can be selected
    u2022     Based on a single table
    u2022     Using an ABAP/4 program
    u2022     Using Table Joins
    u2022     Using Sequential Dataset
    NOTE: The tables to be used in the join should have at least one field in common i.e. it should have the same name, domain or data element.
    Step 2: Here you specify the users who should be authorized to run the query. A user group is always associated with a Infoset.
    Step 3: In Query Definition you can define the Selections Screen. Here you can check against the fields(fields from the tables specified in the infoset above) that you require to be shown on the selection screen.
    Now we Finally need to specify the output type for the query as Basic List, Statistics or Ranked List. Choose the option Basic List and also select the fields to be displayed in the output list(in your case from and to fields...)
    After providing all the above options you can save the query and execute it by clicking the Execute button twice.
    Hope this helps
    Regards
    Shiva
    Edited by: Shiva Kumar Tirumalasetty on Sep 15, 2009 12:44 PM

  • Add the field

    hello,
    how to add the extra fields in the students master of campus management.
    pls explain in details.
    thanks
    suja

    Go to Se11
    Enter your Table Name
    Press Change
    Clieck on Fields tab
    enter new fields here
    Save and activate.
    Now if Log appears
    Go to Se14
    enter your table name
    Edit
    then  Activate and Adjust Database.
    keep in mind if you want your previous data in table not deleted.
    tick<b> Save data</b> radiobutton
    reward if useful
    Amit Singla

Maybe you are looking for