Adding the fields to VCSD_UPDATE

Hi all,
I have to add 3 fields into VCSD_UPDATE structure. I got the user exit EXIT_SAPLCEI0_001 to add the fields into this structure. Can any body tell me the logic how to add the fields in this structure.
If anybody having the logic please provide...
Thanks in advance,
Bala...

yes.
Once the enhancement is done for data source in r/3 side, you will have to replicate the datasource in BW.
Adding new fields will deactivate the update rules. You have to map the same in update rule and activate the same.
This will require activation of  transformations, update rules, etc for related DSOs. Try to find out the where used list for the DSO where you want to add the new objects. Then check each objects whether these are activate after the changes. If these are inactive, you will have to activate all the objects.
Cheers
Chanda

Similar Messages

  • Adding the field to segment

    Hi
    while i am adding the field to segment i am getting this error
    "Error while resetting release of segment Z1XXXX"
    Message no. EA259.
    here i did the cancel release to edit the segment to add field
    i am not able to go to edit mode.any suggestions?
    thank you

    Hi Sunny,
    If you want to add a new field, then in WE31, go to Segment->Add version.
    After addition of the field, set release to this version. But before all this, Cancel release on the active version.
    Let us know if it worked.
    Vijay

  • Not able to see Metadata fields when adding the fields to the rule in UCM

    Not able to see Metadata fields when adding the fields to the rule even after creating them in information fields of configuration manager.It is happening for few fields only.We are using 10.1.3 version of UCM.Kindly provide a solution if any.

    Dhilipan,
    I am trying to setup AES at the current Customer.
    You are right on LR_JP to be linked to customs code list instead of ACE and I do achieve that if I were to maintain the Custom code list by maintaining the assignment for EAR in a separate test.
    I was infact trying to follow the link: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30c7015e-c191-2d10-71b9-95907dc8edd1?overridelayout=t…
    On this document, if you look at page# 14 thru 17, it has the steps I described in my original note with customs code still appearing in the drop down for 'EXCPT' for EAR.
    Nevertheless, I wanted to default Type = C50 when the license type for the line on the Customs declaration is 'EXCPT' but if you see the very last screen-shot below, even though the license type configuration has default value as 'C50' it did not get pulled into the line item Documents tab when I tried to pick the category as 'CUII'.
    Let me know your thoughts on defaulting the data into Customs declaration for AES filing.
    What I want to achieve is the following:
    When License type is 'EXCPT', system should default the type as 'C50'
    Should put the License type 'EXCPT' into the number field
    Should put the actual License# 'ENC' into the Supplement field
    Should put the ECCN # '5A002' into the Details field
    Thanks,
    Prashant.

  • 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

  • Adding the field.

    Hi,
    In Tcode FK01 creating a vendor, i want to add the field W.Tax Code under Withholding tax/Accounting information accounting, which is not present currently.
    I want to add this field for one specific co.code.
    How to add it?
    Regards,
    Vidya

    Hi Babu,
    when i checked the vendor account group, the field W.Tax Code is already put as optional.
    The problem is, the same field is appearing for other co.code(say X) but not for co.code Y.
    as per i know, the control of vendor master data fields will not done at co.code level.
    so, what could be the reason for above problem?
    Regards,
    Vidya

  • Adding the fields on standard report

    Hi EXperts,
    Please guide me, i am new for modifiying the standard programs.
    i want add the field custom field,i e  pendding days.from iw59.
    i copy the program to Z than i calculate the pendingdays.
    that varible also append the final internal table.
    but i cann't add the fieldcat,because there are not using manuallly.they are used as shown asbelow.
    So please guide me any one how i can display the field.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = g_repid
          i_internal_tabname     = 'OBJECT_TAB'
          i_structure_name       = tabname
          i_client_never_display = ' '
        CHANGING
          ct_fieldcat            = g_fieldcat_tab[]
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    END-ENHANCEMENT-SECTION.
    $$-Start: CREATE_FIELDCAT_F14_01----
    $$
    ENHANCEMENT 1  DIMP_GENERAL_MIOLXF14.    "active version
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = g_repid
          i_internal_tabname     = 'OBJECT_TAB'
          i_structure_name       = tabname
          i_client_never_display = ' '
    INSERT BA-Project
          i_bypassing_buffer     = 'X'
    END INSERT BA
        CHANGING
          ct_fieldcat            = g_fieldcat_tab[]
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    ENDENHANCEMENT.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
             EXPORTING
                  i_buffer_active          = g_alv_buffer
                  i_callback_program       = g_repid
                  i_callback_pf_status_set =  g_form_set_pf_stat
              I_CALLBACK_USER_COMMAND  = ' '
              I_STRUCTURE_NAME         =
                  is_layout                = g_layout
                  it_fieldcat              = g_fieldcat_tab[]
              it_excluding             =
                  it_special_groups        = g_fieldgroups_tab[]
                  it_sort                  = g_sortfields_tab[]
              it_filter                =
              is_sel_hide              =
                  i_default                = g_n
                 i_save                   = g_variant_save
                  i_save                   = g_a
                  is_variant               = g_variant
                  it_events                = g_events_tab[]
                  it_event_exit            = g_event_exit_tab[]
                  is_print                 = g_print
                  i_screen_start_column    = g_screen_start_column
                  i_screen_start_line      = g_screen_start_line
                  i_screen_end_column      = g_screen_end_column
                  i_screen_end_line        = g_screen_end_line
                  it_except_qinfo          = gt_qinf
         importing
              e_exit_caused_by_caller  =
             TABLES
                  t_outtab                 =  object_tab
             EXCEPTIONS
                  program_error            = 1
                  OTHERS                   = 2.
        IF NOT sy-subrc IS INITIAL.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ELSE.
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
             EXPORTING
                  i_buffer_active          = g_alv_buffer
                  i_callback_program       = g_repid
              I_CALLBACK_PF_STATUS_SET = ' '
              I_CALLBACK_USER_COMMAND  = ' '
              I_STRUCTURE_NAME         =
                  is_layout                = g_layout
                  it_fieldcat              = g_fieldcat_tab[]
              it_excluding             =
                  it_special_groups        = g_fieldgroups_tab[]
                  it_sort                  = g_sortfields_tab[]
              it_filter                =
              is_sel_hide              =
                  i_default                = g_n
                 i_save                   = g_variant_save
                  i_save                   = g_a
                  is_variant               = g_variant
                  it_events                = g_events_tab[]
                  it_event_exit            = g_event_exit_tab[]
                  is_print                 = g_print
                  i_screen_start_column    = g_screen_start_column
                  i_screen_start_line      = g_screen_start_line
                  i_screen_end_column      = g_screen_end_column
                  i_screen_end_line        = g_screen_end_line
                  it_except_qinfo          = gt_qinf
         importing
              e_exit_caused_by_caller  =
             TABLES
                  t_outtab                 =  object_tab
             EXCEPTIONS
                  program_error            = 1
                  OTHERS                   = 2.
        IF NOT sy-subrc IS INITIAL.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Thanks advance

    Hi Srini,
    Thanks For giving replay.
    The problem was solved,
    But whan i was run iw59 the output is coming Properlay,
    than i copy the program and modifiyed as u said the out put fields are all not displayed.
    Some of the field only displayed,it is showing  the status main of userinterface zriqmel20 missing.
    but i copyed all the includes ,why it will shon like that,
    please guide me what is problem.
    Thanks advance.
    Edited by: krishnab121 on Jan 25, 2011 5:54 AM

  • Adding the field in the internal table based on another field

    Hi all,
    I am Creating a Function module with three fields (HKONT,EBELN,DMBTR) in the output internal table(ITAB)
    My Requirement is that as soon as the value of the HKONT in the internal table changes,  i need to sum the DMBTR field values  and should pass into a variable(v_sum).
    ON CHANGE OF seems to me Obsolete.
    Please help me in doing this.
    Thanks
    Ajay

    HI,
         Use control break event . AT END OF.
         loop at ITAB.
           V_DMBTR = V_DMBTR + ITAB-DMBTR.
           at end of HKONT.
              v_sum =  V_DMBTR.
              clear : V_DMBTR.
           endat.
         endloop.
    Regards,
    Srini.

  • Adding custom fields to the condition table in CRM

    Hi all,
    Our requirement is to download the sales conditions type from R3 to the CRM system. In one of the condition table we are trying to add shipping point( VSART ) and Special processing indicator (SDABW).
    For that we have added the fields in the structure CND_MAPT_ACS_REM_CUST (Comm. Structure Condition Exchange Customer Exit R/3 Fields) and we have added the fields in the field catelog in transaction ( /SAPCND/CTCT - Maintain Condition Tables). Then we have mapped these fields in the view V_CND_MAP_CNVFLD.
    Finally we run the adapter object of that particular table to download the details from R3, but the condition table in CRM is not getting activated, so the adapter object is giving the error.
    Please help in this.
    Thanks & Regards,
    Raghuram.

    Hello Raghuram,
    I feel that your issue is similar what i have faced, refer to my post:
    Link: [Issue in customer specific price;
    For solving this you can refer to detailed steps in,  Note 514952 - Download of customer-specific tables.
    Also additionaly you may need to run the report /sapcnd/rv12n001, as i also had to do so.
    If not solved then let me know the relevant message in SLG1
    Regards

  • Adding new fields in the layout.

    Hi gurus,
    I have a requirement in which i need to change the layout of a report v.25 through transaction VOKF. Actually i have added one field VDATU in the table VBMTV and the fields of this table are getting displayed in the output but not all fields. so through the transaction VOKF a variant has been created with some fields and there is also option for additional fields addition. But the field which I have added new through append structure doesnt appear in the possible value fields.
    So do anyone have any solution for this or if anyone has ever encountered this type of issue.
    Thanks in advance.

    I have added the field VDATU in the Structure VBMTV and the structure is active. This field is getting filled in the my Standard report and and is displayed only when change the layout after displaying the output.My requirement i need this field by default in the output.
    Thanks in advance.

  • Adding Special Field in the line item display

    Dears Through SPRO settings, I added the field 'Group Account Number' (ALTKT) for the GL line item display.
    It is now transported to Quality.
    When I try to see that field in the change line item layout, I could not find that field for inclusion.
    However, in the SPRO of Quality, I find that field already appearing.
    Why it is not appearing in the FBL3N special field screen ?

    Hi Niki,
    I am not sure how you have added this filed but if you follow these steps you will have it.
    1- Run FBL3N and make your settings and execute it (F8).
    2- Go menu Settings > Special fields (You can run it by t code OBVU out of FBL3n also)
    3- Add a new entry, select your field (BSEG ALTKT Group account number) and save it
    4- Back one step (F3) and select "Change layout..." icon.
    Now you have the field in "Hideen fields" column. Just select it as "show selected fields"
    Regards,
    Omid

  • Problem with adding new field to the mass change screen in FBL5N

    Hi,
    We have a problem with adding the field XREF3 to the mass change screen. We followed steps described in the SAP Note 640908, but the result is that when we try to mass change some documents in FBL5N and enter some values in the mass change screen, a message appears: "Please enter at least one new value" and nothing is changed.
    If you have faced with such a problem, we would be grateful if you give us some tips.
    Regards,
    Miłosz Włodarczyk

    The problem has been resolved: we didn't activate a code in SE80.

  • Adding new field to Remote Cube

    Hello,
    We have an existing remote cube that we are trying to add a new field to in 7.0.  I've already added the field to the datasource, unhidden it, and tested it in RSA3.  Now i'm trying to bring it into BW and add it to the remote cube.  I right clicked on the source system under the data target and chose Replicate Metadata however the new field does not show up anywhere.  What am i doing wrong?  Does a remote cube work differently?  How do i get my new field over from R3?
    Regards,
    TMS

    That's the problem.  The R3 field does not show up in the datasource in BW so it can be moved over to the transfer structure.  As you know when you replicate metadata, the new datasource fields appear and can be mapped into the transfer structure.  That is not the case for this remote cube.  The new field is not there.

  • SRM 7.0 -Adding Custom fields in Contract Item screen at particular positn

    Hi,
    We have a requirement to add new custom fields in the Contract Item screen at required position, in Left and right side container.
    We have tried the following methods but have not been able to achieve the same. Kindly help!
    1) Added new field in Context through enhancemnt in the Details screen View of Contract , Binded the field to the field in structure INCL_EEW_PD_ITEM_CSF_CTR and add the field to teh Layout - Using this method, The field is not saved to the table.
    2) Added the field to meta data table /SAPSRM/V_MDF_IC - This is positionng the field on teh right container at the bottom. We want to position it on left side.
    Kindly help to understand where we are going wrong.
    Thanks in advance,
    Regards
    Prasuna.

    Hi Prasuna,
    Sorry ..You are right..I was looking at some other WDC related to contract data..It you map the CUFs to /SAPSRM/S_CLL_CTR_ITEM which has the include structure INCL_EEW_PD_ITEM_CSF_CTR then it should work fine.
    If you do this, are you able to view the new fields on the screen?
    you mentioned that you are not able to save the data to the table.
    Include your fields in INCL_EEW_PD_ITEM_CSF as well because if you add CUF to any of those doc types, you also have to add those CUF to the global structure for CUF documents.
    Also Check if you fields are there in structures BBPS_CTR_CUF_ITEM,BBPS_CTR_UI_ITEM and BBPS_CTR_ITEM.
    Check whether you have implemented the BADI's like BBP_DOC_CHECK_BADI ,BBP_DOC_CHANGE_BADI and BBP_DOC_SAVE_BADI . check out the structures (whether they having the CUFS) used in those if you have implemented any of them .
    Regards
    Lavanya
    Edited by: LAVANYA CHAVA on Aug 25, 2010 10:10 AM

  • How to display the fields using field catelog in ALV Report

    Hi,
    I have rquiremrnt in ALV report.I would need to add the new fileld in the ALV output screen.I have added the field but its appearing in the layout set but not directly displaying in the output screen.
    I have written the below logic for field catelog.
    CLEAR wa_fieldcatalog.
      wa_fieldcatalog-fieldname   = 'LOGGR'.
      wa_fieldcatalog-ref_tabname = 'MARC'.
      wa_fieldcatalog-col_pos     = l_pos.
      wa_fieldcatalog-outputlen   = 13.
       wa_fieldcatalog-seltext_s   = 'Log. group'.
      wa_fieldcatalog-seltext_m   = 'Logistics group'.
      wa_fieldcatalog-seltext_l   = 'Log. handling group'.
       wa_fieldcatalog-reptext_ddic = 'Log. handling group'.
      APPEND wa_fieldcatalog TO it_fieldcatalog.
      l_pos = l_pos + 1.
    Please let me know why the added field was not displaying automaticaly in the output screen.
    Regards,
    Reddy

    hi,
             try this
    clear wa_fieldcatalog.
    wa_fieldcat-tabname       = 'ITAB' ( give the internal table which has the field LOGGR)
    wa_fieldcatalog-fieldname = 'LOGGR'.
    wa_fieldcatalog-ref_tabname = 'MARC'.
    wa_fieldcatalog-col_pos = l_pos.
    wa_fieldcatalog-outputlen = 13.
    wa_fieldcatalog-seltext_s = 'Log. group'.
    wa_fieldcatalog-seltext_m = 'Logistics group'.
    wa_fieldcatalog-seltext_l = 'Log. handling group'.
    wa_fieldcatalog-reptext_ddic = 'Log. handling group'.
    APPEND wa_fieldcatalog TO it_fieldcatalog.
    l_pos = l_pos + 1.

  • Error while adding user fields to user table using vb6.0

    Hi,
    I am adding a user tables using vb6.0 using DIAPI.
    I am able to add the user table successfully.
    I am getting the following error when i am adding the fields to the table.
    "The metadata object for this object cannot be updated, since it's ref count is bigger than 0."
    My code is as follows:
        oUserFieldsMD.TableName = TABLE_NAME_ITEM_LOCN
        oUserFieldsMD.Name = vTableFields(0, lCount)
        oUserFieldsMD.Description = vTableFields(1, lCount)
        oUserFieldsMD.Type = vTableFields(2, lCount)
        oUserFieldsMD.EditSize = CLng(vTableFields(3,lCount))
        lRetCode = oUserFieldsMD.Add
    This error does not come up when i try to add the field to my table using the vb sample provided by SAP.
    Your help will me much appreciated.
    Thanks.

    Hi Satish,
    The problem is that you added the table and the objetc that you used to add the table is not freed properly. You need to free the object and then the reference count to that table will be 0 - which will enable you to add the fields
    e.g
    Dim pUTables As SAPbobsCOM.UserTablesMD
    'Do your stuff
    Set pUTables = Nothing
    Dim pUFields As SAPbobsCOM.UserFieldsMD
    'Do your stuff
    Set pUFields = Nothing

