<?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 Re: ASSIGN_BASE_WRONG_ALIGNMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465509#M553642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any significance of field No_Data, if I say No_data = 'X', it works in old SAP system, but does not give any output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 21:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T21:21:26Z</dc:date>
    <item>
      <title>ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465503#M553636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;When I am executing ABAP function module RFC_READ_TABLE, I am geting following error:&lt;/P&gt;&lt;P&gt;ASSIGN_BASE_WRONG_ALIGNMENT&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Caused by: com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in ASSIGN statement in the program SAPLSDTX                                .&lt;/P&gt;&lt;P&gt;	at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)&lt;/P&gt;&lt;P&gt;	at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1244)&lt;/P&gt;&lt;P&gt;	at com.sap.mw.jco.JCO$Client.execute(JCO.java:3842)&lt;/P&gt;&lt;P&gt;	at com.sap.mw.jco.JCO$Client.execute(JCO.java:3287)&lt;/P&gt;&lt;P&gt;__________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occurs with SAP System SAP47.&lt;/P&gt;&lt;P&gt;But, when I try with same input values and execute this function module RFC_READ_TABLE with SAP System SAPERP04, it executes successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Is there any version upgrade for thsi function module implemention in SAP Systems.&lt;/P&gt;&lt;P&gt;What can we do to avoid this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the comlpete stack trace of error:&lt;/P&gt;&lt;P&gt;_________________________________&lt;/P&gt;&lt;P&gt;Error in ASSIGN statement in the program &amp;amp;AP.&lt;/P&gt;&lt;P&gt;In the current program &amp;amp;AP, an ASSIGN statement is supposed to&lt;/P&gt;&lt;P&gt;assign a field or structure to a field symbol (using either&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS ... STRUCTURE s ... or ASSIGN...CASTING....). When&lt;/P&gt;&lt;P&gt;converting the base entry of the field symbol &amp;amp;N1 (number in base table:&lt;/P&gt;&lt;P&gt; &amp;amp;P1), it was found that the structure s requested a memory alignment of&lt;/P&gt;&lt;P&gt; &amp;amp;P3.&lt;/P&gt;&lt;P&gt;The calculated offset within the source structure causes an invalid&lt;/P&gt;&lt;P&gt;memory alignment. (The offset must be exactly divisible by &amp;amp;P3).&lt;/P&gt;&lt;P&gt;by &amp;amp;P3.)&lt;/P&gt;&lt;P&gt;__________________________________&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 20:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465503#M553636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T20:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465504#M553637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haven't work with JCO yet....But I have use RFC_READ_TABLE many times with PHP and Ruby....Never got that exception...Can you post your code? The part when you call the FM....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 20:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465504#M553637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T20:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465505#M553638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;I am passing following input values:&lt;/P&gt;&lt;P&gt;Query_Table : VBAP&lt;/P&gt;&lt;P&gt;Delimiter: |&lt;/P&gt;&lt;P&gt;Options:&lt;/P&gt;&lt;P&gt;MATWA&lt;/P&gt;&lt;P&gt;ARKTX&lt;/P&gt;&lt;P&gt;POSNR&lt;/P&gt;&lt;P&gt;MATNR&lt;/P&gt;&lt;P&gt;PMATN&lt;/P&gt;&lt;P&gt;MATKL&lt;/P&gt;&lt;P&gt;CHARG&lt;/P&gt;&lt;P&gt;VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not passing any other input value.&lt;/P&gt;&lt;P&gt;Thanks Blag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 20:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465505#M553638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T20:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465506#M553639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about this.....But VBAP is really big...Have you tried with a simple table like SPFLI? I think that the problem is the number of fields....That might be causing a DATA BUFFER Overflow....So the RFC connections gets bumped...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 20:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465506#M553639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T20:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465507#M553640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try to assign the field to the FIELDS parameters.....If you only need a few fields.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465507#M553640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465508#M553641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for yours input Blag.&lt;/P&gt;&lt;P&gt;Actually, I am not understanding that why teh same function moduel with same input daat works with different SAP system.. SAP erp04, and why it does not work with SAP 46C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465508#M553641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465509#M553642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any significance of field No_Data, if I say No_data = 'X', it works in old SAP system, but does not give any output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465509#M553642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465510#M553643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use No-Data as 'x" it is not going to return any output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465510#M553643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465511#M553644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to note 382318:&lt;/P&gt;&lt;P&gt;Symptom &lt;/P&gt;&lt;P&gt;A problem occurs in function module RFC_READ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason and Prerequisites &lt;/P&gt;&lt;P&gt;The scope of function module RFC_READ_TABLE is very restricted. E.g., due to the fixed maximum row size only smaller tables can be accessed. There are several data types that cannot be handled, and also there are doubts regarding the Unicode compatibility of the function module.&lt;/P&gt;&lt;P&gt;However, all this is quite immaterial, because the function is not meant to be publicly used anyway. It was only created to be used as a sample in various training courses, and is clearly flagged as "not released for customer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution &lt;/P&gt;&lt;P&gt;Do not use function module RFC_READ_TABLE in the first place!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465511#M553644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465512#M553645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the NO_DATA option....Not data will be gathered and so, the buffer is going to be cleaner....As I told you, VBAP is a pretty big table, RFC_READ_TABLE must get all fields, and then get all data....23K record on my system....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using FIELDS and passing the needed fields helps to reduce the work and keeps the buffer clean....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blogs are down right now....But I'm going to get your mail for business card to send you a blog from Piers Harding....He talks about his old faithfull RFC_READ_TABLE....I'm sure your going to find it interesting -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also, create your own custom version on the FM....And try to fix some of the limitations....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465512#M553645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465513#M553646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well...It seems that don't have your email on your business card LOL...Here's a link to mine, please send me a mail so I can send you the blog....I'm doing it this way, just because blogs are down -:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=eqxfqtptf%2fc%3d"&amp;gt;blag's Business Card&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465513#M553646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465514#M553647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag, Thanks a lot,&lt;/P&gt;&lt;P&gt;Can you please send it to me at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_______________________&lt;/P&gt;&lt;P&gt;In Function Module source code  RFC_READ_TABLE:&lt;/P&gt;&lt;P&gt;It fails at following line:&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;WA&amp;gt; TYPE ANY, &amp;lt;COMP&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;ASSIGN WORK TO &amp;lt;WA&amp;gt; CASTING TYPE (QUERY_TABLE).&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465514#M553647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465515#M553648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't write down your email....That's why I post a link to my business card...Delete, otherwise one of the moderators are going to delete it for you -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again....Any error with this FM is related to either number of FIELDS and number of RECORDS....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Rob said...It's not a recommended function and shouldn't be use on a productive environment....Just for testing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if SAP has any plans to release a better version of this FM or not....So we must use it with caution....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 21:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465515#M553648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T21:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465516#M553649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Blag,&lt;/P&gt;&lt;P&gt;I don't understand one thing that why the same function module works for same inputs in different ,In newer SAP system version , I don't see any source code difference in the function module source code of two different systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we should not use this function module,  then do we have any other function module which solves the same purpose?&lt;/P&gt;&lt;P&gt;Thanks for yours help!&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465516#M553649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465517#M553650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about that....It's supposed to work the same in one system or another, if no source code had been done....Maybe the way the data is managed have changed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time, there's not other FM avaliable....As I told you, best thing is to create your own version of the FM....As long as your not planning to use it beyond a testing environment....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 22:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465517#M553650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T22:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465518#M553651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob, for the detailed explanation.There is really some different kind of output with two different systems using this FM.Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465518#M553651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T23:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465519#M553652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;Thanks for the explanation and providing alternative ways, but I can try providing data inputs in different ways, but as per the limitations, need to use this function module only. As I am writing program which can access any different SAP systems, so, again, I can not restrict to use modified Function Module.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465519#M553652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T23:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465520#M553653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...I see -:) But you need all fields? As I told you, using the FIELDS parameters and using just the need fields, the problem is going to gone....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway....Best of luck -:D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465520#M553653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T23:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465521#M553654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;No problem still exists, even if I use a single field only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as I said, this problem does not exist with newer version SAP system, but exists in older version, I am not understanding what solution should I find for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 23:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465521#M553654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T23:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASSIGN_BASE_WRONG_ALIGNMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465522#M553655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;I am with few columns only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 07:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-base-wrong-alignment/m-p/2465522#M553655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T07:16:58Z</dc:date>
    </item>
  </channel>
</rss>

