Addition of a Column in MD61

Hi,
I want to Add Column in MD61 i.e. Customer reference.
This colomn would be purely for Reporting purpose only.
Please guide, as to whether any Screen Exits are available for the same ? If not, how can it be done.
Thanks in advance,
Harris

No Comments recvd from any members

Similar Messages

  • How to do addition of two columns cells in Matrix.

    Hi All,
    I tried following code on LostFocus event of Mtrix. I want to do addition of two columns cells of matrix and addtion display in third column. I tried the following code but in this I am getting the column value and when i enterd any value in columns cells it disappear when i move to next column cells.
    Can anybody suggest me how to do it ?
    Dim i As Integer
                Dim v1, v2 As String
                matrix.Columns.Item("V_4").DataBind.SetBound(True, "", "matrixds")
                If pVal.ColUID = "V_4" Then
                    For i = 0 To matrix.RowCount - 1
                        v1 = matrix.Columns.Item("V_5").Cells.Item(i + 1).Specific.Value
                        v2 = matrix.Columns.Item("V_4").Cells.Item(i + 1).Specific.Value
                        Dim v3 As Integer = CInt(v1) + CInt(v2)
                        matrix.Columns.Item("V_3").Cells.Item(i + 1).Specific.Value = v3.ToString()
                    Next
                End If
    Thanks and Regards,

    Hi,
    u bind all the columns to the datasource in the matrix.then the value does not disappear.
    Change ur code as follows:
    Use the databind in formload
    matrix.Columns.Item("V_4").DataBind.SetBound(True, "", "matrixds1")
    matrix.Columns.Item("V_5").DataBind.SetBound(True, "", "matrixds2")
    matrix.Columns.Item("V_3").DataBind.SetBound(True, "", "matrixds3")
    Dim v1, v2 As sapbouicom.edittext
    If pVal.ColUID = "V_4" Then
    v1 = matrix.Columns.Item("V_5").Cells.Item(pVal.row).Specific
    v2 = matrix.Columns.Item("V_4").Cells.Item(pVal.row).Specific
    v3=  matrix.Columns.Item("V_3").Cells.Item(pVal.row).Specific
    v3.Value = v1 .Value + v2.Value
    End If
    Kind Regards
    Mohana

  • Issue in Addition of  attribute column in VO

    Hi All,
    I have a custom VO in which dependent on custom EO which requires a extra attribute to be added. i added that attribute in both EO & VO. But changed the definition of page to add this extra field to accomdate the extra attribute, im getting below error, i have checked VOimpl and VOrowimpl both the addition of new attribute, need suggestion in this regard.
    java.lang.NullPointerException
         at oracle.jbo.server.ViewObjectImpl.getAttributeIndexOf(ViewObjectImpl.java:4166)
         at oracle.apps.fnd.framework.webui.OAMessageLovInputHelper.getMinCharsForLookAhead(OAMessageLovInputHelper.java:3944)
         at oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean.getMinCharsForLookAhead(OAMessageLovInputBean.java:1249)
         at oracle.apps.fnd.framework.webui.OAMessageLovInputHelper.addLookAheadData(OAMessageLovInputHelper.java:3206)
         at oracle.apps.fnd.framework.webui.OAMessageLovInputHelper.processRequestAfterController(OAMessageLovInputHelper.java:1106)

    Hi,
    Looks like your newly added attribute didn't take effect,
    Did you added a new column in the database?
    In EO how did you added the new attribute? using sync DB option?
    In the VO query did you added the new attribute as the last column?
    After adding the Attribute in the VO, did you checked the Attribute Mapping is showing correct mapping?
    Thanks,
    With regards,
    Kali.
    OSSi.

  • Addition of New Column name "Qty" in user defined layout for CJR2

    Hi Friends,
    I am going thorugh variurs posts but could not a fetch correct answer. If that was available and missed, sorry about that.
    My requirement is, wanted to have new user defined layout which would be copied from 1-701 (CJR2). The layout should have new column which would be named as "Qty".
    Note that I tried to change name after pulling new fileds from left side to right hand side but these fields are grayed out in change layout.
    What is the work around solution to have new column and tthis wouold be named as "Qty". Let me ask one question is it possible to add new fields name to standard layout like 1-702 other than what it has been delivered by SAP????.
    Looking forward to hear from and thanks for your efforts.
    Regards,
    Sudhakar

    Have you tried MENU > Edit > Columns > Append additional fields?
    I think you can not choose any other characteristics other than SAP has provided which is mentioned in SAP Help.
    Regards,
    Mahendra

  • Addition of new column in MC.1 Report

    Dear experts,
    MC.1 report displays stock in transit value but does not displays stock in transit quantity, is it possible that we can display additional column for stock in. transit.
    A detailed reply on how additional tables can be joined in MC series reports will be appreciated.
    Thanks & regards
    Anand Tripathi

    hi,
    In MC.1 only in the second screen select the Switch Drill down and select MRP type or Material you get the quantity also
    Hope it helps u..
    Regards,
    Sravanthi

  • Addition of new column in Transaction VL10G

    Hello Experts.
    My requirement is that USER want to add new column in Transaction  VL10G
    There two plant in which Ware house management is activated. while creating delivery from Transaction VL10G from these two plants, Storage type column should be added in layout in delivery creation screen.
    Storage type column should be appear after executing VL10G for Ware house managed plant only.
    please help me in that ,is there any configuration or USER Exist which can fulfilled my requirement. ?
    waiting for reply.....its quite Urgent
    Regards
    Pash@SD

    Hi
    Go to report V50R_USEREXITS and see these includes
    * 1. Add field to list-display
    * Userexits for additional fields on list display
    * use append-structure in DDIC at structure SHP_VL10_ITEM
    * and ad field value in one of these routines
    *INCLUDE LV50R_VIEWG02.       "POS_ITEM_FILL_USER:       SD/MM-orders
    *INCLUDE LV50R_VIEWG03.       "POSTAB_VEPVG_FILL_USER    SD-Index
    *INCLUDE LV50R_VIEWG06.       "POSTAB_VETVG_FILL_USER    MM-Index
    *INCLUDE LV50R_VIEWG07.       "POSTAB_DELIVERY_FILL_USER Delivery item
    See also SAP Note 421791 - VL10: Including new fields in the shipping due date list
    Regards
    Eduardo

  • Addition of new column in standard ALV

    Hi,
    Can somebody help on
    How to add new col in the ALV and also addition of a custom button.

    Check this..
    for adding column
        data lo_cmp_usage type ref to if_wd_component_usage.
        lo_cmp_usage =   wd_this->wd_cpuse_alv1( ). " alv1 is my alv component name
        if lo_cmp_usage->has_active_component( ) is initial.
          lo_cmp_usage->create_component( ).
        endif.
        data lo_interfacecontroller type ref to iwci_salv_wd_table .
        lo_interfacecontroller =   wd_this->wd_cpifc_alv1( ).
        data lo_value type ref to cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
        data: lo_column1 type ref to cl_salv_wd_column.
        lo_column1 = lo_value->if_salv_wd_column_settings~create_column( 'ATTRIBUTE NAME IN CAPITAL ).
    Regards
    Srinivas

  • HREIC Enhancement: Addition of SLA column to activity search result page

    Hi Experts,
    I am currently assigned in enhancing the activity search of transaction code HREIC_VP by adding SLA column in the output table. I debugged this BSP application and haven't found any class where the selection of data happens.
    Does anybody know what class is responsible of selecting the data to be displayed in activity search and how this is being transferred to the output table.
    Many thanks in advance,
    Larissa

    1) Enhance the component BT126S_APPT
    2) Enhance the view BT126S_APPT/ApptSR
    3) Add the attribute to the context node BTQRACT via the following method
    Simply add the object_id field from the BTQRact node by right clicking on the BTQRACT atttributes folder and choosing create
    attribute.
    In the wizard choose add model attribute.
    Attribute Name OBJECT_ID
    BOL Entity:  BTQRAct
    BOL Attribute:  OBJECT_ID
    Hit continue and you are done.  Now the field should be available for view configuration and you would perform that step as normal.
    No need for the complicated coding suggested above as it already exists in the BTQRAct genil/bol entity structure and just needed to be exposed.  I have done this before and is working fine in my production system with no errors on CRM 2007 SPS01.
    Take care,
    Stephen

  • Dynamic addition of a column to a table

    Hi All,
    I need to add one column dynamically to the existing table and also I have to populate the data dynamically. Can you help me out in this? Thanks in advance.
    Message was edited by:
            Bharath Akuthota

    Either create it a design-time invisible and make it visible if needed (probably more simply than by code), or use some code like this:
    wdDoModifyView(...)
      if (<table structure changed>)
        IWDTable table = (IWDTable) view.getElement("TableID");
        IWDTableColumn col = (IWDTableColumn) view.createElement(IWDTableColumn.class, null);
        table.addColumn(col); // NW04
        table.addGroupedColumn(col); // NW 7.0
        IWDInputField editor = (IWDInputField) view.createElement(IWDInputField.class, null);
        col.setTableCellEditor(editor);
        editor.bindValue(<attribute inside table data source that should be edited>);
    Armin

  • PO Screen Layout change, Addition of one column in Item Overview screen!

    Hi All,
    I have one typical requirement where in user wants to add one column in the Item overview screen, example "Reason for ordering" which is there in Item Detail under Retail Tab!
    Can anyone suggest, How can i get this done? and also i want to know if  there is any possibility to add this field at header level??
    please let me know if i'm not clear in describing the issue...
    Suggestion and solutions would be rewarded & appreciated,
    Thanks in Advance..
    Regards,
    Siddaram

    hi,
    Check sap note 458591..
    Regards
    Priyanka.P

  • Regarding addition of new column in existing  appraisal templates

    hi gurus,
    i m working on the existing appraisal templates in which i have to add one more column named "Avereage Rating"
           in which the average of "MID YEAR ACHIEVEMENT COLUMN TOTAL VALUE" & "FINAL APPRAISAL RATING COLUMN TOTAL VALUE"
           for eg:"(3.5+4.0)/2 = 3.75" i.e the value 3.75 will come in the average rating column,plz help me to sort out
           this column,for this,no doubt i have added the column for this but for the  value "3.75" what "value list",
           "value class" & "value determination" sud i use against this column plz help me....

    solved

  • Addition of New Column

    I would like to know is it possible to add a new column/Drop an existing column from a existing table with huge data in Oracle 8i.
    Thanx in ADV
    GSR

    Yes you can do both operations. Use the following commands
    ALTER TABLE <tablename> ADD for adding cols
    ALTER TABLE <tablename> DROP COLUMN for dropping columns.

  • Addition of new column into SAP query program

    Hi freinds,
    There is a query program(joins EKKO,EKPO) which contains columns like vendor,purchase doc,item,material and material description etc..
    I need to insert a new column 'Supplying plant' in 2nd position after vendor column...When I try to add a field into internal table,am getting short dump error...
    Kindly suggest on this problem...
    Thanks in advance...
    Bharat.

    Hi,
    the program you got is it a copy from a SAP QUERY created on TCode SQ01 ?
    If yes got to Tcode SQ01 draw a new one and see the report generated
    Best Regards
    Jaime

  • Addition of new column /field PO number in list of shopping carts

    Hi All,
    We are working on SRM 6.0
    We want to add new column (field) PO number in list of  shopping carts on the Shopping Carts tab
    Can anyone give me some pointers as to how to achieve this.
    Thanks in Advance
    Snehal

    Hi,
    Please be clear .. where you are going to add column ?
    Standard report BBP_BW_SC2  available in that we can see the shopping cart status and follow on document (PO) information
    Thanks & Regards,
    prasad.s

  • Addition of result column in SRM 7.0 POWL Report "Contracts for Supplier"

    Hi,
    We are on SAP SRM 7.0 SP08. There are two POWL reports associated with contracts i.e. "Contract for Supplier" and "Contract for Product". We want to add two fields/columns to the report (Payment Type and Responsible Employee).
    As per SAP standards, we appended two structures /SAPSRM/S_SEARCH_RESULT_CTR and /SAPSRM/S_POWL_RESULT_CTR. Feeder type "/SAPSRM/SRM_CTR_H_01" assigned to this report is not maintained in t-code /SAPSRM/POWL_CUST.
    Fields are still not displayed as column in the report. Please suggest.
    Thanks

    Hi Mudit,
    Thanks a lot for reply.
    I have done the same but getting below error:-
    Mon Aug 22 14:46:22 GMT+05:30 2011          Importing a CSV file.
    Mon Aug 22 14:46:22 GMT+05:30 2011          ..Inserting CSV data from file rtimport_29769.csv
    Mon Aug 22 14:46:48 GMT+05:30 2011          ......Record 1. Warning: Warning: the item sc0001 referenced in column CONTACT could not be found
    Mon Aug 22 14:46:48 GMT+05:30 2011          ....Import failed for object number 1. This field is required and must have a valid value. [CONTACT].
    Mon Aug 22 14:46:48 GMT+05:30 2011          ..Complete. 0 ok. 1 failed.
    Mon Aug 22 14:46:48 GMT+05:30 2011          ..Importing a CSV file. 0 ok. 1 failed. File rtimport_29769.csv
    Mon Aug 22 14:46:48 GMT+05:30 2011          Error during action failed to import data, 1 error(s).
    If I am understood correct, you have asked to use User ID of Supplier contact which i have taken from theSupplier Contact-> Account management ->Used ID field under directory inofrmation.
    I have dounloaded Masteragreement template and tried load the workbook with the data, same error is coming.
    Thanks,
    Deepak!!!
    Edited by: Deepak Arora on Aug 22, 2011 11:28 AM

