<?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: Structure containing *all* account assignment information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667733#M1447286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Well, everyone assigns (or doesn't assign) po1nts based on there own criteria. Personally, I think that if someone has taken time out of there day to help a stranger with a problem, then that should be rewarded. The moderators are on the lookout for point hunters and we do what we can do discourage it. My experience is that they don't really care about getting only two po1nts anyway.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Rob&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's just the issue. Have they really taken the time? Of course I could have written in my question that I had used Google, SE11, SE81 and the forums to try and find the answer. But that's a given, or at least it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to give p****s when I get something I think is an honest attempt at helping, but I know that I could easily generate 20 one-line answers in the time it takes me to try and help someone properly. That involves reading and understanding the questions, suggesting a solution and trying to ensure that the suggestion is relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I disagree strongly that people do not care about two-pointers. If everone awards every reply it's no problem collecting several thousand annually. All you need to do is spend 15 minutes every work day replying with one-liners to a bunch of questions. If, on the other hand, there was a limit (let's say five 2-pointers) - then there would be less incentive for this forum spamming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main problem of SDN now, one of the major reasons I have almost not been active at all for the last two years. The noise to signal ratio is much too high. &lt;/P&gt;&lt;P&gt;It's like comp.lang.c++ versus comp.lang.c++.moderated in good old UseNet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 08:03:56 GMT</pubDate>
    <dc:creator>KjetilKilhavn</dc:creator>
    <dc:date>2010-03-09T08:03:56Z</dc:date>
    <item>
      <title>Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667724#M1447277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I think I am in the correct forum, but if I am not and you know what forum is correct for this question, please inform me by replying in the thread. No need for 500 replies with this information, one will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a generic interface for account assignment information which will be used in workflow solutions. The interface will be used in extensions to standard BOR objects, so I can't use ABAP Objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is finding the correct structure to use as parameter type. I don't think I can get away from using statically typed parameters, so ideally I am looking for a standard structure that contains all possible account assignment fields for any accounting document, whether the source document is asset accounting, funds management, standard accounting documents, invoices, purchase orders, joint venture accounting documents or whatever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a structure named COBL, but I am not sure if all that information is needed. I need the account assignment fields plus at least one amount (to determine what the "main" account assignment is in cases where I can not operate on multiple values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COBL and ACCBAPIFD1 are the best candidates I have been able to find - but I would appreciate advice on these, and of course on better candidates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667724#M1447277</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-03T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667725#M1447278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Better you can create a custom structure in se11 and use it.&lt;/P&gt;&lt;P&gt;In future if any new fileds has to be added then it will be very feasible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 18:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667725#M1447278</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-03T18:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667726#M1447279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am aware of this possibility of course - but I want to avoid it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667726#M1447279</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-03T21:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667727#M1447280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering the future enhancements, custom one is the best option. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667727#M1447280</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-03T21:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667728#M1447281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just got this when i searched in google , please check &lt;STRONG&gt;INCL_EEW_PD_ACC_CSF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Account assignment fields|http://plkasee.spaces.live.com/]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 22:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667728#M1447281</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-03-03T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667729#M1447282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, because of future enhancements, I would go with an existing structure. SAP will keep it up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure INCL_EEW_PD_ACC_CSF is in SRM not R/3 and I think the blog mentioned is in reference to SRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 22:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667729#M1447282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T22:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667730#M1447283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Actually, because of future enhancements, I would go with an existing structure. SAP will keep it up to date.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's how I see it too. I am aware that some pretty stupid questions are asked in SDN, but suggesting that I create my own structure when I ask if there is one containing all account assignment information - that's not really helpful. I do not condone point hunters and that's why I don't award any points to answers that are not at all helpful. I see a lot of people will happily give 2 points to anyone who replies. What's the point (no pun intended) in that? All you do is encourage people to write meaningless replies to increase their own ranking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Structure INCL_EEW_PD_ACC_CSF is in SRM not R/3 and I think the blog mentioned is in reference to SRM.&lt;/P&gt;&lt;P&gt;&amp;gt; Rob&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;A shame really. I have of course searched using both SE81, SE11, the SDN forums and Google quite a bit before asking a question. I saw the notification for the answer about this structure and was hoping that I had missed something in Google, but alas, I was not that lucky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kjetil Kilhavn on Mar 8, 2010 9:05 AM&lt;/P&gt;&lt;P&gt;With the amount of questions asked daily I suppose this question will never become answered, so I'll award 2 points to the most helpful reply so far. Sixes and tens are still up for grabs &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 07:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667730#M1447283</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-08T07:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667731#M1447284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check ACCIT, as this table is intended for "Interface to Accounting: Item Information" it contains most account assignment and currency amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 09:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667731#M1447284</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-03-08T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667732#M1447285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; That's how I see it too. I am aware that some pretty stupid questions are asked in SDN, but suggesting that I create my own structure when I ask if there is one containing all account assignment information - that's not really helpful. I do not condone point hunters and that's why I don't award any points to answers that are not at all helpful. I see a lot of people will happily give 2 points to anyone who replies. What's the point (no pun intended) in that? All you do is encourage people to write meaningless replies to increase their own ranking.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, everyone assigns (or doesn't assign) po1nts based on there own criteria. Personally, I think that if someone has taken time out of there day to help a stranger with a problem, then that should be rewarded. The moderators are on the lookout for point hunters and we do what we can do discourage it. My experience is that they don't really care about getting only two po1nts anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 14:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667732#M1447285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667733#M1447286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Well, everyone assigns (or doesn't assign) po1nts based on there own criteria. Personally, I think that if someone has taken time out of there day to help a stranger with a problem, then that should be rewarded. The moderators are on the lookout for point hunters and we do what we can do discourage it. My experience is that they don't really care about getting only two po1nts anyway.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Rob&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's just the issue. Have they really taken the time? Of course I could have written in my question that I had used Google, SE11, SE81 and the forums to try and find the answer. But that's a given, or at least it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to give p****s when I get something I think is an honest attempt at helping, but I know that I could easily generate 20 one-line answers in the time it takes me to try and help someone properly. That involves reading and understanding the questions, suggesting a solution and trying to ensure that the suggestion is relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I disagree strongly that people do not care about two-pointers. If everone awards every reply it's no problem collecting several thousand annually. All you need to do is spend 15 minutes every work day replying with one-liners to a bunch of questions. If, on the other hand, there was a limit (let's say five 2-pointers) - then there would be less incentive for this forum spamming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main problem of SDN now, one of the major reasons I have almost not been active at all for the last two years. The noise to signal ratio is much too high. &lt;/P&gt;&lt;P&gt;It's like comp.lang.c++ versus comp.lang.c++.moderated in good old UseNet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 08:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667733#M1447286</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-09T08:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667734#M1447287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the best structure I have seen so far, for my original question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after trying with COBL yesterday and seeing how much work it was to fill it manually (field mapping) for a purchase order I decided to go for a less complete solution and have used the BAPI structure for account assignment information in purchasing (for requisition).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 08:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667734#M1447287</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-09T08:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667735#M1447288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; This is the main problem of SDN now, one of the major reasons I have almost not been active at all for the last two years. The noise to signal ratio is much too high. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you check, I think that you'd find that the noise to signal ration has gone way down in the past couple of years. The forum is much more heavily moderated now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667735#M1447288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T14:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667736#M1447289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, your question is interesting, but you come across quite arrogant, so I'm not sure about just how much people will feel attracted to help you.&lt;/P&gt;&lt;P&gt;Rob is 100% right about the noise level having gone down drastically (way before I was invited to help out).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667736#M1447289</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-03-09T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667737#M1447290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Well, your question is interesting, but you come across quite arrogant, so I'm not sure about just how much people will feel attracted to help you.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That may be your impression and your opinion. I can live with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Rob is 100% right about the noise level having gone down drastically (way before I was invited to help out).&lt;/P&gt;&lt;P&gt;&amp;gt; Thomas&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Although that is probably true, that does not imply it is not too high. If SAP's overtime report had 10 errors causing incorrect results and SAP fixes 8 of them the report still produces incorrect results, which means it is still not useable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call it arrogance if you will, but it is a fact that several very knowledgeable people who previously contributed heavily in SDN have left the forums because there were too many requests for step by step instructions, too many idiots who don't even use the F1 key before posting a question. I even got e-mails requesting help directly because I hadn't responded to questions. Why should we put up with that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect people to make an honest effort before posting to SDN, and I expect them to expect nothing less of me. You may think that is arrogant. I call it common sense. I am paid by companies to work for them. Sometimes that means spending some time on the internet to search for answers or on SDN to request help and get pushed in the right direction, but it certainly never means spending two hours daily on SDN to provide basic training to people who want me to do their work. If that's arrogance I am proud to be called arrogant.&lt;/P&gt;&lt;P&gt;[For your information|http://www.wikihow.com/Be-Arrogant]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 09:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667737#M1447290</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2010-03-12T09:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Structure containing *all* account assignment information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667738#M1447291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just spotted your reply now. You're mixing things up. I agree with most of your comments regarding SDN quality and effort spent before posting. We're fighting daily to the raise the level.&lt;/P&gt;&lt;P&gt;What I meant was that the tone you set when asking for help as in this thread will probably not encourage people to help you, so you might want to rethink that. It's up to you, of course. And it's my personal observation only.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-containing-all-account-assignment-information/m-p/6667738#M1447291</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-03-17T15:36:44Z</dc:date>
    </item>
  </channel>
</rss>

