Problem in Adding Field in the View

Hi Friends,
        I want to add one field in the view of Interaction Center Webclient.
I copied the view to the Custom BSP and when i try to Add the attribute in context node the Required Attribute is not available in BOL Entity.Please Help me How to Proceed this.
Thanks & Regards,
Ashok.

Hi,
Create ITAB as follows:
Fetch all the data from all the columns SME001 to SME016 in the respective columns in internal table itab.
Make use of field-symbol to add the value of the corresponding columns as follows:-
<FS1> as line type of ITAB
<fs2> type any.
Assume period selected is 007
LOOP AT ITAB ASSIGNING <FS1>
DO.
IF PERIOD = 000.
exit.
ENDIF.
Concatenate 'SME' period into LV_VARIABLE.
Assign component LV_VARIABLE of structure <FS1>
to <FS2>.
if <FS2> is assigned.
sum = sum + <FS2>
endif.
period = period - 1.
ENDDO.
ENDLOOP.
So now sum will contain the sum of the values of SME001 to SME007.
I hope it is clear.
Regards,
Ankur Parab

Similar Messages

  • Adding field in the standard report

    Hi ,
    i have added the one field in the standard transaction VL06 , in the outboud deliveries report according to the Note 605460. I have to add the field in LIPOV structure.
    after adding that field(include structure), in output i am not getting that added field.
    please help me .
    regards,
    ajay reddy

    >
    Ajay reddy wrote:
    > hI,
    >
    > i got the one more note to display added field in the report . (Note : 128154)
    >
    > thanks for your tme
    >
    > regards,
    > Ajay  reddy
    Hi Ajay,
    I have the same problem. I have added the field in the field catalog and the field in the final internal table also.
    But sometimes its displayed and sometime not.
    Looking forward for some help here.
    Varun

  • Not able to display the values in the input fields of the view

    Hi All.
    I am facing an unique issue.
    My custom element created in my custom node getting a null value
    from a Get Vendor Details RFC written in RFC.
    The values are getting populated in the custom element but not coming in the
    input field of the corresponding view.
    Then, I wrote this code
    wdContext.nodeCustom.setLeadSelection(1);
    and all the output came in the input field.
    Now, after a build it is not coming in the input fields of the view.
    All my custom nodes are Singleton and values are coming in the custom elements
    as I can print them by wdComponentApi.getMessageManager.reportSuccess(""+customnode.getField());
    All my nodes are Singleton.
    Please give your valuable inputs.
    Regards
    Kaushik Banerjee

    Hi
    Check the node property
    initializeLeadSelection     true
    if not make it true , I would suggest to make a value node of the same structure as in RFC after execuation of the RFC populate the value manually.Dont bind it directly to the UI element.
    BR
    Satish Kumar

  • Displaying Description for SAP Table Field in the View

    Hi
    We are working on a HANA implementation Project Where we have a requirement to build View on HR tables.
    Issue: When i join HR infotypes (tables ) in the view it is getting only Technical names and not descriptions. i have used Semantics option which is available and still it doesn't bring description in to the View.
    Please let me know if any one has solution or work around for this.
    We have more than 100 fields in the View so maintaining Descriptions manully will take lot of time.
    Regards
    Venkat

    Hi Chandra
    Yes, We have Description available in the sourece tables.
    We are connected to HANA Suite and tables in ECC having Descriptions.
    Regards
    Venkat

  • Adding fields to the standard Report

    hi ,
    could u plz tell me what r the guidelines we have to follow
    while adding fields to the standard Report. (Ver ECC 6.0)
    in QA32 Tcode, after executing it will generate a report there i hv to add it.
    I could find structure of that main final table, i hv appended desired field also,
    Now im looking into Enhancement spot for it, is there any method to do it.
    Plz hv eye on it.
    Regards
    Vivek

    Hi ,
    this is the exact answer for your question.
    Go to the inclide RQALVF14 in this there is a perform  call_listviewer_f14, in this the output is displaying using REUSE_ALV_GRID_DISPLAY function module . before this do like this ..
    modify the output table p_object_tab like this .
    the output table is of structure QALS_D02 you can extend this by appending a structure with the custom fields and there is an enhancement ( i have checked it) in this routine call_listviewer_f14 in RQALVF14. Create an enhancement in this routine at the start of the routine and modify the output table using your custom code in it , then you wil get the data as well as fields into fieldcatalog,.
    Regards,
    Venkat Appikonda.

  • How  to validate the mandatory fields in the view in WDA?

    Dear experts,
                            Iam new to WDA. i just want to know how  to validate the mandatory fields in the view in WDA?please refer any documents for validating the mandatory fields.
    Regards,
    murthy.
    Edited by: Murthy Ganti on Jul 13, 2009 2:31 PM

    Hi,
    Firstly goto view->select the element that you want to make mandatory and set the State property to required.
    Secondly place the below code in the WDDOBEFOREACTION
    DATA: l_view_controller TYPE REF TO if_wd_view_controller.
    * Get view controller
      l_view_controller = wd_this->wd_get_api( ).
    * Check for mandatory attribute
      cl_wd_dynamic_tool=>check_mandatory_attr_on_view(
      EXPORTING view_controller  = l_view_controller
                display_messages = abap_true
    Regards,
    Radhika.

  • How to add a field in the view not in context node

    Hi All,
            I want to add a new field in one of my views. The problem is that the field does not exist in the context node. I have checked in the BOL model there it comes under another root object. I would  like to know whether it is possible to add the field from another root object.
    can you please help to me to solve this issue.
    Advance Thanks & Regards
    Sujith

    Hi Ashish,
                  I will give a detailed explanation of my requirement. I am working in ICWEB client for utility services, In this case for a particular view in the bsp application CRM_IUFCS_IC/View1.htm i want to add a field but the field is not the context nodes, or any of the related entities in the BOl Model. But its in  another root object in the BOL Model. So i would like to know how can i add this field into my layout.
    e.g.:let context node in view to be modified is buag and the field to be added is under BuilHeader object. This is the scenario.
    Advance Thanks,
    Sujith

  • Adding fields in costing view of material master

    Hi gurus,
    I need to add 4 fields in costing view of material master. I have followed the steps in SPRO, for configuring customized screen in material master.
    1) Created a function group YMMCO and copied the screen 2904 from program SAPLMGD1.
    2) Added 4 fields in my customized screen.
    3) Created copy of 01 ( Screen reference ) to z1 in OMT3B.
    Since 2904 is not there in the sequence . I changed one 0001 sequence at the end to 2904 . I also assigned my program
    SAPLYMMCO to it. I can see the changed fields in data screen and subscreen.
    4) Then I assigned the SSq to z1 in transaction OMT3E.
    But unfortunately, when I go to MM01 to create a material , I am not able to view the fields I added in costing view.
    I have checked the screen for the previous field, it shows 2904 only.
    Two days back, I did the same thing in basic data view 1 , it was working properly. As per client's suggestion I put it in
    costing view, it is not working . Please give me suitable suggestions.
    Thanks in advance.
    D. Mallick

    Hi,
    I also need to add custom fields to Basic data view. After copying & changing the screen sequence in Config, I could able to see the custom fields in Basic Data view.
    I have appended structure with custom fields to MARA table.
    But the values I enter in the screen is not getting updated to the table MARA.
    Can you please let me know the code, I should have have in PAI (Process After Input) module in the Sub Screen to update the values?
    Thanks,
    Dasa

  • Adding field in Maintenance view of table

    Hi,
    I am trying to create a custom maintanable table.  Now the requirement is I need to add one more extra  field in the maintenace view of the table which should not be in the table fields and is for display only in the maintencae view.
    I tried adding a cloumn by editing the screen program generated by the table maintenance generator. I get the the display in the maintenance view of that extra field. But I dont get the values populated.
    Can you please let me know in which PBO or PAI i should write the module programe ..
    Help will be rewarded with points.

    Hello Bluesh
    Normally the extra field should be from a table that has a foreign-key relationship to your main table. Thus, add this additional table to the list of tables for the view. If it does not have a suitable relationship you cannot add it to the list of tables.
    Afterwards add the required field to the list of view fields and set its property to 'R' = read-only.
    If correctly defined there is no need at all to modify the screen(s) or the coding of the PBO/PAI modules.
    Example: your z-table contains field KUNNR (value table KNA1) and you want to add the NAME1 field to your maintenance view
    add table KNA1 to the list of tables
    add field NAME1 to view fields
    set its property to 'R'
    regenerate function modules and screens
    Regards
      Uwe

  • Problem with a field in the account management tab

    Hi,
    I have IDM 2005Q3. I configured IDM so that it can creates valid portal account by adding objectclasses to the portal user profile.
    Now I have a problem when I want to edit this user profile in IDM. Instead of showing the classes in a "multi value" field, it shows them in text field. And this keeps you from saving the changes because this would corrupt the ldap.
    I know I only need to change the type of the field but I don't know how to do that.
    If someone already did that change, I would like to know how you did it.
    thanks

    Ben78,
    If you are using the tabbed user form, then there is a <FormRef> to 'MissingFields'. This special form will build a text box and label for each Left-hand side schema attribute for every assigned resource, if that attribute is not already represented by a field on the form.... got all that?
    So, if you create a new field on the form, Missing fields will not create a text box.
    Check the sample/forms directory for examples of Multiselect fields.

  • Problem in adding fields in ADRC

    We are finding problem in adding and deleing fields n ADRC. We have added few fields to ADRC however when we are adding same through Append structure and adjust its giving problem.
    We are suspecting field created in data dictionary but not added in database (Oracle).
    Please let us know your views and suggest proceeding further.

    We are suspecting field created in data dictionary but not added in database (Oracle).
    So let's make sure:
    Check ABAP dictionary in SE11.
    Check Oracle dictionary in sqlplus:
    sqlplus <schema>/<password>
    describe ADRC

  • Question: How to handle or rename lable of fields of the view configuratio?

    Hello,
    Ive a question about how to rename or use my fields/lables of the view configuration.
    I placed two fields there and set a field description for the lable. But the problem is that it isnt multilingual. So I want to set this description or lable with an OTR text.
    Where and how can I do that?
    Best Regards,
    Marcus

    Hi Marcus,
    You can try the following for translation purpose:
    Translation
    You can use a dedicated transaction to translate field labels and captions that have been changed.
    Example
    You have changed field labels and captions on the opportunity overview page (application component BT111H_OPPT) and on the opportunity search page (application component BT111S_OPPT), in the UI configuration in transaction BSP_WD_CMPWB. You want to translate the changes that you have made in the views.
    End of the example.
    Activities
    Finding Out the Context ID
    Before you start the translation, you need to find out the context ID in the corresponding configuration.
    Start the BSP Component Workbench.
    Select the UI component and the view that you want to translate.
    Click the Configuration tab, and click Choose Configuration.
    In the Configuration Selection, you can choose a context ID.
    Note
    Alternatively, you can find out the context ID in the Technical Data dialog of the CRM WebClient UI. You can start the Technical Data dialog with the F2 key. You can find the context ID in the technical information about the configuration at runtime.
    End of the note.
    Translating by Using the Context ID
    Start transaction SE63.
    You see the page Initial Screen: Standard Translation Environment.
    Enter BSP2 in the transaction code field.
    You see the page ABAP Short Texts: BSP Layout Texts (Client-Dependent).
    In the field Object Name, enter the context ID, which you have found out beforehand.
    Choose the source language and target language, English as the source language and German as the target language, for example.
    Click Edit to translate the object.
    Save your entries.
    Translating by Using the Collection
    You can also use the collection for translation purposes. The collection technically corresponds to the package, which you can find out in the Technical Data dialog of the CRM WebClient UI. You can start the Technical Data dialog with the F2 key. The package name is available at the technical information about the UI component.
    Start transaction SE63.
    You see the page Initial Screen: Standard Translation Environment.
    Enter BSP2 in the transaction code field.
    You see the page ABAP Short Texts: BSP Layout Texts (Client-Dependent).
    In the field Object Name, press F4 to start the input help.
    In the field Collection, enter the collection/package that you found out beforehand.
    You see a list with all context IDs that belong to this collection. Every configuration has its own context ID.
    Click the RIGHT ARROW key with the quick info text Next Variant to see the corresponding view names.
    Select the view that you want to translate.
    Choose the source language and the target language.
    Click Edit to translate the object.
    Save your entries.
    Regards
    Ajay

  • Error! Adding fields to the field catalog

    Dear Sap Support,
    I just added to the field catalog the field "Short Text" which stands for product description. The thing is that this field was needed in the tab "Discount" of the Marketing Planner.
    This field was then added to the table CUS_002 (usage PR), and table CUS_003 (usage FG)
    After that change, when I go to the marketing planner and try to insert a new condition, the program throws an error just right after a choose the product to be discounted. The error says: "FIELD_CHECK/DEFAULT_VALUE_SUGGESTION for BAdI /SAPCND/ROLLNAME for filter COMT_PRSHTEXTX is missing"
    Where can I find that Badi? and how does it have to be implemented?
    Best regards,
    Mariana

    Hi Mariana
    How did you slove the problem
    Thanks
    Ron

  • Newly added field in the data Source not getting populated

    Hello All,
    We have added few fields in the Data Source. The Data Source is based on the InfoSet. We have included the field in the Infoset and have updated the code to fetch the value for the newly added fields.
    When we perform the test extraction for this Data Source in RSA3, the newly added fields are not getting populdated with the value. In the system generated query's selection list, the newly added fields are not selected.
    Please let mw know how to get the newly added field selected in the system generated query of the infoset.
    Regards,
    -Purnima

    Hi,
    As you said you have added the filed in Info Set. Have you included the same in data source? try if not.
    If you are trying to create a query in source system to check the data. I guess in R/3 (ECC) then you have to include the new field in slection critera (ther is an option available on top menu).
    I would suggest before creating any query go to RSO2 select the data source. Display the field structure and check if the filed is there or not. You maysee Infoset level data directly by data display from top menu. Try that optionas well to check.
    I hope it will help.
    THanks,
    S

  • Display a sum of a column(field) in the view

    Hi
    I would like to show the sum of a revenue field(currency) in any view of the opportunity entity(only when revenue field exist in the view) , may be at the end of the view or as a alert message on button click., but sum should change dynamically based on
    the filters applied or selected records.
    E.g. Here Est. Revenue to be summed and displayed.
    Kindly help me... Thanks in advance.
    Rekha.J

    This is the Solution
    Add This Code to Desing Page:-
    <GridView id="GrdView1" Runat Server/>
    <asp:TemplateField HeaderText="Date" ItemStyle-Width="100px">
                            <ItemTemplate>
                               <%# Eval("Date","{0:MMM d,yyyy}").ToString()%>
                            </ItemTemplate>
                            <FooterTemplate>
                                Sub-Total:
                            </FooterTemplate>
                        </asp:TemplateField>
                        <asp:TemplateField HeaderText="Amount" ItemStyle-Width="118px">
                            <ItemTemplate>
                                <%# GetAmount(decimal.Parse(Eval("Amount").ToString())).ToString()%>
                            </ItemTemplate>
                            <FooterTemplate>
                                <%# GetToalAmount().ToString("")%>
                            </FooterTemplate>
                        </asp:TemplateField>
    </GrigView>
    In the cs file write the code on pageload as
    decimal TotalAmountPaid = 0;
        public decimal GetAmount(decimal Price)
            TotalAmountPaid += Price;
            return Price;
        public decimal GetToalAmount()
            return TotalAmountPaid;
    Then Run This..............................