Maybe you are looking for

  • Presenter 7 not playing videos

    Hi, some of the videos I import to a slide are not played after publishing. Source videos are DV-Video & PCM-Audio. Further details or a sample can be provided. I'm using Presenter 7 on a WinXp machine using Office 2003. Same issue happend on a Win7x

  • Problem Installing AccessManager6.x in AppServer8.1. Need how to.

    Successfully installled AM into WebServer, but if I choose AppServer as container......I fail....help. 1. I installed JES2005Q1 AppServer8.1, this is a standalone tar file fr sun.com 2. started install of AccessManager, this is a standalone tar file

  • IBook G4 12'' 1.33Ghz; RAM question

    I have 1 GB DDR SDRAM, can a 12 inch iBook handle more than 1 GB? I just forget what its maximum is.

  • Invoice create from DeliveryNote

    Good Day Experts: I have SalesOrders that were "Copied To" a DeliveryOrder using the Copy To button on the lower right portion of the SalesOrder screen. I then use the DeliveryNote object via the DocEntry value to get information to build an Invoice.

  • Use Aperture to geotag photos, then export

    I am using my iPhone to track my location when I take pictures with my digital camera. The app on my iPhone produces a .gpx file, and Aperture uses it to geotag my photos. These geotags appear in Aperture and iPhoto. So far so good! I am also maintai