SAP* deletion in MSSQL2005

Hi all,
  I want to delete my sap* user through MSSQL2005 db. but fails to execute command. can anybody guide me in dis
thanks in advance.
Vaibhav

Hi
Open Microsoft SQL Server Managment studio.
login with <SAPSID>adm user.
click on new query.
execute below query.
delete from <sapschema>.USR02 where BNAME='SAP*' and MANDT='000'
bounce the server for paramter to take effect then try with sap* and pass
See that you have parameter login/no_automatic_user_sapstar = 0
then only we can reset sap* password
If the parameter doesn't exist then maintain in instance profile
/usr/sap/SID/SYS/profiles/SID_DVEBMGS00_Host
with entry login/no_automatic_user_sapstar = 0 and bounce the server
Regards
Uday

Similar Messages

  • Sap* deletion in Production System

    Hi experts,
      I wanted to do TMS configuration which require to login to my Production System from 000 client. I am newly joined here. And i dont now any of user password (DDIC,SAP,BASIS)* for client 000. I have tried reseting it from my MSSQL Database, But it requires Server Restart which i can not take because of High volume of users. I am taking help of my ABAPER in the same. But is there any other way to reset there password.i have tried Update and Delete command for unlocking and deleting the sap* user from database level. Command completed successfully but no use. I will be thankfull if anybdy can provide me the programme.
    Regards,
    Vaibhav Gore

    Hai,
    After deleting the user SAP* in client 000 did you try to login into the client with SAP* and password PASS.
    Also check parameter login/no_automatic_user_sapstar value in Instance profile or default profile, this should be set to '0' in order to login with SAP* and PASS password. If the above said parameter is set to '1' then you have to set it to '0' and then bounce back the SAP system in order to make the changes effective. After this you can login with SAP* and password PASS.
    Regards,
    Yoganand.V

  • IMP:-sap* deleted in 000 Client

    Hi All,
    If some one deleted " sap *  i.e. superuer ID in 000 client with out any knowledge of the user.
    Kindly let me know how to solve this issue ASAP.
    With Regards
    Prashanth

    You want to have user SAP* back into client 000?
    Check if parameter login/no_automatic_user_sapstar is set to 0. In that case, you can logon to client 000 with sap*/pass and the user is created again..
    Kind regards,
    Mark

  • How to delete Open Activities in the DTR Web UI? Functions are missing...

    Hi@all,
    we have some problems with open activities and files that are checked-out.
    To solve this we found this desciption by SAP:
    "Deleting Open Activities in the DTR Web UI
    Since open activities can be a problem if they cannot be found any longer - for example if a developer
    PC crashed - there is a function in the DTR Web UI to delete such activities (ADMINA permissions are
    required).
    1. Open the following URL: http://<host>:<port>/devinf and choose the Design Time Repository link.
    2. Choose the system-tools link.
    3. Choose the Activity search.
    4. Navigate to the workspace that contains an open activity that is no longer needed and cannot be deleted by its owner.
    5. Search for open activities.
    6. For the activity that is no longer needed, choose Revert this activity.
    7. Select the Delete the activity resource also checkbox and confirm with Revert.
    The activity is reverted and deleted."
    But when we go there, we only found "Activity Search" under "...\system-tools\reports\ActivitySearch", not directly under s"ystem-tools" or "administration".
    So all functions for reverting or deleting activities are not there (because of reports?!?), we only can watch them.
    Where can we found this? How can we delete activities? in some views files are checked-out, in others they are not... and also activities only can be seen here, not in CBS or somwhere else... we try to solve this by deleting "open" activities.
    Any idea or help?
    thx

    Thanks for help, it works (we still "ignore" that dropdown?!? stupid).
    Question:
    Is there only deleted the activity or also source code is reverted? Waht is with souce code that is actual?
    Because we have some activities on projects that work well, but activities are there for 3 years right now. We want to make NW OK...

  • Error while installing SAP Business One 9.0 Server Tool

    Hi,
    Here is my landscape idea: I would like to have License server and application server installed separately. I had License server 9.0 PL09 and application server already installed.
    I uninstalled the server tool from my license server machine and tried to install PL10 server tool. However, i am getting a screen where I have to select a filename for SLD backup and hen I click on browse, its all blank. Please could you help?
    I have attached the screenshot of the same.

    Hi,
    Me too faced the same issue
    Open regedit find for SAP
    Dont forget to check match whole string only. And click find.
    HKEY_LOCAL_MACHINE--> Software --> Wow6432node--> SAP
    Delete the sap folder then it works fine
    Regards,
    Siva

  • SPAU. Adjusting Deleted Objects

    Hi all,
    My manager has asked me to review SPDD and SPAU after an upgrade. In Deleted Objects, I have seen some dictionary objects in particular we have several "Table Indexes" here.
    Why has SAP deleted these table index? I haven't seen other changes in the tables that justify the index deletion...   
    Is there some habitual process for adjusting the deleted objects after the upgrade?
    Its urgent please.
    Thanks to all for helping me.
    I.

    Hi Prabhu,
    Thank you for your help. I haven't found any TR for the table of these index (neither SAPKxxxx nor other) although I have been searching directly in E071K (TRKORR = *, OBJNAME = tab_name).
    Otherwise, my main bother is that without these index we get some performance problems or if some of the other deleted objects are still in use in any bespoken development.
    Do you now if during an upgrade SAP makes some checking before to delete the deleted objects (use references of some like this). Relative to this I found the report RADFDSAV but I haven't found information about it.
    Thank you in advance.

  • Where is the SAP logic to process the BDCDATA?

    Hi, expert.
    Where is the SAP logic to process the BDCDATA that we passed on CALL TRANSACTION 'VA01' using bdcdata mode.....?
    On the other words, can I see the SAP logic to understand how SAP process 'CALL TRANSACTION' statement?
    Thanks.

    Martin,
    thanks for the reply.
    I understand 'CALL TRANSACTION' works, SAP propagates the value to VA01 screen based on the records we built on the BDCDATA internal table.  
    For example, we are going to create order with 5 line items.  However, the 1st line itme is okey, but 2nd line itme we hit a material error, so BDC stopped.  We have requirement that want to remove 2nd line item and want BDC continue to process for 3rd, 4th, 5th line items.   User can run CALL TRANSACTION with mode 'E'.  So BDC will stop when hit error.  at this point user can delete item use SAP 'delete' icon.   But the problem is BDC still have leftover records for 2nd item.   I hope there is way to locate BDCrecords and in the userexit to remove the leftover BDC records for 2nd item.  Then BDC can continue to process 3rd item....   That is why I try to find how SAP logic behind 'CALL TRANSACTION' and hoping to locate where is the SAP logic that process BDCDATA record one by one....  hence I can think about how to cleanup/delete leftover BDC records for 2nd line item.
    I put breakpoint at 'CALL TRANSACTION' statement and then click 'single step'.  But next step, it immediately stop in the VA01 main program 'SAPMV45A' module transaktion_init.  I was hopping the next step will stop in the SAP program that I can see it handles/loops BDCDATA...  But not.

  • Client deletion monitoring

    Hi Guys
    I started a client deletion.Its been 28 hrs for now but for the first 2 hrs I see 4.858  of   28.662 Tables are deleted but now it is 28 hrs still i see the same number of tables are getting deleted.When I see in sm50 I see
    BG wp  103066 SAPLSCCR   100 SAP*   Delete  CKMI1
    Dia wp 277SAPLSCCR 100 SAP* Sequential read ACCTCR
    Dia wp 16SAPLSCCR100 SAP* Sequential read     BSIM
    Can any of you guys please let me know how to trouble shoot it further .Quick reply is appreciated.
    Thanks & Regards

    Rahul
    Thanks for your views.Yes in Sm37 I see the job active and in sm 50 I see one bg wp and 2 dia wp busy with these processes but from the last 32 hrs I see in sm50 they are working only on the same tables which make me curious why it is taking that much time for that particular tables.and I see no issues in sm21 and no dumps in st22.Any idea why it was taking that much time on the same tables any further transactions other then these to look at.any chance of knowing furthere analysis.Why it takes that much time on that tables
    Thansk & Regards

  • Creating a Perl script for SAP sytem profile parameter

    Hi,
    I need to create a perl script for all th eprofile parameter to check as a security directive ,so that whenever the system is started it checks for this profile parameter.
    As per my company sap directive ,these are the profile parameter i need to set.
    Can anyone let me know how to write the scripts.
    login/min_password_lng Minimum password length for user password 320 Min.
    8
    login/password_expiration_t
    ime
    Number of days between forced password change. 0 Max.
    35
    login/fails_to_session_end Number of invalid logon attempts allowed before the
    SAP GUI is disconnected.
    3 Max.
    3
    login/fails_to_user_lock Number of invalid logon attempts before the user id is
    automatically locked by the system.
    12 Max.
    6
    rdisp/gui_auto_logout Time, in seconds, that SAPGUI is automatically disconnected
    because of in-activity.
    0 60-
    7200
    21
    auth/test_mode Jump into report RSUSR400 at every authority check N N22
    auth/system_access_check_
    off
    Switch off automatic authority check for special ABAP
    commands
    0 0
    auth/no_check_in_some_ca
    ses
    Special authorization checks turned off by customer.
    Enabling of Profile Generator
    N/Y23 Y
    login/ext_security Security access controlled by external software. N N24
    auth/rfc_authority_check Permission for remote function calls from within ABAP
    programs
    0 1
    login/failed_user_auto_unlo
    ck
    Enable system function for automatic unlock of users
    at midnight. (0 = locks remain)
    0 0
    login/
    no_automatic_user_sapstar
    (as of 3.1h)
    login/no_automatic_user_sa
    p* (prior to 3.1h)
    Disable ability to logon as SAP* with PASS as password
    when SAP* deleted.
    0 125,26
    auth/tcodes_not_checked TCode checking for SU53 & SU56 analysis disabled (empty
    "SU5
    3
    Regards,
    Chetan.

    Here's a simple perl script that should help you get what it is you're looking for - you can add all the parameters you want to search for, I just took a few of them:
    #!/usr/bin/perl -w
    use strict;
    use sapnwrfc;
    SAPNW::Rfc->load_config;
    my $rfc = SAPNW::Rfc->rfc_connect;
    my @parms = (   "login/min_password_lng",
              "login/password_expiration_time",
              "login/fails_to_session_end",
              "login/fails_to_user_lock" );
    for my $x (0 .. $#parms) {
         my $rcc = $rfc->function_lookup("SXPG_PROFILE_PARAMETER_GET");
         my $slr = $rcc->create_function_call;
         $slr->PARAMETER_NAME($parms[$x]);
         $slr->invoke;
         print "Value for $parms[$x] is: ".$slr->PARAMETER_VALUE."\n";
    $rfc->disconnect();
    And running it, you'll get:
    [dhull@397 scripts]$ ./read-profile.pl
    Value for login/min_password_lng is: 7
    Value for login/password_expiration_time is: 90
    Value for login/fails_to_session_end is: 3
    Value for login/fails_to_user_lock is: 6
    [dhull@397 scripts]$
    If you need to get your perl environment read to make RFC calls to your SAP system, check my series of blogs on how to do so here:
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/u/251752730
    Cheers,
    David.

  • Preinstall check failed - Unable to install SAP HANA Client

    Hi all,
    Recently I had to format my system and after loading the Windows 8 I downloaded the SAP HANA Client, SAP HANA Studio and SAP HANA JDBC Drivers for re-distribution from https://hanadeveditionsapicl.hana.ondemand.com/hanadevedition/ into the default folder which is C:Programfiles:SAP HANA Client and Studio
    I installed the client and then the studio and then clicked on the executable ngdbc.jar file and clicked on ok.
    Then I went to SAP HANA 70 client win32 folder and clicked on the hdbsetup to load client. I am getting the following error:
    Preinstall check failed
    SDB::Install::System::getMountPointWin: Malformed file path normalization: "ngdbc.jar"
    Can any one please explain what this error is and how do I fix this error. I searched in the forum but could not find anything related to this error.
    Thank you.
    Regards
    Pavan.

    I am posting the results of my issues here, to be sure this is documented.
    Close all applications
    Uninstall SAP/b1 and all related components
    Delete folder X:\Program Files\sap
    Delete folder X:\Program Files (x86)\sap
    Open REGEDIT and clean out all parent keys where "HANA" appears
    Install the SAP/b1 client first!
    Run the HANA Client installation "...as Administrator"
    When the installation runs, it should default to "Install new"
    Make sure you set/select the folder path properly to show X:\Program Files\sap\hdbclient
    Once the clean-up was finished and the install was restarted, it installed without any issues.
    Thanks,
    ~ terry o.
    NOTE: Updated path 03/09/2015

  • Deleting connectors within CC 5.3

    While debugging my other issue, we concluded that perhaps we should delete all our JCo settings and redo them just to be sure.
    I went into Compliance Calibrator and found that I am able to create new connectors and logical systems, but not delete existing ones.
    If I select a system (e.g. SB1) and then click on the delete button, the screen blinks but nothing gets deleted.
    I checked the UME role assigned to my ID and it's the VIRSA_CC_ADMINSTRATOR role, which provides all the actions required to use the product.
    Any ideas why I can't delete connectors?

    Hello Santosh,
    You cannot delete a Connector if there is data associated with it in CC tables like
    VIRSA_CC_ACTRULE, VIRSA_CC_GENOBJ etc.
    Which include all Management data.
    For deleting connector you need to delete data in these tables, for which Script is given by SAP.
    Please create message under component GRC and ask for SAP deletions script for CC.
    Regards,
    Surpreet

  • AE 5.1 and 5.2 - Configuring parallel workflows for "Delete" Request type

    Has anyone configured parallel workflows for the "Delete" Request type?  I want to configure 1 for SAP and 1 for non-SAP applications, but have been unable to do it successfully. 
    The initiators I have created that do not work are:
    1 - SAP initiator:
    SAP application with "OR" condition
    Request Type = Delete with  "AND" condition
    2 - Non-SAP initiator:
    Non SAP application 1 with "OR" condition
    Non SAP application 2 with "OR" condition
    Non SAP application 3 with "OR" condition
    Request Type = Delete with  "AND" condition
    When I create a request to Delete a user with SAP app and Non SAP app I get the error:  "Error in creating request. Multiple Initiators, [NON SAP DELETE, SAP DELETE] Found."
    Based on what I am reading on p. 58 of the AE52ConfigGuide.pdf, this should be possible to do.  Does anyone have any suggestions?

    This is my understanding.,
    A request cannot have more than one initiator. You cannot trigger multiple initiators for one single request. In your case both attributes SAP & Non SAP application are given with OR condition which makes both the initiators alike. As mentioned in the documentation the request for deletion can be made to happen in both SAP & Non SAP application by having forked path (for this the initiator should be OR Application SAP OR Non SAP Application AND Request Type Delete). Given the other option then it should have different initiator for SAP and Non SAP applications by giving them with AND condition.

  • I want an information to retrive deleted records for a sales order.

    Hi technicals,
      This is suresh.I need a help from you .
    I have designed a BAPI which is going to retrive the New records ,updated records for a particular sales order based on the sales organization.But when i am trying to retrive the data for deleted records it's not getting any data.
      Is it possible to get the deleted records for particular sales order based on sales organization.
    if it is possible ,then let me know whether there is any function module to get the
    deleted records based on sales organization.
    Please help me to solve the problem.
    Thanks in advance,
    suresh..

    I'm not aware of a FuMo
    SAP deletes VBAK hard on database. Only trace in ChangeHist is possible.
    Ask Table CDHDR & CDPOS for those...
    OBJECTCLAS = VERKBELEG, OBJECTID = vbeln (leading zroses!), TABNAME = VBAK, CHNGID = D
    SalesOrg not identificable out there...
    Have fun ! Not points wanted!

  • RSDU_TABLE_DROP_PARTITION_MSS  Error.

    Hello All,
    I am having this error while deleting requests from PSA" RSDU_TABLE_DROP_PARTITION_MSS Error while creating the clone table /BIC/B0000587000"
    I went through different suggestions and this is one I found.
    - Go to transaction SE14
    - Type in the table name into Object name textbox (/BIC/B00005XXXXX)
    - Delete and Create the table
    - Go To RSA1 and delete the PSA-tables
    My concern with trying this out is that would I lose any data. I am new to BW and dont want to end up messing with the data.
    Can you please suggest if this would be ok or if there is any other way.
    Thanks.

    Hi,
    This error is created by the database. The way SAP delete its data base is different from what we usualy think of. It copies all the data into a temp table, then drops the original table and recreates the original table with the undeleted data from the temp table.This issue can be resolved by contacting the DBA. Please get in touch with your basis team for more help. If you want to delete PSA requests(selective deletion) using program then pass the request number for which the PSA data to be deleted to FM "RSAR_ODS_API_DEL" . Also go throught the below notes NOTE : 1299865,  NOTE: 912797
    Srikanth

  • Issue while posting XML to BAPI_LEAD_CREATE

    I am stuck while trying to HTTP post an XML to Gateway Service which calls the  BAPI_LEAD_CREATE in SAP CRM. The request is posted from the REST CLIENT In Firefox and i get an non descriptive HTTP 400 error in response
    <?xml version="1.0" encoding="utf-8"?><error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code/><message xml:lang="en">
    System expected the element '{&amp;EXPECTED_NAMESPACE&amp;}&amp;EXPECTED_NAME&amp;'</message>
    </error>
    I am unable to figure what the issue is, because i have used the Standard atom Envelope for the Request Body and have ensured the required data elements are present in the XML string
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <atom:entry
    xmlns:atom="http://www.w3.org/2005/atom"
    xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
    xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <atom:content type="application/xml">
    <m:properties>
    <d:value>xxx@xxxxxx,com</d:value>
    <d:scheme_id>Z_CRM_LEAD_FINAL</d:scheme_id>
    <d:scheme_agency_id>E61</d:scheme_agency_id>
    <d:process_type_1>dmy1</d:process_type_1>
    <d:lead_type>dmy1</d:lead_type>
    <d:process_type_2>L</d:process_type_2>
    <d:lead_type_1>dmy2</d:lead_type_1>
    <d:partner_fct>L</d:partner_fct>
    <d:title_p>M</d:title_p>
    <d:firstname>sriram</d:firstname>
    <d:lastname>vasudevan</d:lastname>
    <d:city>bangalore</d:city>
    <d:street>sjri</d:street>
    <d:street_no>20</d:street_no>
    <d:country>india</d:country>
    <d:region>karnataka</d:region>
    <d:tel1_numbr>900-000-002</d:tel1_numbr>
    <d:fax_number>900-000-002</d:fax_number>
    <d:partner_fct_1>C</d:partner_fct_1>
    <d:title_p_1>M</d:title_p_1>
    <d:firstname_1>sriram</d:firstname_1>
    <d:lastname_1>vasudevan</d:lastname_1>
    <d:city_1>C</d:city_1>
    <d:street_1>C</d:street_1>
    <d:street_no_1>S</d:street_no_1>
    <d:country_1>I</d:country_1>
    <d:region_1>T</d:region_1>
    <d:e_mail>xxx@xxxxxx,com</d:e_mail>
    <d:tel1_numbr_1>9</d:tel1_numbr_1>
    <d:fax_number_1>9</d:fax_number_1>
    </m:properties>
    </atom:content>
    </atom:entry>
    Any help with this is appreciated.

    Chandan
    Couldn't figure out your reply on the payload, i have instead attached the Metadata for your reference, can you help me structure the payload
    ... Metadata
    <?xml version="1.0" encoding="utf-8" ?>
    <edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:gp="http://www.sap.com/Protocols/SAPData/GenericPlayer" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData">
    <edmx:DataServices m:DataServiceVersion="2.0">
    <Schema Namespace="Z_CRM_LEAD_FINAL" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
    <EntityType Name="z_crm_lead_final" m:HasStream="false" sap:content-version="1">
    <Key>
    <PropertyRef Name="scheme_id" />
    <PropertyRef Name="scheme_agency_id" />
    <PropertyRef Name="value" />
    </Key>
    <Property Name="row" Type="Edm.Int32" sap:label="Lines in parameter" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="log_no" Type="Edm.String" MaxLength="20" sap:label="Log number" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="process_type_1" Type="Edm.String" MaxLength="4" sap:label="Transaction Type" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="street_no" Type="Edm.String" MaxLength="12" sap:label="Street Code" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="partner_fct_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="tel1_numbr_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="firstname" Type="Edm.String" MaxLength="40" sap:label="First name" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="message_v4" Type="Edm.String" MaxLength="50" sap:label="Message Variable" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="parameter" Type="Edm.String" MaxLength="32" sap:label="Parameter Name" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="message_v2" Type="Edm.String" MaxLength="50" sap:label="Message Variable" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="field" Type="Edm.String" MaxLength="30" sap:label="Field name" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="scheme_id" Type="Edm.String" Nullable="false" MaxLength="30" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="country" Type="Edm.String" MaxLength="3" sap:label="Country Key" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="fax_number" Type="Edm.String" MaxLength="30" sap:label="Fax" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="e_mail" Type="Edm.String" MaxLength="241" sap:label="E-Mail Address" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="number" Type="Edm.String" MaxLength="3" sap:label="Message number" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="scheme_agency_id" Type="Edm.String" Nullable="false" MaxLength="16" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="system" Type="Edm.String" MaxLength="10" sap:label="Logical system (source of message)" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="title_p_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="partner_fct" Type="Edm.String" MaxLength="8" sap:label="Partner Function" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="message_v1" Type="Edm.String" MaxLength="50" sap:label="Message Variable" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="street" Type="Edm.String" MaxLength="60" sap:label="Street" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="lead_type" Type="Edm.String" MaxLength="4" sap:label="Lead Group" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="process_type_2" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="message_v3" Type="Edm.String" MaxLength="50" sap:label="Message Variable" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="lastname" Type="Edm.String" MaxLength="40" sap:label="Last name" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="street_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="title_p" Type="Edm.String" MaxLength="30" sap:label="Title" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="region" Type="Edm.String" MaxLength="3" sap:label="Region" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="lastname_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="region_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="log_msg_no" Type="Edm.String" MaxLength="6" sap:label="Message serial no." sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="type" Type="Edm.String" MaxLength="1" sap:label="Message type" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="country_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="tel1_numbr" Type="Edm.String" MaxLength="30" sap:label="Telephone" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="firstname_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="street_no_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="message" Type="Edm.String" MaxLength="220" sap:label="Message text" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="id" Type="Edm.String" MaxLength="20" sap:label="Message Class" sap:creatable="false" sap:updatable="false" sap:filterable="false" />
    <Property Name="city" Type="Edm.String" MaxLength="40" sap:label="City" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="city_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="value" Type="Edm.String" Nullable="false" MaxLength="72" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="fax_number_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    <Property Name="lead_type_1" Type="Edm.String" MaxLength="1" sap:label="Updated info. user data field" sap:creatable="true" sap:updatable="false" sap:filterable="false" />
    </EntityType>
    <EntityContainer Name="Z_CRM_LEAD_FINAL" m:IsDefaultEntityContainer="true">
    <EntitySet Name="z_crm_lead_finalCollection" EntityType="Z_CRM_LEAD_FINAL.z_crm_lead_final" sap:content-version="1" sap:creatable="true" sap:updatable="false" sap:deletable="false" />
    </EntityContainer>
    </Schema>
    </edmx:DataServices>
    </edmx:Edmx>
    --> ....
    Appreciate your help on this.

Maybe you are looking for