<?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: bapi help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272454#M782310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi armit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method checks whether primary costs can be planned correctly. It then updates them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]Example&lt;/P&gt;&lt;P&gt;You want to plan primary costs on cost center 4210, on cost center 4220, activity type 110 and on business process 1004210. You plan each time using cost element 400000 (the cost centers each with $2400 fixed and $100 variable, the business process with $3000 fixed (controlling area currency) The table is filled as follows: INDEXSTRUCTURE: OBJECT_INDEX | VALUE_INDEX | ATTRIB_INDEX 1 | 1 | 0 2 | 1 | 0 3 | 2 | 0 The zeros indicate that no values were transferred. Instead, the system takes the planned values values or the default value from the master data. COOBJECT: OBJECT_INDEX|COSTCENTER|ACTTYPE|ORDERID|WBS_ELEMENT|CO_BUSPROC 1 | 4210 | | | | 2 | 4220 | 110 | | | 3 | | | | | 1004210 TOTVALUE: VALUE_INDEX|COST_ELEM|...|TRANS_CURR|...|FIX_VALUE|...|VAR_VALUE|DK|... 1 | 400000 | | | | 2400 | | 100 | | 2 | 400000 | | | | 3000 | | | | DK is the relevant DIST_KEY_XXXX (distribution key) TRANS_CURR does not need to be specified in this case. You only need to set the PLAN_CURRTYPE field in the HEADERINFO to "C" (Controlling area currency). The records are then checked and updated by the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]Import&lt;/P&gt;&lt;P&gt;Contrl &lt;/P&gt;&lt;P&gt;Coobject &lt;/P&gt;&lt;P&gt;Headerinfo &lt;/P&gt;&lt;P&gt;Indexstructure &lt;/P&gt;&lt;P&gt;Pervalue &lt;/P&gt;&lt;P&gt;Totvalue &lt;/P&gt;&lt;P&gt;[edit]Export&lt;/P&gt;&lt;P&gt;Return &lt;/P&gt;&lt;P&gt;[edit]Changing&lt;/P&gt;&lt;P&gt;[edit]Pattern&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PDTRANSCO_POSTPRIMCOST'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    HEADERINFO           =&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    INDEXSTRUCTURE       =&lt;/P&gt;&lt;P&gt;    COOBJECT             =&lt;/P&gt;&lt;P&gt;"   PERVALUE             =&lt;/P&gt;&lt;P&gt;"   TOTVALUE             =&lt;/P&gt;&lt;P&gt;"   CONTRL               =&lt;/P&gt;&lt;P&gt;    RETURN               =&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 09:40:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T09:40:09Z</dc:date>
    <item>
      <title>bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272450#M782306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there all&lt;/P&gt;&lt;P&gt;i am looking for help about BAPI_PDTRANSCO_POSTPRIMCOST where can i find it?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272450#M782306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272451#M782307</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;This method checks&lt;/P&gt;&lt;P&gt;then updates them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find in transaction se37. There refer to the function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if solved your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272451#M782307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T08:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272452#M782308</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;FU BAPI_PDTRANSCO_POSTPRIMCOST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Transfer of Planning Data: Post Primary Costs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This method checks whether primary costs can be planned correctly. It&lt;/P&gt;&lt;P&gt;    then updates them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You want to plan primary costs on cost center 4210, on cost center 4220,&lt;/P&gt;&lt;P&gt;    activity type 110 and on business process 1004210.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You plan each time using cost element 400000 (the cost centers each with&lt;/P&gt;&lt;P&gt;    $2400 fixed and $100 variable, the business process with $3000 fixed&lt;/P&gt;&lt;P&gt;    (controlling area currency)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The table is filled as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    INDEXSTRUCTURE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            OBJECT_INDEX   VALUE_INDEX   ATTRIB_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  1             1             0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  2             1             0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  3             2             0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The zeros indicate that no values were transferred. Instead, the system&lt;/P&gt;&lt;P&gt;takes the planned values values or the default value from the master&lt;/P&gt;&lt;P&gt;data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COOBJECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   OBJECT_INDEX COSTCENTER ACTTYPE ORDERID WBS_ELEMENT CO_BUSPROC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1          4210&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         2          4220     110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         3                                              1004210&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTVALUE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VALUE_INDEX COST_ELEM ... TRANS_CURR ... FIX_VALUE ... VAR_VALUE DK ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1      400000                       2400          100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2      400000                       3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DK is the relevant DIST_KEY_XXXX (distribution key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANS_CURR does not need to be specified in this case. You only need to&lt;/P&gt;&lt;P&gt;set the PLAN_CURRTYPE field in the HEADERINFO to "C" (Controlling area&lt;/P&gt;&lt;P&gt;currency).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records are then checked and updated by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272452#M782308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272453#M782309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Help Document in SE37:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FU BAPI_PDTRANSCO_POSTPRIMCOST&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;Transfer of Planning Data: Post Primary Costs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;This method checks whether primary costs can be planned correctly. It then updates them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You want to plan primary costs on cost center 4210, on cost center 4220, activity type 110 and on business process 1004210.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You plan each time using cost element 400000 (the cost centers each with $2400 fixed and $100 variable, the business process with $3000 fixed (controlling area currency)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is filled as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDEXSTRUCTURE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        OBJECT_INDEX | VALUE_INDEX | ATTRIB_INDEX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              1        |      1      |      0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              2        |      1      |      0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              3        |      2      |      0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The zeros indicate that no values were transferred. Instead, the system takes the planned values values or the default value from the master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COOBJECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   OBJECT_INDEX|COSTCENTER|ACTTYPE|ORDERID|WBS_ELEMENT|CO_BUSPROC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1     |    4210  |       |       |           |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         2     |    4220  |  110  |       |           |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         3     |          |       |       |           | 1004210&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTVALUE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE_INDEX|COST_ELEM|...|TRANS_CURR|...|FIX_VALUE|...|VAR_VALUE|DK|...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1    | 400000  |   |          |   | 2400    |   | 100     |  |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2    | 400000  |   |          |   | 3000    |   |         |  |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DK is the relevant DIST_KEY_XXXX (distribution key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANS_CURR does not need to be specified in this case. You only need to set the PLAN_CURRTYPE field in the HEADERINFO to "C" (Controlling area currency).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The records are then checked and updated by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;HEADERINFO&lt;/P&gt;&lt;P&gt;INDEXSTRUCTURE&lt;/P&gt;&lt;P&gt;COOBJECT&lt;/P&gt;&lt;P&gt;PERVALUE&lt;/P&gt;&lt;P&gt;TOTVALUE&lt;/P&gt;&lt;P&gt;CONTRL&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;6031&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 09:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272453#M782309</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2008-01-16T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: bapi help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272454#M782310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi armit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method checks whether primary costs can be planned correctly. It then updates them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]Example&lt;/P&gt;&lt;P&gt;You want to plan primary costs on cost center 4210, on cost center 4220, activity type 110 and on business process 1004210. You plan each time using cost element 400000 (the cost centers each with $2400 fixed and $100 variable, the business process with $3000 fixed (controlling area currency) The table is filled as follows: INDEXSTRUCTURE: OBJECT_INDEX | VALUE_INDEX | ATTRIB_INDEX 1 | 1 | 0 2 | 1 | 0 3 | 2 | 0 The zeros indicate that no values were transferred. Instead, the system takes the planned values values or the default value from the master data. COOBJECT: OBJECT_INDEX|COSTCENTER|ACTTYPE|ORDERID|WBS_ELEMENT|CO_BUSPROC 1 | 4210 | | | | 2 | 4220 | 110 | | | 3 | | | | | 1004210 TOTVALUE: VALUE_INDEX|COST_ELEM|...|TRANS_CURR|...|FIX_VALUE|...|VAR_VALUE|DK|... 1 | 400000 | | | | 2400 | | 100 | | 2 | 400000 | | | | 3000 | | | | DK is the relevant DIST_KEY_XXXX (distribution key) TRANS_CURR does not need to be specified in this case. You only need to set the PLAN_CURRTYPE field in the HEADERINFO to "C" (Controlling area currency). The records are then checked and updated by the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]Import&lt;/P&gt;&lt;P&gt;Contrl &lt;/P&gt;&lt;P&gt;Coobject &lt;/P&gt;&lt;P&gt;Headerinfo &lt;/P&gt;&lt;P&gt;Indexstructure &lt;/P&gt;&lt;P&gt;Pervalue &lt;/P&gt;&lt;P&gt;Totvalue &lt;/P&gt;&lt;P&gt;[edit]Export&lt;/P&gt;&lt;P&gt;Return &lt;/P&gt;&lt;P&gt;[edit]Changing&lt;/P&gt;&lt;P&gt;[edit]Pattern&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PDTRANSCO_POSTPRIMCOST'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    HEADERINFO           =&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    INDEXSTRUCTURE       =&lt;/P&gt;&lt;P&gt;    COOBJECT             =&lt;/P&gt;&lt;P&gt;"   PERVALUE             =&lt;/P&gt;&lt;P&gt;"   TOTVALUE             =&lt;/P&gt;&lt;P&gt;"   CONTRL               =&lt;/P&gt;&lt;P&gt;    RETURN               =&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 09:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-help/m-p/3272454#M782310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T09:40:09Z</dc:date>
    </item>
  </channel>
</rss>

