CRM_IC - add input field

Hello,
I'm trying to add a new input field to a view in CRM_IC. I'm following the Cookbook and have created a copy Z_CRM_IC with the corresponding Views and Controllers, updated the profile and also placed it in the view, no problem. But how do I take care of the database update/search? The field does not exist in the context node. Any hint would be appreciated!
Regards,
Henrik

Hi Orlando,
   Check this thread on date selector in tableview.
<a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=198839">Tableview</a>
Hope it helps.
Regards,
Saravanan

Similar Messages

  • How to Add Input Field in IC Webclient

    Dear Experts,
           I want to add one Input field in Interaction Center Webclient(IC Webclient).Is it Possible?If Possible Kindly Send me the Step by step Procedure.
    It is Urgent Requirement.Please Help me.
    Helpful Answers Will be rewarded.
    Regards,
    Ashok.

    Dear Albert,
      I have read the Blog "IC Web Client - Modifying View Layout - I".I am realy Impressed.I got the similar kind of requirement from my Client.In this Blog they are not clearly Explained about Adding the functionality for that Input Field.
         could you Please Explain me about how to add the functionality For that input Field.It is Very Urgent.Please Help me.
    Thanks & Regards,
    Ashok.

  • Add input field to PO header

    Hi all,
    In the purchase order header, the customer made subscreen "Customer data" has already been added with a few fields from the EKKO_CI structure. The screen is named SAPLXM06 0101, and I can see that the user exits EXIT_SAPMM06E_006 and EXIT_SAPMM06E_008 from enhancement MM06E005 have been implemented. This all works fine.
    Now I have to add a new field to this screen, and I don't know how to go about it. Can anybody provide me with an instruction on how to do this?
    Thanks
    - Mari Virik

    Hi,
    Add a new field in structure EKKO_CI which will get added to the table EKKO..
    Then go to se51..Give the program name SAPLXM06 and give the screen number 0101..
    Press change..
    Press layout button..
    Then create a new input field and give the fieldname as EKKO-ZZxxxx..
    So that it will refer the DDIC properties..
    Thanks,
    Naren

  • Add input field with date salector inside a TableView

    I’m trying to build an user interface for my ones step-screen flow command, this user interface needs a TableView and for each row i need an input field with date selector.
    I’ve been trying to use de DefaultTableViewModel as the model for my TableView. I create a method to build my vector with the data for my DefaultTableViewModel as follow.
         private Vector createData() {
              Vector dataVec = new Vector();
              Vector retVector= new Vector();
              TextView text1 = new TextView("text1");
              dataVec.addElement(text1);
              TextView text2 = new TextView("text2");
              dataVec.addElement(text2);
              InputField date1 = new InputField("date1");
              date1.setType(DataType.DATE);
              dataVec.add(date1);
              retVector.add(dataVec);
              return retVector;
    then i use the vector as follow:
    Vector data=createData();
              Vector colName = new Vector();
              colName.addElement("Col1");
              colName.addElement("Col2");
              DefaultTableViewModel model = new DefaultTableViewModel(data, colName);
              TableView tabla = new TableView("tabla", model);
    But when I Display my user interface the TableView shows a string that I thing is a reference of the Input and the TextView inside my TableView instead of showing the components.
    Any Ideas?
    Regards,
    Orlando Covault

    Hi Orlando,
       Check this thread on date selector in tableview.
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=198839">Tableview</a>
    Hope it helps.
    Regards,
    Saravanan

  • Add Header fields in Confirmation trx SRM 5.0

    Hi guys,
    In the standard version of SRM 5.0 the only fields provided in header of the confirmation are:
    Conf.Number
    Conf.Name
    Delivery Performance date
    PurchOrd.Number
    Reference Document number.
    We need more fields for information in the case of a Service PO. (Reponsable Internal, external, Place of performance of service etc)
    How can one add input-fields in this trx?
    The content of these new fields also has to travel to the Backend via the message type MBGMCR.
    Anyone can give me a clue how to do this?
    Thanks
    Aart

    Look at this strcuture INCL_EEW_PD_HEADER_CSF_CONF.

  • How to add an input field in the web UI of CRM 2007

    Hi everybody.
    I want add an Input field in the Web UI Screen. How it is possible.
    I want get the information with detailed descriptions if possible with screen shorts.
    What type of methods it will be generated and what are the code we entered in those methods.
    Take according to any example. But with detailed description.
    I am new for the CRM 2007. So, please give the screen shorts with proper data.
    Not only adding the field. If any data i entered in the adding field then that will be stored in the tables otherwise no use by adding the field.
    So, Can anybody please send a proper information according to this.
    Here another one How to Add our own table (Ztable) field in the Web UI Screen.
    How to add the same field in the BOL.
    Please expalin about those concepts with full of screen shorts messages.
    Thank You.
    Regards,
    Krishna.

    If you want to add extra standard fields (like one you mentioned), you can use Component Workbench and Copy the configuration and create your own configuration and make the "Available Fields" appear there.
    If the standrd field is not available, you can Add Context Node using wizard and make it visible.
    If its a custom field (a new one); you will have to use EEWB and add the fields and then make it visible in the UI using Component Workbench.
    Regards,
    Alin

  • Add data to table view from input fields in a page

    Hi
            I am developing a BSP page which will be called from SRM shop transaction. After user enters the line item data, data will be passed back to shop transaction using OCI interface and the page attributes (URL).
       (1) How can I add data from input fields to table view on a page on a button click? I am able to add first line but I could not retain first line data when I try to add the second line.
          I am able to add multiple lines to table view if I use view and controller by adding to the line data to static attribute of the controller. I can’t use the controller and view because I can not set the attribute to Controller automatically.
       (2) Is there a way to pass an attribute (URL) to controller from SPRO? Like we pass an attribute to page automatically (Automatic page attribute).
       (3) How can I call a controller and view and pass the page attribute to the controller on a button click from a page with out controller?
    Thanks
    Sreenivas

    I'm trying to test the merge with the following data in a test.txt file:
    ZZZZZ114923000004
    1234Z400660000001
    ZZZZZ114923000010
    Getting an error:
    SQL> @C:\dataformats\sql\pc12seriesMerge.sql
    Directory created.
    SP2-0552: Bind variable "17" not declared.
    SQL>
    here it the pc12seriesMerge.sql file
    set serveroutput on
    create or replace directory user_dir as 'c:\dataformats\incoming\';
    DECLARE
    v_filename VARCHAR2(100); -- Data filename
    v_file_exists boolean;
    v_file_length number;
    v_block_size number;
    f utl_file.file_type;
    s varchar2(200);
    lineString varchar(200);
    v_account varchar(5);
    v_IDN varchar(6);
    v_quantity varchar(6);
    BEGIN
    v_filename := 'TEST.TXT';
    DBMS_OUTPUT.PUT_LINE(v_filename); --shows filename
    utl_file.fgetattr('USER_DIR', v_filename, v_file_exists, v_file_length ,v_block_size );
    IF v_file_exists THEN
    dbms_output.put_line('File Exists');
    create table ext_table (
    account varchar2(5),
    idn number(6),
    quantity varchar2(6)
    organization external (
    type oracle_loader
    default directory user_dir
    access parameters (
    records delimited by newline
    fields (
    account position(1:5) char(5),
    idn position(6:11) char(6),
    quantity position(12:17) char(6)
    location ('test.txt')
    reject limit unlimited;
    MERGE INTO id_req_stg t
    USING (
    SELECT account,
    idn,
    decode(quantity, '-', 0, to_number(quantity)) as quantity
    FROM ext_table
    ) v
    ON ( t.account = v.account AND t.idn = v.idn )
    WHEN MATCHED THEN
    UPDATE SET t.quantity = v.quantity
    DELETE WHERE t.quantity = 0
    WHEN NOT MATCHED THEN
    INSERT (account, idn, quantity)
    VALUES (v.account, v.idn, v.quantity);
    ELSE
    dbms_output.put_line('File Does Not Exist');
    END IF; -- file exists
    EXCEPTION
    WHEN UTL_FILE.ACCESS_DENIED THEN
    DBMS_OUTPUT.PUT_LINE('No Access!!!');
    WHEN UTL_FILE.INVALID_PATH THEN
    DBMS_OUTPUT.PUT_LINE('PATH DOES NOT EXIST');
    WHEN others THEN
    DBMS_OUTPUT.PUT_LINE('SQLERRM: ' || SQLERRM);
    END;
    /

  • Aggregator Add all fields from input to output in mapping

    Hi,
    i'm creating a mapping, and added a aggregator to it, but i have to add all fields manually to the output attributes. Is it possibe to add all the input attributes automatically to the output.
    This will save me alot of time, else i've to create about 50 fields manually...

    Have you considered OMB+? I have scripted several similar things to automate tasks. For example, to automate creating the output group of an expression from the field names of a target table, and then connecting the expression to the table field by field I did:
    if [catch { set lst [ OMBRETRIEVE TABLE '$TAB_NAME' GET COLUMNS ] } errmsg] {
          puts "Error retrieving table columns: $errmsg"
          return
        } else {
           foreach tcol $lst {
              OMBALTER MAPPING '$MAP_NAME' ADD ATTRIBUTE '$tcol' OF GROUP 'INOUTGRP1' OF OPERATOR 'EXPR_GEN_ID'
              set ctyp [ OMBRETRIEVE TABLE'$TAB_NAME' COLUMN '$tcol' GET PROPERTIES (DATATYPE) ]
              if {[string match NUMBER $ctyp]} {
                 set clen [ OMBRETRIEVE TABLE '$TAB_NAME' COLUMN '$tcol' GET PROPERTIES (PRECISION) ]
                 OMBALTER MAPPING '$MAP_NAME' MODIFY ATTRIBUTE '$tcol' OF GROUP 'INOUTGRP1' OF OPERATOR 'EXPR_GEN_ID' SET PROPERTIES (DATATYPE,PRECISION) VALUES ('NUMBER','$clen')        
              if {[string match VARCHAR2 $ctyp]} {
                 set clen [OMBRETRIEVE TABLE '$TAB_NAME' COLUMN '$tcol' GET PROPERTIES (LENGTH) ]
                 exec_omb OMBALTER MAPPING '$MAP_NAME' MODIFY ATTRIBUTE '$tcol' OF GROUP 'INOUTGRP1' OF OPERATOR 'EXPR_GEN_ID' SET PROPERTIES (DATATYPE,LENGTH) VALUES ('VARCHAR2','$clen')        
              if {[string match DATE $ctyp]} {
                 exec_omb OMBALTER MAPPING '$MAP_NAME' MODIFY ATTRIBUTE '$tcol' OF GROUP 'INOUTGRP1' OF OPERATOR 'EXPR_GEN_ID' SET PROPERTIES (DATATYPE) VALUES ('DATE')        
              #And now add a connector between the expression and the table.
              OMBALTER MAPPING '$MAP_NAME' ADD CONNECTION FROM ATTRIBUTE '$tcol' OF GROUP 'INOUTGRP1' OF OPERATOR 'EXPR_GEN_ID' TO ATTRIBUTE '$tcol' OF GROUP 'INGRP1' OF OPERATOR '$TAB_NAME'
        }Writing a script to automate copying the INGRP1 group to OUTGRP1 would be pretty similar. Probably not worth it if this the only time you are going to do this, but definitely worth it if this is going to be a common task on your project....
    What you are going to do, it seems, is to cycle through the fiends in the OUTGRP and:
    OMBALTER MAPPING '$MAP_NAME' MODIFY ATTRIBUTE '$tcol' OF GROUP 'OUTGRP1' OF OPERATOR '$YOUROPERATOR' SET PROPERTIES (EXPRESSION) VALUES ('ingrp1.$tcol')
    or something like that.
    Cheers,
    Mike

  • Modify HREIC_VP to add new input fields

    Hi All,
    I need to add new custom input fields to the EEContact2Search.htm view of the HREIC_VP bsp application. Can anyone help me on how to do this?
    Thanks.

    Hi,
    You can have multiple options.
    Either you create a custom web part for new form and add your logic accordingly.
    Another option is to create the custom form using SharePoint designer 2013 and add your JavaScript Code to add the controls dynamically.
    Use InfoPath to create the custom form
    Some of the useful links are as follows
    https://support.office.com/en-us/article/Customize-a-SharePoint-list-form-c1f9283d-f704-4bbe-a8aa-827425ab31ae?ui=en-US&rs=en-US&ad=US
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Add Dynamic Input field

    Hi...Experts am new in ABAP Webdynpro. Actually my application is Add Dynamic Input Field in webdynpro. Already One lable, one Input field is there and I add one more button. When I click that button Dynamically Adding same like existing lable and inputfield.Can anyone tel me how to resolve my problem.

    Hi..Yugesh
    U will try this,Definitly Ul get Answer.
    For Dynamically creating Attribute
    DATA : rootnode_info TYPE REF TO if_wd_context_node_info,
    dyn_node_info TYPE REF TO if_wd_context_node_info,
    dyn_node TYPE REF TO if_wd_context_node.
    DATA : dyn_attr_info TYPE wdr_context_attribute_info.
    dyn_attr_info-name = 'NAME'. Attribute Name
    dyn_attr_info-DEFAULT_VALUE = 'Prakash'. +Iam Setting Default value of attribute,u can change as per ur requirement +
    dyn_attr_info-type_name = 'ZDE_NAME' . Data Element(CHAR20) ( Type Of Attribute )
    rootnode_info = wd_context->get_node_info( ).
    CALL METHOD rootnode_info->add_attribute
    EXPORTING
    attribute_info = dyn_attr_info.
    This will create a attribute at run time...
    For Dynamically creating Input Field
    DATA lr_container TYPE REF TO cl_wd_uielement_container.
    DATA lr_input TYPE REF TO cl_wd_input_field.
    DATA lr_table TYPE REF TO cl_wd_table.
    DATA lo_nd_sflight TYPE REF TO if_wd_context_node.
    DATA lr_button TYPE REF TO cl_wd_button.
    DATA lr_grid_data TYPE REF TO cl_wd_grid_data.
    DATA lr_flow_data TYPE REF TO cl_wd_flow_data.
    DATA lr_matrix TYPE REF TO cl_wd_matrix_head_data.
    +Note : Before that change the Layout of ROOTUIELEMENTCONTAINER to MATRIX LAYOUT +
    navigate from <CONTEXT> to <SFLIGHT> via lead selection
    lr_container ?= view->get_element( 'ROOTUIELEMENTCONTAINER' ).
    CALL METHOD cl_wd_input_field=>new_input_field
    EXPORTING
    bind_value = 'NAME' + attribute which i created above+
    id = 'INPUT1'
    RECEIVING
    control = lr_input.
    lr_matrix = cl_wd_matrix_head_data=>new_matrix_head_data( lr_input ).
    lr_input->set_layout_data( lr_matrix ).
    CALL METHOD lr_container->add_child
    EXPORTING
    index = 1
    the_child = lr_input.
    ENDIF.
    Code it in WDDOMODIFYVIEW...

  • How to add a input field for personal ID in My Account - Personal Data

    Hi,
    I am new for B2C shop development. Now I have to add a ID number in Personal Data of My Account in B2C shop. This field is in the assignmemnt block of Identification Number, but it seems not easy to add this field in B2C shop JSP page.
    Gurus, would you please give any guide? Thanks!
    BR,
    Hao

    Hi Hao,
    Please download these files for which you need marketplace login id.
    Development Guide
    https://websmp210.sap-ag.de/~sapdownload/011000358700000469462006E/
    Tutorial
    https://websmp206.sap-ag.de/~sapdownload/011000358700006120622006E/
    Regards,
    Arshid

  • To add a method on select of a date from a date input field

    Hi,
    I have a input field which is binded to context element, type date. Hence the output screen has a date popup, from which user can select any dates.
    Is it any way i can have a action executed on select of a date value?
    I mean when the user selects a date from the date field an wction should be called.
    As I have chosen it to be input field so at present I have only the option of OnEnter, which is not fulfilling the requirement.
    Regards,
    Pranay

    Hi Pranay,
    Use the Date Navigator instead. It has got the same functionality as Date Picker (this is what you are using) & moreover, you can achieve what you desired. It has got the functions like onDaySelect, onWeekSelect & onMonthSelect & onSelect.
    That will trigger the action what you want.
    Regards
    Chander Kararia
    # Please close the thread once get the correct answer. Give rewards for answers.

  • How can i add input/output fields in the subscreens

    Hi folks,
    I want to create two subscreens onto a main screen.
    For that, i went to se51 and defined a main screen e.g.1100. with normal screen attributes.
    Again, in the se51 initial screen i gave screen number e.g.110 with subscreen attribute.When i go to layout of subscreen i am unable to add any field or push button to that..
    My issue is to display the drawn data on a subscreen.
    Thanks for your answers in advance.....
    Regards,
    Ranjith.T.

    hi for subscreens do like this..
    REPORT ZDATEDIFF.
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title.
                                        PUSHBUTTON 2(10)  but1 USER-COMMAND cli1,
                                        VISIBLE LENGTH 10.
    Parameters: p_name like sy-uname,
                p_pas like sy-uname lower case.
    SELECTION-SCREEN skip 1.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(70) text-001.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF SCREEN 500.
    *title = 'HAI VENKAT LOGIN PLEASE'.
    CALL SELECTION-SCREEN '0500' STARTING AT 10 10 ending at 70 14.
    AT SELECTION-SCREEN OUTPUT.
    loop at screen.
      check screen-name eq 'P_PAS'.
      move: 1 to screen-invisible.
      modify screen.
    endloop.
    start-of-selection.
    if p_pas = 'venkat'.
    write:/ 'this is working'.
    endif.

  • AGS_WORK_INCIDENT_MAN - add field as input field

    Hi experts!!
    I would like to customize a bit the WD AGS_WORK_INCIDENT_MAN, so as to have the "created at" field as an input field on message edit mode. I have never again done this..
    Could anyone please guide me a bit????
    Thank you all in advance!!!
    Edited by: Grigoria Koutsogianni on Oct 19, 2009 2:54 PM

    Hi,
    Call SE80. Select Web Dynpro Comp and search for the object AGS_WORK_INCIDENT_MAN. You can customize using the options displayed below. Select the reqired option say View .You will get the detailed view at the right side and go ahead with your changes.
    Hope this helps.
    Rajeev

  • Add a input field

    *Hi all experts*
    *i want to know the procedure of adding a new input field for Maintain field status for field selection string*
    *in funds managements define field selection string*
    *regards*
    *archana*

    Hi Hao,
    Please download these files for which you need marketplace login id.
    Development Guide
    https://websmp210.sap-ag.de/~sapdownload/011000358700000469462006E/
    Tutorial
    https://websmp206.sap-ag.de/~sapdownload/011000358700006120622006E/
    Regards,
    Arshid

Maybe you are looking for

  • How do I uninstall Safari 5.0.6 and re-install an older version?

    I have an older iMac running Leopard OS X 10.5.8 and I accidently downloaded and installed a version of Safari (5.0.6) that is not supported by Leopard OS X 10.5.8. So now my old version of Safari is gone and I cannot figure out how to un-install Saf

  • How to initialize the Select Options

    Hi, I have 5 select-options and 3 parameters in my selection screen. I have to assign default values to the select-options. I have S_VKORG for Sales Organization. The default values for this select-option are 'KF11', 'BH13', 'KF26'. How to assign the

  • Can't join wifi network

    My iPhone5 does not make a connection to my MiFi network, the little dial just spins around - my wife's phone connects readily.

  • Iweb hates me! Can't publish at all to Godaddy

    I have a username, password, domain name, and hosting account through godaddy. All I want is to publish my iWeb site to my registered domain name. All I get are error messages that a connection could not be determined to my domain. I have changed my

  • Alv reports from scratch

    i want to make some MM ALV REPORT please send me detail step by step or send me any detail document about alv report. email address:  [email protected] mobile: 0569156323