Suppress IDoc field contains the character "/".

Hi
I am using a reudced message type ZDEBMAS, to generate an XML idoc with some segments and fields selected. When i generate an idoc,  the fields not selected for the segments appear with "/" in idoc and finally in XML
Is there any way supress the fields not required(from the list of segments) i.e. not to appear in Idoc or any exit available to suppress them for not appearing in XML output.
Cheers
Chet

hi
By doing idoc reduction (BD53) I have already suppressed the segments I donu2019t require (as step 1) and the same transaction also allows you to select the fields that you want to appear on idoc u201Cwith valuesu201D. My problem is within the segment the fields that I have not selected appear in Idoc with a value of u201C/u201D which if possible I donu2019t want them to appear?
cheers

Similar Messages

  • How can I suppress a sub report if a field contains the charcaters N/A

    I have created a report (using Crystal Reports 10) containing several sub reports.  I have used the Selection Expert and checked the Suppress Blank Section check box for all the sub reports.  This will hide the sub report if the fields have null values.  I would like to be able to suppress the sub report if any fields contain the characters N/A.  Is there a formula or a method I can use that will suppress a sub report if the only field value is N/A?

    You can have a summary field for counting if there're any 'N/A'. If there are any, you can then suppress the corr. section. Further in the section in which the subreport is placed, within the main one, you can tick 'Suppress blank section' in the section expert.

  • Why is the shortcut for highlighting the font selection field in the Character panel not working?

    I'm trying to use Illustrator CC (instead of CS6)...
    In AI CS6, pressing Command+Shift+Option+F on the keyboard, while text is active, hilights the Font Field in the Character Panel... not so in AI CC.
    I can open CS6 on the same file and it works... Open AI CC and no result.

    Don't have CC
    Check here, what is configured.

  • Select from table where field contains the first 3 character

    The value of the field contains leading zeros like 0000000123, 0000001123, 0000011123.
    Now we need to check the table for entries that contains the first three characters excluding the zeros.
    If we are looking for '123' then we should be retrieving 0000000123 and not 0000001123 or 0000011123.
    Is there a way to get that value in SQL statement with only the exact result?
    Thanks.

    P156550 wrote:>
    > We've tried to use LIKE in our SQL statements and filtered it but there are a bunch of data and we want to get the exact row to improve the performance.
    Hello Adjhan,
    Yes, you need not use LIKE.
    You can use CONVERSION EXIT. I see that the length of your data is CHAR10.
    So try to use the code i have suggested & revert back if any doubts.
    @Soumyaprakash:
    If read the original post carefully, the OP has said:
    If we are looking for '123' then we should be retrieving 0000000123 and not 0000001123 or 0000011123.
    So LIKE does not come into the picture.
    Good Luck,
    Suhas

  • Anyone can Help on {suppress} [database fields] inside the [fields]

    Reason to put database fields inside the fields
    1. I put in (word and database fields) inside fields box in order to let my word display smoothly one by one.
    Problem is , i am in section report footer d, i plan to suppress {Qrev if the value is "AAA"}
    got this type of function?
    If the Qrev = "AAA" than  suppress/hide it.
    Design screen :
    We will the undersigned, hereby acknowledge my acceptance of the above quote and agreed to the rates, terms and conditions stated herein as per your reference no: {QRef}  dates
    Display screen=
    We will the undersigned, hereby acknowledge my acceptance of the above quote and agreed to the rates, terms and conditions stated herein as per your reference no: 2014    AAA dates 10 march 2009
    wanted display screen
    We will the undersigned, hereby acknowledge my acceptance of the above quote and agreed to the rates, terns and conditions stated herein as per your reference no: 2014   dates 10 march 2009

    As what u say, i try to key in a [formula fields] call Qrev
    here the code :
    if {Quotation.QRev} = "AAA" then
        {Quotation.QRev} = " "
    We will the undersigned, hereby acknowledge my acceptance of the above quote and agreed to the rates,
    terns and conditions stated herein as per your reference no: MKT-2009/05/0018 True dates 19 Jun 2009
    but the Qrev.wouldnt be go delete / as a blank value. The value will only become  true or false
    Edited by: chee85 on Sep 18, 2009 7:40 AM

  • An Oracle userID containing the @ character; supported?

    Hello,
    I setup a test user:
    create user "TLM@FOO"
    and granted connect, resource, etc.
    How do I login as that user?
    sqlplus "TLM@FOO" fails, thinks I'm trying to connect to the TNS service @FOO
    sqlplus "TLM\@FOO" fails (thought I'd try to escape the @ sign in the Unix shell)
    interestingly, once I get a failed message and get to this prompt:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    I can enter "TLM@FOO" as username and his password, and I get in.
    But how do I structure the "sqlplus" command to accept a userID that contains the "@" sign?

    SQL> create user  "TLM@FOO" identified by titi;
    User created.
    SQL> grant connect to  "TLM@FOO" ;
    Grant succeeded.
    SQL> conn  "TLM@FOO"/titi
    Connected.
    SQL>
    E:\oracle\ora92\bin>sqlplus  "TLM@FOO"/titi@DEMO9I
    SQL*Plus: Release 9.2.0.7.0 - Production on Wed Nov 2 23:36:28 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon>  ::= <username>[<password>][@<connect_string>] | /
    Enter user-name: "TLM@FOO"
    Enter password:
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    SQL>Try :
    E:\oracle\ora92\bin>sqlplus /nolog
    SQL*Plus: Release 9.2.0.7.0 - Production on Wed Nov 2 23:42:43 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SQL> conn "TLM@FOO"/titi
    Connected.
    SQL>You will go in the face too many problem with this sort of username.
    Good luck,
    Nicolas.

  • Which structure field contains the header level net price of sales order ?

    Hi Friends,
    I am writing a pricing routine for calculating ZSMR condition value in sales order header level. The formula for calculating is   (NET PRICE / NET SALES COST) / NET PRICE.
    Which structure contains the net price of the sales order in header level. KOMK structure does not contains the net price value.
    Any ideas is highly appreciable.
    Thanks,
    Sakthidoss.

    Sivanand,
    I can not use VBAK as I have not saved the sales order yet and before that I need to calculate the pricing condition. In the sales order header level, net price is showing. I want to know which structure contains that net price value.
    You have any thoughts whether I am in correct path?
    I will certainly appreciate your help by rewarding points.
    Edited by: dossgs on May 20, 2010 2:13 PM

  • Suppress a field in the page footer unless it's the last page of the group

    Hi,
    I have a report set up where one can pull invoice information.  There is a page footer used for every page which contains a field that I only want visible when it is the last page of the group.
    For example, one might pull several invoices, each invoice being its own group.  A field would be suppressed in the footer unless it is the last page of that particular invoice.
    Is this something that can be done in Crystal Reports XI?
    Thank you.

    Hi,
    Alright, it's a bit rusty but here's how you can do it:
    1) Create this formula and place it in the Report Header:
    whileprintingrecords;
    numbervar n1 := groupnumber;
    2) Create this formula and place it in the Group Footer:
    whileprintingrecords;
    numbervar n := groupnumber;
    3) Create this formula and place it on the Page Footer:
    whileprintingrecords;
    numbervar n;
    4) Right-click the above formula (Formula on the Page Footer) and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar n1;
    numbervar x;
    if currentfieldvalue <> n1 then
      x := 1;
      true;
    else
      x := 0;
      true;
    5) Right-click the field that you wish to always suppress except on the last page and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar x;
    if x = 1 then true;
    Let me know how this goes!
    -Abhilash

  • How to display or suppress a field in the group footer conditionally

    Hi,
         I am working with crystal report XI R2
         My requirement is that suppress the filed on group footer if it is duplicating .Also display only once for the first record in  each page  if it runs in to more than one page .
    For example suppose my report is to display all the students name in a college on department basis.
    Then do the grouping on department ,then display the names  like
    Page 1
    Department                      +Student+
    Computer                             Ram
                                                    Ravi
                                                    Seetha
    Electronics                          Anvar
                                                  Deepak
                                                  Geetha
    Page 2  
    Electronics                          Hari
                                                  Karthik
                                                    Xavier
    Maths                                     Sini   etc.......
      Inorder to suppress the duplcated department name ,i am taking the count of the student names for each department and if the   count is more than 1 then suppressing it.
        But i am not able to display it conditionall on each page for the first record ,if the repor is running in different pages..
       Please let me know if you require more information regarding teh same.
    Thanks in advance,
    Smitha
    Edited by: smitha thomas on Nov 17, 2010 9:58 AM
    Edited by: smitha thomas on Nov 17, 2010 9:59 AM
    Edited by: smitha thomas on Nov 17, 2010 10:02 AM

    Right click the department name column and go to format field and  select supress if duplicate...this will remove duplicates
    to get it displayed in each page
    create a formula say F1 and place the column inside the formula
    and conditionally supress for each page
    This may help
    Thanks,
    Ganesh

  • More than one field contain the data field attribute

    What If more than one filed contain data filed, do I need to run the rule file more than one times

    This has been discussed mant times in the list.You can search for a more complete answer, but basically, you don't define a column as data but rather with the measure/account/whatever it represents.
    for exampel suppose you ahve the numbers 10,10,10 in your file. Instead of seting the member to data, you could set the firt column to Jan, the second to Feb and the third to Mar

  • In VB Programming code -- How to access the formula for suppressing a field

    In VB Programming code -- How to access the formula for suppressing a field
    I am using Crystal Reports 2008 v1
    Using VB code, I am attempting to modify a Crystal Report before exporting it into a PDF format and then displaying it on the Web.
    My problem is that I am unable to access the formula used to dynamically suppress a field.
    The following code is working:
    mySections = rd.ReportDefinition.Sections
    For Each mySection As CrystalDecisions.CrystalReports.Engine.Section In mySections
       ' myFieldToChange is a String set to the text of the field I need to adjust the Suppression
       iloop = 0
       For Each RecObj As CrystalDecisions.CrystalReports.Engine.ReportObject In mySection.ReportObjects
               If mySection.ReportObjects.Item(iloop).Name.ToLower = myFieldToChange Then
                   myTextObject = CType(mySection.ReportObjects.Item(iloop), CrystalDecisions.CrystalReports.Engine.TextObject)
                   myTextObject.Text = "new field text goes here"
                   mySection.SectionFormat.EnableSuppress = True
                   '  Here is where I want to change the formula for the Suppression
                End if
                iloop = iloop + 1
        Next
    Next
    I can not find any reference to the actual suppression formula in the SDK help file.
    Note, the EnableSuppress can be set to True for False, but if there is a formula for dynamic suppression, the True or False value is overwritten.  The results of the formula determine the suppression.
    Is there a way to reference this formula.  I know that I can put on in using the Crystal Report Designer software, I need to modify this formula using VB code and the SDK.

    Hello, Mark;
    If you are using the ReportDocument object you do not have access to the Conditional Suppression formula. You can get around it by using a formula field in the report for the supression and then using the FormulaField code to change it at runtime.
    If you want to change the supression condition directly at runtime you need to use RAS and the ReportClientDocument.
    Elaine

  • To Handle Special Characters(Guideu0099 ) in MATMAS IDOC fields

    Need to handle special characters like Guide™, as an attached  superscript in MATMAS02/05 IDOC field . The field name is TDLINE in E1MTXLM segment.
    As a trial run when these special characters are pasted in the TDLINE field, it throws an error that "the input field contains prohibited characters"
    Please let me know if there is any workaround for this.

    hi
    good
    go through these links, i hope these ll help you to solve your problem.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFADMLO/CAGTFADMLO.pdf
    http://www.erphome.net/wdb/upload/forum14_f_2908.doc
    thanks
    mrutyun^

  • Help in suppressing Adobe Fields

    Hello all,
    I am new to Adobe forms livecycle designer, apologies if it is a basic question. My requirement is as below:
    1. Based on the data in my xml data file may be one field some where in the file, I should be able to suppress other fields in the form. What is the event I should be writing my script on, I have seen this discussion http://forums.adobe.com/thread/861342, but it is on the click of a radiobutton, want something which happens on seeing the data.
    Also how will I check the data field, because the form element can be suppresed by xfa[0].form[0].Invoice[0].Subform3[1].MonetaryAmount[4].presence = "inactive";
    2. A segment in my invoice XML keeps repeating, but the identifier and the amount keep changing for every occurence of taxsummary. Example as below the target fields in my adobe form have to populated based on the <Ident> field, if it GST put <TaxableAmount> to TAX_GST, if it PST put <TaxableAmount> to TAX_PST.
    <TaxSummary>
         <Tax>
             <TaxTypeCodedOther>
                 <Identifier>
                     <Agency>
                         <AgencyCoded>Other</AgencyCoded>
                             <AgencyCodedOther>GST</AgencyCodedOther>
                             </Agency>
                                 <Ident>GST</Ident>
                             </Identifier>
                         <TaxableAmount>52500.00</TaxableAmount>
             </TaxTypeCodedOther>
         </Tax>
    </TaxSummary>
    <TaxSummary>
         <Tax>
             <TaxTypeCodedOther>
                 <Identifier>
                     <Agency>
                         <AgencyCoded>Other</AgencyCoded>
                             <AgencyCodedOther>GST</AgencyCodedOther>
                             </Agency>
                                 <Ident>PST</Ident>
                             </Identifier>
                         <TaxableAmount>9500.00</TaxableAmount>
             </TaxTypeCodedOther>
         </Tax>
    </TaxSummary>
    <TaxSummary>
         <Tax>
             <TaxTypeCodedOther>
                 <Identifier>
                     <Agency>
                         <AgencyCoded>Other</AgencyCoded>
                             <AgencyCodedOther>GST</AgencyCodedOther>
                             </Agency>
                                 <Ident>HST</Ident>
                             </Identifier>
                         <TaxableAmount>1500.00</TaxableAmount>
             </TaxTypeCodedOther>
         </Tax>
    </TaxSummary>
    Can anyone please provide any solution for my problem
    Regards,
    Prashanth

    You should post this in the LiveCycle Designer forum.

  • Crystal Report Bursting based on a field in the report

    Hi,
    I have a crystal report with  Invoice Number as a field in it.  I need to burst the report with following as the output.
    1. Destination: FTP server
    2.  Format : PDF : One PDF for every invoice.
    I was trying to use Publication through Infoview.  I would like to know how to achieve this.
    I do not have any parameters in the report or any group of users/recipients.  Hence, I have not created any Profiles.
    Thanks in advance.
    Girish

    Add your CR report as source document and then choose to have Dynamic recipients for your publication. Use there as source for the recipients' list the same report you want to burst. As Recipient identifier select the field that contains the invoice ID.
    In the personalization panel go to the Filters area and select in the Report field drop down your invoice field from the report. In the Dynamic recipients mapping drop down select again the field containing the invoice ID.
    Select the appropriate settings in the destination and format panels and let at least on BO user subscribe to the publication .
    After that you can run the publication.
    Regards,
    Stratos

  • Jaxp fails to unmarshall xml document if it contaions the "&" character

    Hi,
         We are using JAXB in our applications and have recently experienced a problem
    with parsing of xml document ( when calling unmarshall method of jaxb ). The problem occurs
    when the xml element contains the character & in it f.eks. "Hennes & Maiurets" then it fails to parse
    the xml document. We would be very greatful if you could suggest us any workaround.
    Thanks in advance
    Sazzadul

    That's because it's not an XML document. A well-formed XML document cannot contain the & character by itself in a text node, it must be escaped as &amp;. XML parsers will do this automatically, but if you are producing your own XML via ordinary string output, you have to handle this escaping yourself. And the same goes for the other four markup characters.

