<?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 hai3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai3/m-p/2364017#M523264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Can you call a subroutine of one program from another program, which is not an include program?&lt;/P&gt;&lt;P&gt;2.Does  SAP Memory and ABAP/4 memory refer to the same memory space?&lt;/P&gt;&lt;P&gt;3.How do you check whether a report is submitted in background?&lt;/P&gt;&lt;P&gt;4. Which transaction code is used executing a report (type 1 program)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jun 2007 04:50:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-16T04:50:24Z</dc:date>
    <item>
      <title>hai3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai3/m-p/2364017#M523264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Can you call a subroutine of one program from another program, which is not an include program?&lt;/P&gt;&lt;P&gt;2.Does  SAP Memory and ABAP/4 memory refer to the same memory space?&lt;/P&gt;&lt;P&gt;3.How do you check whether a report is submitted in background?&lt;/P&gt;&lt;P&gt;4. Which transaction code is used executing a report (type 1 program)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 04:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hai3/m-p/2364017#M523264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-16T04:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: hai3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai3/m-p/2364018#M523265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expert Forums&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forum Search&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the form below to search the forum content. You can choose to search all content or restrict it to certain forums or dates. Also, you can filter the results by a username or user ID.&lt;/P&gt;&lt;P&gt;Search Forum Content&lt;/P&gt;&lt;P&gt;Search Terms: 	  Search Tips&lt;/P&gt;&lt;P&gt;Category or Forum: 	&lt;/P&gt;&lt;P&gt;Date Range: 	&lt;/P&gt;&lt;P&gt;Results Per Page: 	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome, Clemens Li 	Help&lt;/P&gt;&lt;P&gt;Your Control Panel 	Your Control Panel&lt;/P&gt;&lt;P&gt;Your Reward Points 	Your Reward Points&lt;/P&gt;&lt;P&gt;Your Questions 	Your Questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Results » Messages: 219 - Search Terms: 11. can you call a subroutine of one program from another program, which is not an include program? 	Sort by:&lt;/P&gt;&lt;P&gt;Pages: 8 &lt;A href="https://community.sap.com/Next"&gt; 1 2 3 4 5 6 7 8 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. Call to external subroutines from include program&lt;/P&gt;&lt;P&gt;      Posted on: May 19, 2007 6:16 PM, by user: narendra veduru -- Relevance: 43% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      to call an external subroutine from inside this PERFORM Ztest in program ( ztestvalid ) if exists. -- in include program created external subroutine pool program-ztestvalid FORM Ztest endform. ...&lt;/P&gt;&lt;P&gt;   2. Re: Call one program from another program to use the internal table of it.&lt;/P&gt;&lt;P&gt;      Posted on: May 14, 2007 12:45 PM, by user: padmakar kudtarkar -- Relevance: 39% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      text *----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORM F1 TABLES ITAB. SELECT MATNR FROM MARA INTO TABLE ITAB. ENDFORM. "f1 then goto program ...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   3. regarding an include program&lt;/P&gt;&lt;P&gt;      Posted on: Mar 28, 2007 3:58 PM, by user: Kalpanashri Rajendran -- Relevance: 29% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have an include program which is for user modification. But how can i modify it without access key. The comment in include is ************************************************************************ ...&lt;/P&gt;&lt;P&gt;   4. Re: subroutine&lt;/P&gt;&lt;P&gt;      Posted on: Apr 27, 2007 11:02 AM, by user: Padmam -- Relevance: 28% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi Pinky, Using 'Include Program' u can call a subroutine from One program to Another.&lt;/P&gt;&lt;P&gt;   5. program called by another program&lt;/P&gt;&lt;P&gt;      Posted on: May 18, 2007 12:53 PM, by user: vennila ok -- Relevance: 28% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      how do u call a program from another program?&lt;/P&gt;&lt;P&gt;   6. Re: Subroutine pool program for field validations&lt;/P&gt;&lt;P&gt;      Posted on: May 14, 2007 12:55 AM, by user: Vijayendra Rao -- Relevance: 27% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      create a Subroutine pool program and in your main program check which table updates has to be performed. Based on this, call the subroutine from the subroutine pool program dynamically in your main program. ...&lt;/P&gt;&lt;P&gt;   7. Use varaiable values from one program in another.&lt;/P&gt;&lt;P&gt;      Posted on: Jun 7, 2007 6:08 AM, by user: mansi maskeri -- Relevance: 26% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Abappers, I have a program A with parameters date and plant and a button which calls another program B. i want to use the values of the parameters of program A in program B.. how shud i go about it.. ...&lt;/P&gt;&lt;P&gt;   8. Include Program&lt;/P&gt;&lt;P&gt;      Posted on: May 17, 2007 12:03 AM, by user: Alexander -- Relevance: 25% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Can we do a runtime analysis for a Include Program&lt;/P&gt;&lt;P&gt;   9. convert to include program&lt;/P&gt;&lt;P&gt;      Posted on: Jun 5, 2007 5:32 PM, by user: saritha k -- Relevance: 25% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      data, but now i have to convert into include program taking this parameter from the calling program. can some one help me with this conversion from executable to include program. thank you. ...&lt;/P&gt;&lt;P&gt;  10. call program from function&lt;/P&gt;&lt;P&gt;      Posted on: Apr 18, 2007 9:01 AM, by user: antonio rodrigo -- Relevance: 23% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      parameters (the path of the file I wont to delete ) How I can call to this program in my function. regards did some one now about function that can delete file from server? ...&lt;/P&gt;&lt;P&gt;  11. Calling include program from radio option selections&lt;/P&gt;&lt;P&gt;      Posted on: May 21, 2007 4:16 PM, by user: narendra veduru -- Relevance: 23% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have 3 radio options and 2 input parameters.. and whenever the user selects one radio option and enters the input parameters, it should call an ...&lt;/P&gt;&lt;P&gt;  12. How to execute a program from another&lt;/P&gt;&lt;P&gt;      Posted on: Jun 4, 2007 9:05 PM, by user: mgg -- Relevance: 22% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      expert Sorry for this question, but how can I do to execute a program from another with no parameter. I will thanks an answer, it's urgent... Regardss, mgg P.D. Points rewarded. ...&lt;/P&gt;&lt;P&gt;  13. Re: calling another program&lt;/P&gt;&lt;P&gt;      Posted on: May 17, 2007 9:05 AM, by user: vikram maduri -- Relevance: 22% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ITAB text *----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FORM F1 TABLES ITAB. SELECT MATNR FROM MARA INTO TABLE ITAB. ENDFORM. "f1 then goto program 2 and call that subroutine ...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  14. Call program&lt;/P&gt;&lt;P&gt;      Posted on: May 28, 2007 7:35 AM, by user: kasoju murali -- Relevance: 22% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi guys, i want to call another program in my present program plz send me the code for this... thanks... ...&lt;/P&gt;&lt;P&gt;  15. Call transaction MMBE from another program and press Back button&lt;/P&gt;&lt;P&gt;      Posted on: Apr 5, 2007 10:48 PM, by user: Rod Cannon -- Relevance: 21% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hello, I have program that is used as a 'launch pad' for some of our heavily used transactions. When I call the main 'launch pad' program, the user will select a button and a Call Transaction MMBE ...&lt;/P&gt;&lt;P&gt;  16. can we input a transaction code with an input value from the program&lt;/P&gt;&lt;P&gt;      Posted on: May 16, 2007 9:03 PM, by user: vikky vikky -- Relevance: 20% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi How can we input a transaction code with an input value from the program thank you&lt;/P&gt;&lt;P&gt;  17. Re: ECC6 - Include in Program and Transport Request&lt;/P&gt;&lt;P&gt;      Posted on: May 11, 2007 2:31 AM, by user: Ravi Kanth Talagana -- Relevance: 20% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      double clicking on the subroutine name), the pop up will be checked by default with a new include name. You can over ride that include by selecting the same program in that pop up. But, even if you create ...&lt;/P&gt;&lt;P&gt;  18. regarding the validation in the include program.&lt;/P&gt;&lt;P&gt;      Posted on: Apr 19, 2007 6:01 AM, by user: Ramineni -- Relevance: 19% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      In the Z.... include program for an user-exit i am unable to do validation because it is raising a syntax error ...&lt;/P&gt;&lt;P&gt;  19. calling an ABAP program from a document list&lt;/P&gt;&lt;P&gt;      Posted on: Apr 12, 2007 10:48 PM, by user: marco bonori -- Relevance: 19% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi, we have the following problem with a custom ABAP program. This program executes a lot of user's functions, such as documents creation, material movements creation, ...&lt;/P&gt;&lt;P&gt;  20. error in copied include program&lt;/P&gt;&lt;P&gt;      Posted on: May 16, 2007 1:23 PM, by user: bharat v -- Relevance: 19% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi friends, i copied z program into y program the z program contains includes also i copied all.but in the copied program ( y program) in the includes the following error is coming REPORT/PROGRAM ...&lt;/P&gt;&lt;P&gt;  21. PASSING A TABLE TO ANOTHER PROGRAM&lt;/P&gt;&lt;P&gt;      Posted on: Apr 6, 2007 7:54 AM, by user: ROHIT GUPTA -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      HII FRNDS CAN WE PASS A TABLE TO ANOTHER PROGRAM . I AM CALING THAT PROGRAM USING SUBMIT COMMAND. tHANKX ROHIT ...&lt;/P&gt;&lt;P&gt;  22. call module pool program from report&lt;/P&gt;&lt;P&gt;      Posted on: May 22, 2007 11:30 PM, by user: jog ral -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      passing values to module pool program, one of the field doesn't have parameter id, how to pass value to it. and also please let me know how to call module pool program. Appreciate your help. Thanks in advance ...&lt;/P&gt;&lt;P&gt;  23. before calling an external program, check if the program is allready open&lt;/P&gt;&lt;P&gt;      Posted on: Apr 10, 2007 1:13 PM, by user: Miriam Hernandez -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      program open a small window, and if i have to call it again, it will open another window, and so on... obviously this is not a good solution. Is there any one how knows how can i close the program, ...&lt;/P&gt;&lt;P&gt;  24. Re: What is the difference between external subroutine and inclue?&lt;/P&gt;&lt;P&gt;      Posted on: May 18, 2007 1:21 PM, by user: Seshatalpasai Madala -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      statement in the program all that code that is there in that include will become part of the main program. If you have code that can be pasted in a set of programs you put that code in a include and use the ...&lt;/P&gt;&lt;P&gt;  25. Call RFC from DELPHI Windows Services Program&lt;/P&gt;&lt;P&gt;      Posted on: May 25, 2007 4:40 PM, by user: Munur EBCIOGLU -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi all, Are there any way to call RFC from DELPHI Windows Services Program? Best regards. Munur EBCIOGLU ...&lt;/P&gt;&lt;P&gt;  26. Include program and i want text for those program?&lt;/P&gt;&lt;P&gt;      Posted on: Jun 6, 2007 1:45 AM, by user: Gopi Anne -- Relevance: 18% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi Guys, I am using a Include pgm in my program.In that Include program we r having a selection screen.For those things i was not able to display those ...&lt;/P&gt;&lt;P&gt;  27. Re: How to debug a program when it is SUBMITed from another program&lt;/P&gt;&lt;P&gt;      Posted on: May 22, 2007 9:17 AM, by user: abhishek sarkar -- Relevance: 17% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Go to the program execution of first program. Execute /h in the command prompt. Now execute the program. Control will go to first program. After ...&lt;/P&gt;&lt;P&gt;  28. Subroutine&lt;/P&gt;&lt;P&gt;      Posted on: May 18, 2007 11:59 PM, by user: Alexander -- Relevance: 17% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Can we call subroutine defined in Program A to Program B?&lt;/P&gt;&lt;P&gt;  29. ABAP program developed in one system will it run in another system.&lt;/P&gt;&lt;P&gt;      Posted on: Apr 10, 2007 2:55 PM, by user: Amit Bangotra -- Relevance: 17% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hi All, I have a very important query. I know that SAP 4.7, BW 3.1 and SAP CRM 4.0 have same kenel release SAP Basis 620.(please correct ...&lt;/P&gt;&lt;P&gt;  30. Re: Want to call a module pool program with scree number&lt;/P&gt;&lt;P&gt;      Posted on: Apr 5, 2007 6:38 AM, by user: Alchemi -- Relevance: 17% -- Show all results within this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      may be u can use INCLUDE ZABC. where ZABC is ur module pool program. so u can call this program from other program by using include. ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pages: 8 &lt;A href="https://community.sap.com/Next"&gt; 1 2 3 4 5 6 7 8 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2007 20:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hai3/m-p/2364018#M523265</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-06-16T20:30:52Z</dc:date>
    </item>
  </channel>
</rss>