Maybe you are looking for

  • Trying to download Photoshop CS6 on a new HP convertible laptop with Windows 8.1

    Hi, I purchased Photoshop CS6 a couple years back before CC was released. I just had to get a new computer because Best Buy majorly screwed up a simple repair on mine, and they junked my old computer and gave me a new one. It's a convertible HP runni

  • How to send the quotation as attachment in notification

    Hi folks, I have a small clarification regarding workflows. I am creating a Quotation and Iam trigering the workflow . The Workflow gets trigerred and a notification is sent to the Manager . The Manager can either Approve or reject . If Approved the

  • Invalid segment length (LL) of [1804] in input object-Using J2C Connector

    Hello, I have been struggling with this issue for the past 1 week .I am using J2C Connector tools to generate beans that lets us to communicate to cobol programs. In cobol code we have declared LL as like this. 05 LL PIC S9(4) COMP. 05 ZZ PIC XX. Usi

  • Mac mini AirPort and Linksys

    I have a Mac mini with an AirPort Extreme Card built in. I got a Linksys Router because I am having Cable Internet installed next weekend. The cable modem will have to connect to my brother's PC because he doesn't have a wireless internect card. Anyw

  • FEX-2232 FCoE Port channel limitation

    Hi all, i havea single FEX 2232 single homed to nexus 5020 via port-channel. at the FEX 2232, i connected a server which have 2 X CNA and running two vlans: vlan 200 for ethernet and vlan 300 for FCoE. i connected the server to the single fex via por