<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606073#M597270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement where I am populating the data in to the IDOC of a field with &amp;lt;b&amp;gt;sign&amp;lt;/b&amp;gt; as in &amp;lt;b&amp;gt;-&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;+&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we all know that the sign in SAP comes to the &amp;lt;b&amp;gt;right&amp;lt;/b&amp;gt; of the value.&lt;/P&gt;&lt;P&gt;But I need to get the sign on the &amp;lt;b&amp;gt;left&amp;lt;/b&amp;gt; side of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is any option in the IDOC where we can do that to the field or we have to do that to the field directly when we are populating the values into to the IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the IDoc, I need the value to be -25.00 versus 25.00-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how this can be achieved?&lt;/P&gt;&lt;P&gt;Help required urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sneha Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 14:06:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T14:06:38Z</dc:date>
    <item>
      <title>IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606073#M597270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement where I am populating the data in to the IDOC of a field with &amp;lt;b&amp;gt;sign&amp;lt;/b&amp;gt; as in &amp;lt;b&amp;gt;-&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;+&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we all know that the sign in SAP comes to the &amp;lt;b&amp;gt;right&amp;lt;/b&amp;gt; of the value.&lt;/P&gt;&lt;P&gt;But I need to get the sign on the &amp;lt;b&amp;gt;left&amp;lt;/b&amp;gt; side of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is any option in the IDOC where we can do that to the field or we have to do that to the field directly when we are populating the values into to the IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the IDoc, I need the value to be -25.00 versus 25.00-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how this can be achieved?&lt;/P&gt;&lt;P&gt;Help required urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sneha Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606073#M597270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606074#M597271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to handle this when u populate those values........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try any of this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ZTEST.&lt;/P&gt;&lt;P&gt;data : lv_amount type wrbtr value '-1.00'.&lt;/P&gt;&lt;P&gt;data : lv_amount_new(20) type c .&lt;/P&gt;&lt;P&gt;WRITE lv_amount using edit mask 'LLV_________.__' to lv_amount_new.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;write lv_amount_new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use  FM &amp;lt;b&amp;gt;CLOI_PUT_SIGN_IN_FRONT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606074#M597271</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-07-26T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606075#M597272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can just use concatenate statement. IDoc segment is in character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...
data: wa_e1edp01 like e1edp01.

loop at itab_edidd where segnam = 'E1EDP01'. 
  wa_e1edp01 = itab_edidd-sdata. 

  if not wa_e1edp01-netwr is initial. 
    concatenate '-' wa_e1edp01-netwr into wa_e1edp01-netwr. 
    itab_edidd-sdata = wa_e1edp01-netwr. 
    modify itab_edidd.
    exit.
  endif.

endloop.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606075#M597272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606076#M597273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be tough job to make symbol in left side since it is not a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to find out the user exit,then currency field is not charcter field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to declare one data variable like type char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move ur currency value to char data variable and use FM CLOI_PUT_SIGN_IN_FRONT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now modify the segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to find out user exit for IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use customer-function ( Search ) in search pattern in se37 idoc fm,then you may get list of user exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606076#M597273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606077#M597274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu Maramreddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me more clearly once??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 14:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606077#M597274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606078#M597275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to find out user exit and do the modfication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can use FM and this will put symbol in left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at Ferry Code and use same logic in user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/2606078#M597275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T15:08:29Z</dc:date>
    </item>
  </channel>
</rss>

