<?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: call transaction from another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601751#M2011055</link>
    <description>&lt;P&gt;It's unclear what are the technical elements of your screens. Maybe it's possible, maybe it's not. Please clarify that.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 15:18:40 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-10-25T15:18:40Z</dc:date>
    <item>
      <title>call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601748#M2011052</link>
      <description>&lt;P&gt;I want to call tcode with user input,&lt;/P&gt;
  &lt;P&gt;I am using &lt;/P&gt;
  &lt;P&gt;1. Parameter id for passing user input&lt;/P&gt;
  &lt;P&gt;2.‘call transaction and skip first screen’.&lt;/P&gt;
  &lt;P&gt;but the tcode is having an alv on which i have to select an entry first, then only select options will come where i can fill the user input using parameter id.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;i am stuck at how to pass that alv entry which is the first step, with call transaction, the alv entries do not have parameter id’&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 11:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601748#M2011052</guid>
      <dc:creator>kunal1812</dc:creator>
      <dc:date>2022-10-25T11:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601749#M2011053</link>
      <description>&lt;P&gt;did you try to record using transaction SHDB ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 11:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601749#M2011053</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-10-25T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601750#M2011054</link>
      <description>&lt;P&gt;Is it a standard transaction (it would be difficult, if not impossible, to process some ALV events in a batch-input technology)&lt;/P&gt;&lt;P&gt;If it is a specific transaction you can pass the required information into memory and the specific transaction would read, process and delete this data. (Theorically you could also code this behavior in a standard transaction using some implicit or explicit Enhancments)&lt;/P&gt;&lt;P&gt;If the transaction is some list/menu/cockpit transaction, look for individual transactions or BAPI tool that could execute the same process on the selected object&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601750#M2011054</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-10-25T13:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601751#M2011055</link>
      <description>&lt;P&gt;It's unclear what are the technical elements of your screens. Maybe it's possible, maybe it's not. Please clarify that.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601751#M2011055</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-25T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601752#M2011056</link>
      <description>&lt;P&gt;Tcode is standard.&lt;/P&gt;&lt;P&gt;first screen of tcode is split screen, on the left side pf screen- there is alv, alv is having A B C D entries, when user double clicks on aly of thses entries then corresponding select options will appear on right side of the first screen.&lt;/P&gt;&lt;P&gt;I want to call this tcode, i am having all the necessary inputs including A B C D and their respective select options as per user input. How can I achieve this?&lt;/P&gt;&lt;P&gt;1. i want to call this tcode form another program&lt;/P&gt;&lt;P&gt;2. Bdc is not recommended here&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 15:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601752#M2011056</guid>
      <dc:creator>kunal1812</dc:creator>
      <dc:date>2022-10-25T15:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601753#M2011057</link>
      <description>&lt;P&gt;If it's standard, then please tell us the name so that we can look at the screens, ans see how it was designed by SAP.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601753#M2011057</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-25T16:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601754#M2011058</link>
      <description>&lt;P&gt;MDS_LOAD_COCKPIT&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 18:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601754#M2011058</guid>
      <dc:creator>kunal1812</dc:creator>
      <dc:date>2022-10-25T18:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601755#M2011059</link>
      <description>&lt;P&gt;I don't know but I understand that it's a complex screen (&lt;A href="https://blogs.sap.com/2020/10/14/enhancements-to-mds_load_cockpit-ecc-ehp8-sp15/"&gt;Enhancements to MDS_LOAD_COCKPIT – ECC EHP8 SP15 | SAP Blogs&lt;/A&gt;) using Control Framework extensively and it will be difficult  to automate it with Batch Input.&lt;/P&gt;&lt;P&gt;Workarounds:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there a basic transaction code which does the same without Control Framework?&lt;/LI&gt;&lt;LI&gt;Is there a BAPI to do the same?&lt;/LI&gt;&lt;LI&gt;Is SAP GUI Scripting an option? (the user needs to run it online)&lt;/LI&gt;&lt;LI&gt;Debug the transaction code to see what classes are called (CL_MDS*, MDS_*, etc.), and do the same.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 07:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601755#M2011059</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-26T07:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601756#M2011060</link>
      <description>&lt;P&gt;I agree with  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; , In fact, this is a complex cockpit transaction, so run an Abap trace when executing the actions you want to replicate, and identify the selection criteria and the classes or programs that are executed. Then build your own wrapper program to run the same process, but I would forget about the idea of running this transaction programmatically without too much of a struggle.&lt;/P&gt;&lt;P&gt;(You could also debug some execution, for example set a break-point at start of form START_SYNC_PROCESS_100 of MDS_LOAD_COCKPIT.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-from-another-program/m-p/12601756#M2011060</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-10-26T10:11:40Z</dc:date>
    </item>
  </channel>
</rss>

