Whitespaces getting trimmed in SAP DM docx

Hello SAP experts, I am facing an issue with Disclosure Management 10 and namely I am getting whitespaces randomly trimmed.
For example I get CamelCase instead of Camel Case, this happens after saving changes to DM and reopening for edit. This occurs for both data that is "datalinked" and other parts like Titles and Footers that have no "datalinks". Hope anyone can point out what could be happening.
PS My locale for reports is Spanish by the way in case it's relevant and I attach two images so yo can get a better idea of the issue.

Hi Ivan
drop me an email [email protected], I´m working with DM as well, and I think we can share info.
cheers!

Similar Messages

  • Spaces getting trimmed in file content conversion

    Hi all,
    I am converting a flat file to an XML file by XI. The problem which i am facing in file content conversion is that the spaces in flat file data are getting trimmed to one space in the XML in SXMB_MONI.
    The data in flat file is like SOUTHSEA and HANTS is having nearly 8 spaces.
    But the data in XML is:
    <b><u>SOUTHSEA HANTS PO5 2LZ PO5 2LZ020327</u></b> i.e. in XML, there is only 1 space between SOUTHSEA and HANTS.
    The following parameters i have used in file content conversion:
    .keyFieldValue '*'
    .fieldSeparator 'nl'
    .fieldNames RECORD_DATA
    .ignoreRecordsetName true
    I am taking each record of the flat-file in a single record RECORD_DATA in XML.
    <b>So can anyone tell me why the big spaces are getting trimmed to a single space eg. between SOUTHSEA and HANTS etc.</b>
    Thanks in advance.
    Rajeev Gupta

    Hi,
    try :
    NameA.fieldContentFormatting = <b>nothing </b>
    as the default is <b>trim </b>
    refere:
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Form not getting displayed in sap b one

    I have created a form using screen painter.But it is not getting displayed in sap b one.When I debugged the form it doesnot show any error.

    Option Strict Off
    Option Explicit On
    Friend Class frmEmployee
        Private WithEvents SBO_Application As SAPbouiCOM.Application
        Private objForm As SAPbouiCOM.Form
        Public Sub New()
            MyBase.New()
            '// set SBO_Application with an initialized application object
            SetApplication()
            LoadFromXML("frmEmployee.xml")
            'LoadFromXML("MySimpleFormxml")
            '// Get the added form object by using the form's UID
            objForm = SBO_Application.Forms.Item("F_4")
            '// Show the loaded Form
            objForm.Visible = True
            '// Saving the Form as an XML file
            '// although it already exist as an XML file
            '// it is good for practice
            'SaveAsXML(objForm)
        End Sub
        Private Sub SetApplication()
            '// Use an SboGuiApi object to establish connection
            '// with the SAP Business One application and return an
            '// initialized appliction object
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            '// by following the steps specified above, the following
            '// statment should be suficient for either development or run mode
            sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
            '// connect to a running SBO Application
            SboGuiApi.Connect(sConnectionString)
            '// get an initialized application object
            SBO_Application = SboGuiApi.GetApplication()
        End Sub
        Private Sub LoadFromXML(ByRef FileName As String)
            Dim oXmlDoc As Xml.XmlDocument
            oXmlDoc = New Xml.XmlDocument
            '// load the content of the XML File
            Dim sPath As String
            'sPath = IO.Directory.GetParent(Application.StartupPath).ToString
            sPath = "D:\Final\Forms"
            oXmlDoc.Load(sPath & "\" & FileName)
            '// load the form to the SBO application in one batch
            SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)
        End Sub
        Private Sub SaveAsXML(ByRef Form As SAPbouiCOM.Form)
            Dim oXmlDoc As Xml.XmlDocument
            Dim sXmlString As String
            oXmlDoc = New Xml.XmlDocument
            '// get the form as an XML string
            sXmlString = Form.GetAsXML
            '// load the form's XML string to the
            '// XML document object
            oXmlDoc.LoadXml(sXmlString)
            Dim sPath As String
            'sPath = IO.Directory.GetParent(Application.StartupPath).ToString
            sPath = "D:\Final\Forms"
            '// save the XML Document
            oXmlDoc.Save((sPath & "\frmEmployee1.xml"))
        End Sub
    End Class

  • SOAP to IDocs Scenario...IDocs getting locked at SAP

    Dear Experts
    We are sending measuring point details to SAP system from 3rd Party. Scenario is working fine for small amount of load. If more number of messages triggered (say 100) IDocs at SAP are getting stuck u201CMeasPoint 10000211 currently locked -> document processing not possibleu201D.
    I tried configuring Sender SOAP adapter as EOIO and specified the Queue name as Test Queue. Still IDocs are getting stuck at SAP ECC. Now one more issues messages are getting stuck in queue SMQ2. We can control the flow by using BPM in PI. I donu2019t want to use BPM for this. Can we control this from SAP or using Trigger by background program in Partner profiles?
    Please suggest. Thank You.
    SAP Error Details:-MeasPoint 10000211 currently locked -> document processing not possible
    Message no. IR007
    Diagnosis
    The object you want to access is locked, either
    u2022     By yourself in another session, or
    u2022     By another user
    u2022     or by the system, which is still processing data for this object
    System Response
    The system cannot access the object.
    Procedure
    u2022     If you are locking the object yourself in another session, exit processing in the other session and continue processing in this session.
    u2022     If the object is locked by another user, you can
    o     contact the other user
    o     wait until the other user has finished processing the object
    u2022     If the object is locked because the system is still processing its data, wait a while, and then call up the object again.

    1. Create a new process code "Z" and check the enque state of the objects before passing back to standard processing modules. Id also change to process immediate as part of this change
    or
    2. I think assuming RBDAPP01 is still used you may be able to make use of an exit there to do the same thing .. check and wait before processing.
    or
    3. In message mapping place a UDF that has some kind of wait timer in it (this is random and wont always work cause you wont know when the lock is dropped) but should work.
    or
    4. Dont use IDOC's create an abap proxy to do the work as a sync process. Processing will need to finish in the proxy and return to the PI stack before the next message is processed in the EOIO queue - this would be the prefered option as far as im concerned, it guarenteed to work and as long as your proxy sticks to the standard rouintes it should be upgrade friendly.
    or
    5. Use a proxy as above but dont do any processing, just use the proxy to build the IDOC and post it - then check the status of the locks until you are ready then rinse and repeat ..... but like scratching your right ear with your left hand .. but it will work.

  • STDMES field in EDI _DC40  value is not getting reflected in SAP R/3

    Hi All,
    We have a EDI to IDOC scenario.
    In message mapping we are hardcoding EDI_DC40\STDMES = 812 in message mapping and in sxmb_moni in PI we can see this value getting populated in xml message but at SAP end in we02 it is blank.
    Value is not getting populated in SAP.
    Could you please provide inputs on this?
    Thanks in Advance
    Best Regards,
    Harleen Kaur Chadha

    Hi Harleen,
    Please check Note  SAP Note Number: 1331571 : IDoc adapter: Value STDMES is ignored
    Regards,
    Vikrant

  • What is a Business Process Repository and where do we get it in SAP?

    Hi,
    What is a Business Process Repository and where do we get it in SAP?

    Hi,
    Here is an another way to look at the BPR-Business Process Repository delivered by SAP.
    1. Add the Web Dynpro application Business Process Repository (BPR) to your Favorites:
    2. Choose  Favorites  Add Other Objects  Web Dynpro Application  in the SAP initial screen.
    3. Enter SM_BPR_OVERVIEW in the field Web Dynpro Application.
    4. Enter a description like ex. SAP BPR
    5. Save your changes.
    6. Now Call the saved - Web Dynpro application SM_BPR_OVERVIEW
    7. You can see the BPR in a new browser window.
    This info is available in SAP Help on Solution Manager.
    Hope this helps.
    Kathir

  • More than one Spaces are getting trimmed on BizTalk BAM portal

    Hi All,
    We are implementing BAM at our customer place , we observed ,if any field  contains more than one space in input file then these spaces are getting trimmed in single space,however it is correctly sitting in the BAMPrimaryImport  database 
    For example if input file ,which is processing through BizTalk, and if any field which value is "AB  CDE" (field contain three space here ) then in portal it is appearing as
    "AB CDE" (Only one space here) by default 
    I am not sure how theses values are displayed in portal and how to relove this default behiaver of BAM Portal, if somebody have faced this situation then i will appreciate your help please
    Thanks
    Yash

    Well then I guess it's a Portal issue (yes you already knew that!) :-)
    I know not everybody agrees with me, but the way I look upon it, the Portal should not be used as a product, but merely as a testing tool and inspiration as to what one can build on top of ones BAM activities. In other words, if you need to present your
    BAM data to users, you should build your own; Pivot Tables, Reporting Services, ASP.NET Web sites etc. etc. on top of it.
    Don't know if this is true, but I've heard that the BAM portal was a beta-product that shipped for the first time with BizTalk Server 2006 without being completed, and no code changes has taken place since.
    Morten la Cour

  • Spaces getting trimmed in presentation layer

    Hi,
    I am observing that the trailing spaces for the values of a field in the Physical layer are getting trimmed when I am using that field from presentation layer in Prompt/Report. For example, if the value is *'abcd '* in Physical layer, it is becoming *'abcd'* in presentation layer. Is this default behavior of OBIEE and can I change this so that the values will be picked as it is from Physical layer ?
    I am using OBIEE 10.1.3.4.1 and the datatype of the field in Physical layer as well as database (Teradata) is char(40).

    I think I could not clarify my concern. Apologies for that. We do not have any formatting issue. We are using the field in a Prompt with operator as 'is equal to/is in'. So when the query gets formed, the where clause is coming as -
    field _name = 'abcd'
    whereas we want it to be
    field_name = 'abcd '
    Because in the database our value is 'abcd ',as the datatype is char.
    We could find a resolution to use 'Contains any' operator instead. But there are hundreds of reports using this field in prompt. Also there is some reason the application do not want to change the datatype in databse to varchar. I needed to know if somehow we can retain the blank spaces in presentation layer.

  • In which table the condition records get stored in sap crm

    hi everybody any one can help me in this,
    In which table the condition records get stored in sap crm.
    Regards,
    Babu

    Hi Babu,
    The table name depends on the condition table you have chosen while adding a condition record. Like if it is SAP001, the database table will be CNCCRMPRSAP001.
    Regards,
    Shalini Chauhan
    Edited by: Shalini Chauhan on Jun 23, 2008 10:18 AM

  • Hi guys.Is SAP Certification is beneficial to get through in SAP field

    Hi guys,
                I want to know whether SAP Certification is beneficial for guys who don't have working experience of SAP or not.Can anyone have a chance to get through in the field of SAP after clearing SAP Certification.Please provide me your valuable suggestions.Waiting for your kind response.

    Hi
    SAP certification always beneficial to come is sap
    But before come into sap you should have some 2 to 3 year of core experience of industries so you can map the procedure and understand sap logic
    and it also depend upon you knowlege after certification how much you gain at least basic knowledge of SAP
    certification will  help to get through in SAP field but certification not only one parameter there are number of parameter also which will help you
    Regards
    Kailas ugale

  • How can create report to get the all SAP transactions available to CSRs

    Hi,
    The user like to have the format of report as follows:
    SAP transactions      Transaction desription     CSR 1     CSR 2     CSR 3      u2026etc.
    VA01                                     order entry      Yes     No     No     
    VA02                                     order change     Yes     No     No     
    VA03                                     order display     Yes     Yes     No     
    u2026etc.                    
    ( Of course the above entries donu2019t make any sense as u2013 Itu2019s just an example )
    1) I think CSR means Customer Service Representative, where it is residing means in which table ?or How can I get CSR1,CSR2.....?
    2)How can I get the all SAP transactions available to CSRs ?(first column)
    3)How to find the which transaction is available to CSRs ? so that I can mark it is as Yes else NO

    I am not able to show the correct format as all get mixed when I post thread:
    SAP transactions  Transaction desription CSR 1 CSR 2 CSR 3 u2026etc.
    VA01                                  order entry     Yes    No           No
    VA02                                  order change  Yes    No         No
    VA03                                  order display  Yes    Yes        No
    u2026etc.
    ( Of course the above entries donu2019t make any sense as u2013 Itu2019s just an example )
    First column is Sap transactins,
    second column is Transaction description
    third column is CSR1,
    fourth column is CSR2,
    and soon.
    In the first column I need to display list of all sap transactions available to CSR,
    In the second column I need to display the transaction description
    from third onwords I need to display CSR1
    in fourth CSR2 and soon .
    Please let me know for any questions,I appreciate for the reply .

  • I have completed my sap fico training, but i don't have any experience. I am an MBA finance having 6.6 years experience in accounts. Then can I get job in SAP field? & what type of course will do after MBA Finance? i want to do career in SAP Fico.

    Hi,
    I have completed my sap fico training, but i don't have any experience. I am an MBA finance having 6.6 years experience in accounts. Then can I get job in SAP field? & what type of course will do after MBA Finance? i want to do career in SAP Fico.

    Hi Mahesh,
    as you have more than 6 yrs. experience , you can opt for sap field but the main thing is that still if your job hunt will get ended, you will be considered as ab fresher, so are you ready for those bucks you will get after you will become a sap FI/CO consultant.
    Please understand one thing , if you wnats to make your career in sap field, you are most welcome, when it comes to a job for you in SAP FI/CO , you have to consider in your brain only middle or small size industry, because as far as i concern no single major company will provide you exposure to work with them (if you will get, its your good fortune). So, if you have decided to take a step ahead in sap FI/CO i will not give you negative thinking, if you are ready to negotiate in your renumeration in starting your career, then you can take a foot ahead, but look a job in middle size or small companies only, i think through this you will get any exposure more easily.

  • Get started with SAP Security

    Hi Guys,
    My company will implement sap very shortly and I have an opportunity to get in to it.
    I have some user level knowledge of SAP. What is the best way to practice. I have access to the system. I read some material on sap website. Can some one point me to get started to learn.
    Thanks,
    MS.

    SAP software is huge and there are so many different areas into it. It is best to undergo training to get started on SAP. Since your company is going to implement SAP soon, most likely you will be imparted training depending upon your role. But if you want to take initiative and have ambition to get into an SAP role, you may need to put extra effort.
    SAP Education (a division of SAP) and SAP Education Partners (e.g. Siemens Information Services, NIIT and a lot many) provide trainings - classroom, virtual and e-learning. But that may cost you a lot. There are several online training providers who provide SAP training at reasonable price. You may Google and find a good one. The SAP forums may also help you in your search. You already have SAP system access, so you are spared from sending money on this front. Otherwise it too may cost you depending on your usage.
    Still if you want to look for resources which can help you do things on SAP system, all I can tell you is that there is no such organized SAP Handbook. You may go through a book on using SAP and for general information. Yes, for different topics you will get tutorials which guide you step-wise-step. For example, suppose you want know how for LSMW (Legacy System Migration Workbench) which uploads data from your local system to SAP system so that SAP users can make use of it. You can search for LSMW and you will find information (e.g I found this in Google search results: LSMW FAQs) which will help you to carry out the task. The point I want to make is you need to know what you want to do and then you can search for the required information.
    Probably in ABAP (SAP Programming language), it's possible to get started. You can go through an SAP Press Book "ABAP Objects" from Horst Keller and Sascha Kruger which starts you with your first ABAP program.
    If you want an overview of SAP software and various solutions in the mySAP Business Suite family (which you will come across while implementation and after-wards at your company), the following series of articles may help you:
    PART-1 What is SAP?
    PART-2 Evolution of SAP ERP Software
    PART-3 Introduction to SAP Business Suite
    PART-4 SAP definition of terms and its various offerings
    Hope it helps:-)
    CHEERS ...

  • Tag Description is getting trimmed

    Hello All,
    A Tag Description is having more than 50 characters in PI database.
    When I am firing a Tag Query,it is returning 25 characters of description.
    Remaning characters are getting trimmed.
    What is the reason??
    Is there any limitation in MII.I am using MII 11.5 version.
    Thanks & Regards
    Manisha Batabyal

    Hi Mike,
    Yes I am using OSI PI and PI version is 3.4.380.
    Thanks
    Manisha

  • Get connection with SAP

    Hi
    How is it possible to get connection with SAP system when i am working in SAP NetWeaver developer studio?
    do i required any connector for this?
    Regards

    Hi Quali,
    Inorder to get connected to the SAP system via your SAP NWDS(SAP NetWeaver developer studio).
    1) Please check if you are able to get connected to the remote server, incase the server is on a different machine. You can do it by following the steps below:
    Click on Windows Start menu -> click on Run -> Typein "cmd" and click on Ok button -> Typein "Ping 'IP address of the remote server'", I mean your remote server machine's IP address(Ex:10.6.52.189 or whatever it is). If it responds then please carry out the following steps in NWDS.
    2) Please GoTo :
    NWDS menu - > Window -> Preferences -> SAP J2EE Engine(Choose this on the left menu).
    Now, if your server is not installed on the same machine on which you are working then go for the first radio button which says "SAP J2EE engine is installed on remote host" and enter the server's IP(Internet Protocol) address(Ex: 10.6.52.14, etc)in "Message Server Host" and enter 3601 in "Message Server Port".
    Click on apply and Ok.
    3) Now again Click on Windows Start menu -> click on Run -> Typein "drivers" and click on Ok button  -> Open the folder "etc" -> look for file "Hosts", openwith notepad
    -> Now typein the IP address and the corresponding host name(of the remote server)please note that the IP address and the host name should be separated by at least one space, preferably a tab space. -> save the hosts file.
    Now you should be able to connect to your remote server.
    Regards,
    Sudeep

Maybe you are looking for

  • I can't update iTunes from within iTunes, can I manually install 10.7 without losing iPhone backups?

    The program doesn't do anything when I click "check for updates" besides ask me to download it. I need to update to windows 10.7 in order to restore my new iPhone 5 from a backup of my old 4, which broke a couple of weeks ago. If I download the new v

  • Abt transport request

    i have to release one reqest.when i m going to release it its showing some errors the my include doesnt exist(error code 8).but in my program the include exists can any one give the solution its urgent

  • Long Text display in WebI using transient provider

    Hi, I need to display the long text (about 5000 characters) in WebI report  in one column. I have created a transient provider and query with 84  (5000/60) InfoObject . when i tried to create the WebI query with all 84 dimensions,  got error "Termina

  • Rating folder in iPod menu

    is there any way i can have a rating folder in the iPod menu? What do i have to do?

  • Eclipse and JSDK3

    Hello,I created a package with a lot of classes using eclipse,then I made a .jar and I wanted to use these classes for a midlet and I decided using JSDK. Problem is that SKD IDE gives me errors that I do not encounter in eclipse,for example the isctr