‎2007 Jun 16 5:50 AM
1. Can you call a subroutine of one program from another program, which is not an include program?
2.Does SAP Memory and ABAP/4 memory refer to the same memory space?
3.How do you check whether a report is submitted in background?
4. Which transaction code is used executing a report (type 1 program)?
‎2007 Jun 16 9:30 PM
Expert Forums
Forum Search
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.
Search Forum Content
Search Terms: Search Tips
Category or Forum:
Date Range:
Results Per Page:
Welcome, Clemens Li Help
Your Control Panel Your Control Panel
Your Reward Points Your Reward Points
Your Questions Your Questions
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:
Pages: 8 1 2 3 4 5 6 7 8
1. Call to external subroutines from include program
Posted on: May 19, 2007 6:16 PM, by user: narendra veduru -- Relevance: 43% -- Show all results within this thread
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. ...
2. Re: Call one program from another program to use the internal table of it.
Posted on: May 14, 2007 12:45 PM, by user: padmakar kudtarkar -- Relevance: 39% -- Show all results within this thread
text *----
FORM F1 TABLES ITAB. SELECT MATNR FROM MARA INTO TABLE ITAB. ENDFORM. "f1 then goto program ...
3. regarding an include program
Posted on: Mar 28, 2007 3:58 PM, by user: Kalpanashri Rajendran -- Relevance: 29% -- Show all results within this thread
I have an include program which is for user modification. But how can i modify it without access key. The comment in include is ************************************************************************ ...
4. Re: subroutine
Posted on: Apr 27, 2007 11:02 AM, by user: Padmam -- Relevance: 28% -- Show all results within this thread
Hi Pinky, Using 'Include Program' u can call a subroutine from One program to Another.
5. program called by another program
Posted on: May 18, 2007 12:53 PM, by user: vennila ok -- Relevance: 28% -- Show all results within this thread
how do u call a program from another program?
6. Re: Subroutine pool program for field validations
Posted on: May 14, 2007 12:55 AM, by user: Vijayendra Rao -- Relevance: 27% -- Show all results within this thread
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. ...
7. Use varaiable values from one program in another.
Posted on: Jun 7, 2007 6:08 AM, by user: mansi maskeri -- Relevance: 26% -- Show all results within this thread
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.. ...
8. Include Program
Posted on: May 17, 2007 12:03 AM, by user: Alexander -- Relevance: 25% -- Show all results within this thread
Can we do a runtime analysis for a Include Program
9. convert to include program
Posted on: Jun 5, 2007 5:32 PM, by user: saritha k -- Relevance: 25% -- Show all results within this thread
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. ...
10. call program from function
Posted on: Apr 18, 2007 9:01 AM, by user: antonio rodrigo -- Relevance: 23% -- Show all results within this thread
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? ...
11. Calling include program from radio option selections
Posted on: May 21, 2007 4:16 PM, by user: narendra veduru -- Relevance: 23% -- Show all results within this thread
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 ...
12. How to execute a program from another
Posted on: Jun 4, 2007 9:05 PM, by user: mgg -- Relevance: 22% -- Show all results within this thread
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. ...
13. Re: calling another program
Posted on: May 17, 2007 9:05 AM, by user: vikram maduri -- Relevance: 22% -- Show all results within this thread
ITAB text *----
FORM F1 TABLES ITAB. SELECT MATNR FROM MARA INTO TABLE ITAB. ENDFORM. "f1 then goto program 2 and call that subroutine ...
14. Call program
Posted on: May 28, 2007 7:35 AM, by user: kasoju murali -- Relevance: 22% -- Show all results within this thread
Hi guys, i want to call another program in my present program plz send me the code for this... thanks... ...
15. Call transaction MMBE from another program and press Back button
Posted on: Apr 5, 2007 10:48 PM, by user: Rod Cannon -- Relevance: 21% -- Show all results within this thread
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 ...
16. can we input a transaction code with an input value from the program
Posted on: May 16, 2007 9:03 PM, by user: vikky vikky -- Relevance: 20% -- Show all results within this thread
Hi How can we input a transaction code with an input value from the program thank you
17. Re: ECC6 - Include in Program and Transport Request
Posted on: May 11, 2007 2:31 AM, by user: Ravi Kanth Talagana -- Relevance: 20% -- Show all results within this thread
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 ...
18. regarding the validation in the include program.
Posted on: Apr 19, 2007 6:01 AM, by user: Ramineni -- Relevance: 19% -- Show all results within this thread
In the Z.... include program for an user-exit i am unable to do validation because it is raising a syntax error ...
19. calling an ABAP program from a document list
Posted on: Apr 12, 2007 10:48 PM, by user: marco bonori -- Relevance: 19% -- Show all results within this thread
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, ...
20. error in copied include program
Posted on: May 16, 2007 1:23 PM, by user: bharat v -- Relevance: 19% -- Show all results within this thread
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 ...
21. PASSING A TABLE TO ANOTHER PROGRAM
Posted on: Apr 6, 2007 7:54 AM, by user: ROHIT GUPTA -- Relevance: 18% -- Show all results within this thread
HII FRNDS CAN WE PASS A TABLE TO ANOTHER PROGRAM . I AM CALING THAT PROGRAM USING SUBMIT COMMAND. tHANKX ROHIT ...
22. call module pool program from report
Posted on: May 22, 2007 11:30 PM, by user: jog ral -- Relevance: 18% -- Show all results within this thread
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 ...
23. before calling an external program, check if the program is allready open
Posted on: Apr 10, 2007 1:13 PM, by user: Miriam Hernandez -- Relevance: 18% -- Show all results within this thread
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, ...
24. Re: What is the difference between external subroutine and inclue?
Posted on: May 18, 2007 1:21 PM, by user: Seshatalpasai Madala -- Relevance: 18% -- Show all results within this thread
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 ...
25. Call RFC from DELPHI Windows Services Program
Posted on: May 25, 2007 4:40 PM, by user: Munur EBCIOGLU -- Relevance: 18% -- Show all results within this thread
Hi all, Are there any way to call RFC from DELPHI Windows Services Program? Best regards. Munur EBCIOGLU ...
26. Include program and i want text for those program?
Posted on: Jun 6, 2007 1:45 AM, by user: Gopi Anne -- Relevance: 18% -- Show all results within this thread
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 ...
27. Re: How to debug a program when it is SUBMITed from another program
Posted on: May 22, 2007 9:17 AM, by user: abhishek sarkar -- Relevance: 17% -- Show all results within this thread
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 ...
28. Subroutine
Posted on: May 18, 2007 11:59 PM, by user: Alexander -- Relevance: 17% -- Show all results within this thread
Can we call subroutine defined in Program A to Program B?
29. ABAP program developed in one system will it run in another system.
Posted on: Apr 10, 2007 2:55 PM, by user: Amit Bangotra -- Relevance: 17% -- Show all results within this thread
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 ...
30. Re: Want to call a module pool program with scree number
Posted on: Apr 5, 2007 6:38 AM, by user: Alchemi -- Relevance: 17% -- Show all results within this thread
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. ...
Pages: 8 1 2 3 4 5 6 7 8