Maybe you are looking for

  • 5 Ghz vs 2.4 Ghz

    Howdy I am currently using a Time Capsule as a router. It is located in my office, which is upstairs. My wife uses her Mac laptop in her office, which is down stairs. Her connection to the internet, which is wireless and through the Time Capsule, is

  • Purchase Requisition from CRM Service Order

    Hello Everybody, I am trying to create Purchase requisition from Service Order for Service(Material type DIEN) as well as Material (Material type HAWA). I have maintained all the necessary configuration in CRM as well as ECC, like in CRM,  Logistic i

  • How do you change your rescue e-mail address on your apple id?

    I want to change my apple ID e-mail address. However, when I try, it tells me that I can't change it to the address I want because that is my rescue email address. I figure if I change my rescue address I should be able to change my apple ID to the a

  • Image Gallery with cfdirectory with no DB

    Hi Im trying to get an image Gallery going with cfdirectory with no Database amd pagination through Cfdirectory Im current using cfdirectory to create a query and cfx_openimage to create thumbnails. the issue I have and where Ive been stuck is when a

  • Data Migration techniques

    Hi Experts, I want to know about data migration techniques and how we can best use MDM while migrating old version of R/3 to new version of R/3.... I have implemented SAP MDM in cases where we have number of SAP R/3 instances across different region