Maybe you are looking for

  • Deleting data from a chart

    I am doing a project, but the directions for how to make the graph is for Excel. My directions say to "Right-click on the graph and click 'Select Data.' I am then supposed to delete all series labeled "Time." My graph is a scatter-plot, with no line

  • CC desktop app Mac sign in problem - stuck in a loop

    When i try to sign in on the desktop app Mac it says I have signed out and I need to sign in again. This is a perpetual loop. mac_os_10.7.5 many thanks for any help. StuArt1201

  • Photoshop CS6 keep quitting unexpectedly

    Hi there, I've been having this issue on and off for a couple of weeks. Last week I uninstalled Photoshop and reinstalled it and am having the same issues again. Sometimes Photoshop quits while I'm working on a file and asks me if I wish to reopen. W

  • ISight Work Properly but Randomly

    Hi, First of all, I have posted a similar thread about iSight problem that I am encountering and none of the steps solve my problems. However, lately, I usually turn off my MacBook when I am off to bed. I am still curious why is my built-in iSight is

  • Help in perform

    hi, i wont to do perform for this code what is the best way to do that? Regards LOOP AT qut_tab5 ASSIGNING <fs_q>.       ASSIGN: <fs_q> TO <quar_a>.       COLLECT <quar_a> INTO q5_actab.     ENDLOOP.     LOOP AT qut_tab10 ASSIGNING <fs_q>.       ASSI