<?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: project systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510859#M235639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables: caufvd, afpod, rc27i, rc27s, tcn41, mtcom, msfcv, mtcor, afvgd,&lt;/P&gt;&lt;P&gt;        tcx00, t399x, resbd, afko,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       resb,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       rsadd,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        affld,proj, prps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 10:59:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T10:59:04Z</dc:date>
    <item>
      <title>project systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510858#M235638</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;i am doing an conversion using bapi BAPI_NETWORK_COMP_ADD&lt;/P&gt;&lt;P&gt;can anybody give me table pertaining to network num,ACTIVITY,TYPE_OF_PUR_RESV,ENTRY_QUANTITY,BASE_UOM,&lt;/P&gt;&lt;P&gt;REQ_DATE,MANUAL_REQUIREMENTS_DATE,DELIVERY_DAYS&lt;/P&gt;&lt;P&gt;PUR_GROUP,PURCH_ORG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;phani.sista&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510858#M235638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T10:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: project systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510859#M235639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables: caufvd, afpod, rc27i, rc27s, tcn41, mtcom, msfcv, mtcor, afvgd,&lt;/P&gt;&lt;P&gt;        tcx00, t399x, resbd, afko,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       resb,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       rsadd,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        affld,proj, prps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510859#M235639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: project systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510860#M235640</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;Please check this link for PS tables perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/tables_ps.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/tables_ps.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the following BAPIs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help to convert external number to internal SAP number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: if the Project number is T/000120, you can give the input as T120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below FM will convert the external number to SAP recognised number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* convert external number to internal SAP number
  CALL FUNCTION 'CONVERSION_EXIT_PROJN_INPUT'
       EXPORTING
            input  = projectnumber
       IMPORTING
            output = projectnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below FM is used to get the full info about the project&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* get more info of project
  CALL FUNCTION 'BAPI_PROJECT_GETINFO'
       EXPORTING
            project_definition = projectnr
            with_activities    = 'X'
       IMPORTING
            return             = return
       TABLES
            e_wbs_element_table   = wbs_element_table.
            e_activity_table      = activity_table.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 11:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems/m-p/1510860#M235640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:24:42Z</dc:date>
    </item>
  </channel>
</rss>

