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

Similar Messages

  • 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 filed to segment

    Hi All,
    I want to add one filed to an existing segment .may i know what is the procedure ?
    than you
    sunny.

    Hi ,
    The example below is a simple WinForms application with two textboxes: The material number (txtMaterialNumber) and the quantity (txtQty) can be entered by the user.
    private void button1_Click(object sender, System.EventArgs e)
    R3Connection con = new R3Connection();
    if (!con.AskUserAndOpen(true))
      return;
    Idoc idoc = con.CreateEmptyIdoc("ORDERS01","");
    idoc.MESTYP = "ORDERS";
    // Fill information about idoc sender
    idoc.SNDPRN = "1172"; // Partner number
    idoc.SNDPRT = "KU"; // Partner type
    // Create document header segment
    IdocSegment e1edk01 = idoc.CreateSegment("E1EDK01");
    idoc.Segments.Add(e1edk01);
    // Create item segment
    IdocSegment e1edp01 = idoc.CreateSegment("E1EDP01");
    e1edp01.Fields["MENGE"].FieldValue = txtQty.Text;
    idoc.Segments.Add(e1edp01);
    // Create Object identification (material number in this case)
    IdocSegment e1edp19 = idoc.CreateSegment("E1EDP19");
    e1edp19.Fields["QUALF"].FieldValue = "002"; // 002 for material number
    e1edp19.Fields["IDTNR"].FieldValue = txtMaterialNumber.Text; // material number
    e1edp01.ChildSegments.Add(e1edp19);
    idoc.Send();
    this.lblInfo.Text = "Idoc sent";
    E1EDK01 is the main segment of an ORDERS01 IDoc. We leave it empty, but it must be provided by the calling program to pass the SAP IDoc syntax check.
    E1EDP01 is the segment for a single order position. The field MENGE contains the quantity. Of course, this segment can occur more the once.
    E1EDP19 represents an object definition. In this case the object is a material number. The field QUALF is therefore set to 002 and the material number is written into the IDTNR field. E1EDP19 segments are always children of E1EDP01.
    this would help u .

  • 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

  • Unable to view the Fields  inside Segment

    Hi,
    We are doing IDOC---File scenario
    We have one IDOC "WPDWGR01" in R/3 and we imported that into IR.
    When we are doing the mapping, that time we are unable to see the fields that inside this  "E1WPW02" segment.
    We have BEZEICH and VERKNUEPFG fields inside that segment.
    We loaded the metadata also freshly by deleting the existing one.And we did the SXI_Cache also
    When we Expanded (when we clicked E1WPW02 Seg )on the tree structure of the Imported IDOC from the Imported Objects, it is saying that "Schema for type WPDWGR01.E1WPW02 (category Data Type) not found"
    And we are seeing the the Segments in Red color and no fields inside those segments
    This is the Standard IDOC only, there is no Enhancements
    Regards
    Bopanna
    Edited by: BOPANNA B on Mar 11, 2008 11:49 AM

    It happens in the following case:
    1) It was being edited by somebody and you imported the IDoc at the same time. ( some segments were locked and that is why few fields were missing)
    2) check if the field level customization is done in that client , try to import it from some other client.
    Hope this helps.
    Regards.
    Jeet

  • 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.

  • Error with Dump while adding Currency field in UI

    Hello,
    I have a requirement to add a custom entity in MDGM with an currency attribute, and encountring dump while adding the field to Web Dynpro component in UI.
    Could some one point me a direction and see below :
    Custom Entity with attributes
    ZTSTOCK  data element is type curr (Lenght 13, Dec 2)
    Data Model is activated without errors and created custom Web Dynpro Form component. while designing it in UIBB by adding Element TSTOCK_VL encountring a error and dump.
    Error: Could not find attribute WAERS and also dump showing below:
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_WD_CONTEXT
    ABAP Program           CL_WDR_CONTEXT_NODE_INFO======CP
    Application Component  BC-WD-ABA-RUN
    Date and Time          21.05.2014 00:13:32
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along
         the call hierarchy.
         Since exceptions represent error situations and this error was not
         adequately responded to, the running ABAP program
          'CL_WDR_CONTEXT_NODE_INFO======CP' has to be
         terminated.
    Any help please.
    BR, Srihari

    Yes, since the release of the current segment is 45 and you are now in a ECC6 system you cannot cancel the release (because there is no ECC6 version). Just use the add version button to create a new version for ECC6. Once you have that you can add fields and set the release to ECC6.
    If you later on need to add more segements you can then cancel the release for your ECC6 segment and add the fields and set the release to ECC6 again (because you already have an ECC6 segment)
    Hope that explains it,
    Michael

  • 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.

Maybe you are looking for

  • Issue with BEx selection screen

    Hi Gurus, We recently upgraded from BW 3.5 to 7.0. After the upgrade, while running the BEx queries the selection screen is not popping up and the query runs without the selections in it. Then the report errors out.... " Error Specify a value for var

  • I have 2 iPads and neither are connecting to the store

    We already have one ipad2 and have bought another - I have set these both up in my name and same payment details but using different apple IDs and passwords.... They were both working well this morning allowing FaceTime and app purchases but both hav

  • Where are Mail folders in [User]/Library?

    I get (but hate) Apple's striving for minimalism, but am I correct that it's now impossible to access Mail folders in the  [User]/Library? There must be a solution.

  • I can't select my Macintish HD file to install on

    I'm trying to Install Logic Studio and it won't let me install on the Macintish HD file, for a while it kept stalling on the destination select bit of the install and saying 'Examining Additional Disk' but the it stopped, i can highlight one of my ha

  • Unzipping with unzip utility

    Can someone tell me how to preserve the file dates when decompressing. I have tryed examples from sun website, but the files lose their original lastmodified property value and are reset to the current date. I'll appreciate any help.. Thanks.