<?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 Calling transaction from another report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615917#M1087611</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 have a requirement like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call a transaction from my report.&lt;/P&gt;&lt;P&gt;Then, i need to check the values generated from called transaction. Based on some creteria i need to process further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eq:- I have to clear open items.&lt;/P&gt;&lt;P&gt;From my report program i need to call transaction &lt;STRONG&gt;FBL3N&lt;/STRONG&gt;  using &lt;STRONG&gt;BUKRS&lt;/STRONG&gt; (Company Code) to view all &lt;STRONG&gt;XOPSEL&lt;/STRONG&gt; (Open Item Status), using &lt;STRONG&gt;ALLGSTID&lt;/STRONG&gt; (Open at key date): Todayu2019s date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-If the transaction returns no open items, return Yes and green&lt;/P&gt;&lt;P&gt;-If the transaction returns line items, return No and red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my requirment how can i achive this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 09:31:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T09:31:51Z</dc:date>
    <item>
      <title>Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615917#M1087611</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 have a requirement like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call a transaction from my report.&lt;/P&gt;&lt;P&gt;Then, i need to check the values generated from called transaction. Based on some creteria i need to process further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eq:- I have to clear open items.&lt;/P&gt;&lt;P&gt;From my report program i need to call transaction &lt;STRONG&gt;FBL3N&lt;/STRONG&gt;  using &lt;STRONG&gt;BUKRS&lt;/STRONG&gt; (Company Code) to view all &lt;STRONG&gt;XOPSEL&lt;/STRONG&gt; (Open Item Status), using &lt;STRONG&gt;ALLGSTID&lt;/STRONG&gt; (Open at key date): Todayu2019s date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-If the transaction returns no open items, return Yes and green&lt;/P&gt;&lt;P&gt;-If the transaction returns line items, return No and red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my requirment how can i achive this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615917#M1087611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615918#M1087612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Praveen Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this but what all the value u r passing to Tcode you should have a paramater id for if is like then in place '0401' give the work area company code value.&lt;/P&gt;&lt;P&gt;It is working fine i have test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID: 'BUK' FIELD '0401'.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'FBL3N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have Parameter id for the transacion better u go to submit program via selection screen and Submit program for u r (Tcode FBL3N) is RFITEMGL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Santosh Marupally on Oct 22, 2008 11:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615918#M1087612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615919#M1087613</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;As per your req, u need to process ur report based on some values in that the stand SAP program. there is one way our&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first u identify the program let the program name be X and identify the field , let it be var , using a field symbol u can get the value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for examle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;ref&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;data :  wrk_string(40)    TYPE c.&lt;/P&gt;&lt;P&gt;wrk_string = '(X)VAR'.&lt;/P&gt;&lt;P&gt;ASSIGN (wrk_string) TO &amp;lt;ref&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this ref u can get the value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this out.&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;Maneesh Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615919#M1087613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615920#M1087614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In when user command triggers &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'TCD' FIELD internal table -field name&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBL3N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615920#M1087614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615921#M1087615</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;Can i call take the data from the called report or transaction.&lt;/P&gt;&lt;P&gt;If yes how can i achive that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report YXXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction 'PRCCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i get the out put details after running this transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so how can i get it into my report YXXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615921#M1087615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615922#M1087616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;  Use set parameter id if it exists., otherwise do the bdc program for that t-code and pass the values which depends on you .,., then assign one t-code for that bdc program and call in your main program with &lt;/P&gt;&lt;P&gt;call transaction ztransaction and return. (transaction name) or submit zprogram and return (pgm name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ThiruKumaran. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615922#M1087616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615923#M1087617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumaran,&lt;/P&gt;&lt;P&gt; Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my report i will cal another report.&lt;/P&gt;&lt;P&gt;What the output i will get from the called report, i need to check the data and validate the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i need to proceed further.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eq:- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report MyReport01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling MyReport02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyReport02 will generate a report for a given company code the balances for each account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to check whether balances are zero for each GL-accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i check this after calling MyReport02 in MyReport01?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615923#M1087617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615924#M1087618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U do one thing, populate the data of first report into one internal table say g_t_first.&lt;/P&gt;&lt;P&gt;Then export the data of g_t_first using&lt;/P&gt;&lt;P&gt;EXPORT g_t_first to memory id 'XXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SUBMIT for calling another report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now import the data of first report using&lt;/P&gt;&lt;P&gt;IMPORT g_t_first from memory id 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 06:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615924#M1087618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T06:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615925#M1087619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the internal table contains output report of called report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After importing this will contain output of report called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 07:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615925#M1087619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615926#M1087620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the results from the calling transaction you should collect the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can proceed as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Record a BDC for FBL3N&lt;/STRONG&gt; with company code as input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction of BDC use &lt;STRONG&gt;Messages into itab&lt;/STRONG&gt; option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can get the message in the internal table, using the message number you can determine whether there are open line items or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the following messages may return;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MSITEM024 - Items displayed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MSITEM033 - No items&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 08:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615926#M1087620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T08:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615927#M1087621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i have a tcode for report writer. Can i use this in BDC to record and use it my program to indentify whether data exists after execution of this tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 10:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615927#M1087621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T10:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling transaction from another report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615928#M1087622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you just want to check out whether the tcode is returning results, you can use the method given by me by recording a BDC for that tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 05:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-transaction-from-another-report/m-p/4615928#M1087622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T05:36:57Z</dc:date>
    </item>
  </channel>
</rss>

