<?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 Transaction code not defined in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775828#M1307402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guru's, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem, when I do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rkaep000
    WITH SELECTION-TABLE i_tab
     TO SAP-SPOOL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I receive the following error message : "Transaction code not defined"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try also to run alone the program "rkaep000" se38, I receive the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MohameD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 15:16:30 GMT</pubDate>
    <dc:creator>mrahhaoui</dc:creator>
    <dc:date>2009-06-15T15:16:30Z</dc:date>
    <item>
      <title>Transaction code not defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775828#M1307402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guru's, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem, when I do a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rkaep000
    WITH SELECTION-TABLE i_tab
     TO SAP-SPOOL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I receive the following error message : "Transaction code not defined"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try also to run alone the program "rkaep000" se38, I receive the same error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MohameD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 15:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775828#M1307402</guid>
      <dc:creator>mrahhaoui</dc:creator>
      <dc:date>2009-06-15T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code not defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775829#M1307403</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;in form 'ucomm_show_group' include RKAEPFOB the report execute some transactions based on selection: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KSH3 - cost center group&lt;/P&gt;&lt;P&gt;KAH3 - cost element group&lt;/P&gt;&lt;P&gt;CPH3 - process group&lt;/P&gt;&lt;P&gt;KOH3 - order group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if these transactions work properly and also check if you have any modification in this report that execute some custom tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 15:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775829#M1307403</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2009-06-15T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code not defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775830#M1307404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use call transaction method. Call the program by using following relevent t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-Code      program                                                                                Description&lt;/P&gt;&lt;P&gt;CJIG	RKAEP000	800		80		Display PS Cash Documents&lt;/P&gt;&lt;P&gt;CPB1	RKAEP000	120		80		Business Processes: Act. Line Items&lt;/P&gt;&lt;P&gt;CPBP	RKAEP000	220		80		Business Processes: Plan Line Items&lt;/P&gt;&lt;P&gt;KABP	RKAEP000	400		80		Controlling Documents: Plan&lt;/P&gt;&lt;P&gt;KKAA	RKAEP000	740		80		Sales Document Line Items Res.Anal.&lt;/P&gt;&lt;P&gt;KKCA	RKAEP000	630		80		Cost Objects: Variance Line Items&lt;/P&gt;&lt;P&gt;KKCP	RKAEP000	230		80		Cost Object Line Items - Plan&lt;/P&gt;&lt;P&gt;KKCS	RKAEP000	130		80		Cost Objects: Line Items - Actual&lt;/P&gt;&lt;P&gt;KKFB	RKAEP000	650		80		RS Header: Line Items Variance&lt;/P&gt;&lt;P&gt;KOB1	RKAEP000	110		80		Orders: Actual Line Items&lt;/P&gt;&lt;P&gt;KOB2	RKAEP000	310		80		Orders: Commitment Line Items&lt;/P&gt;&lt;P&gt;KOB3	RKAEP000	610		80		Orders: Variance Line Items&lt;/P&gt;&lt;P&gt;KOB4	RKAEP000	910		80		Orders: Budget Line Items&lt;/P&gt;&lt;P&gt;KOB5	RKAEP000	510		80		Orders: Maint. Line Item Settlement&lt;/P&gt;&lt;P&gt;KOB6	RKAEP000	510		80		Orders: Settlement Line Items&lt;/P&gt;&lt;P&gt;KOB7	RKAEP000	510		80		Orders: Line Item Settlement Retirem&lt;/P&gt;&lt;P&gt;KOB8	RKAEP000	710		80		Orders: WIP/Results Anal. Line Items&lt;/P&gt;&lt;P&gt;KOBP	RKAEP000	210		80		Orders: Plan Line Items&lt;/P&gt;&lt;P&gt;KRMI	RKAEP000	150		80		Run Sched. Header: Line Items Actual&lt;/P&gt;&lt;P&gt;KSB1	RKAEP000	100		80		Cost Centers: Actual Line Items&lt;/P&gt;&lt;P&gt;KSB2	RKAEP000	300		80		Cost Centers: Commitment Line Items&lt;/P&gt;&lt;P&gt;KSB5	RKAEP000	400		80		Controlling Documents: Actual&lt;/P&gt;&lt;P&gt;KSBP	RKAEP000	200		80		Cost Centers: Plan Line Items&lt;/P&gt;&lt;P&gt;KVBI	RKAEP000	140		80		Sales Documents: Line Items Actual&lt;/P&gt;&lt;P&gt;KVBO	RKAEP000	320		80		Sales Documents: Commit. Line Items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 16:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-not-defined/m-p/5775830#M1307404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T16:10:20Z</dc:date>
    </item>
  </channel>
</rss>

