‎2007 Jun 16 5:53 AM
1. If a break-point statement is written in an ABAP program and the program is run in the background mode, thne what is the output for this....
2. What are the functions in the editor command line?
3. What does the transaction code /i1 do?
4. Which transaction code is used for deleting the user lock on tables?
5. What transaction is used to create background jobs?
.
‎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: 259 - Search Terms: 1. If a break-point statement is written in an ABAP program and the program is run in the background Sort by:
Pages: 9 1 2 3 4 5 6 7 8 9
1. Running ABAP Program in Background
Posted on: Jun 15, 2007 11:45 AM, by user: Eswar Jajula -- Relevance: 34% -- Show all results within this thread
Hi, I need to write a program which could run in background mode based on some condition. For example, I have two radio buttons, Excel and Spool. If I select Excel the program should run normally ...
2. ABAP program
Posted on: May 15, 2007 7:15 AM, by user: Lakshmanan Narasimhan -- Relevance: 33% -- Show all results within this thread
What does an extract statement do in abap program ?
3. How to read an IDoc with an ABAP program?
Posted on: May 31, 2007 3:43 PM, by user: Mindaugas Kazlauskas -- Relevance: 25% -- Show all results within this thread
Hi experts! I am new to SAP and I need to read an IDoc with an ABAP program... how to do it? Maybe it is possible to read an IDoc into inner table...? Hellpful answers and ...
4. difrence between watch point and break point
Posted on: Mar 23, 2007 2:03 PM, by user: sayeed ahmed -- Relevance: 24% -- Show all results within this thread
what is break point and watch point? how many break point and watch point we can create in one program. ...
5. Re: running a program in background
Posted on: Apr 16, 2007 7:52 AM, by user: ravi r -- Relevance: 24% -- Show all results within this thread
hi, u can execute a database upload program in background by using SESSION method there u have option to set ...
6. Changing operation mode through an ABAP program
Posted on: May 22, 2007 6:32 PM, by user: Carl Holmstrom -- Relevance: 23% -- Show all results within this thread
there know if there is a way to change the operation mode through a program? I have 2 operation modes, 1 for more batch processes and 1 for more dialog processes. What I normally do manually is: 1. Go ...
7. report program background job
Posted on: Mar 23, 2007 8:04 AM, by user: Navin khedikar -- Relevance: 23% -- Show all results within this thread
submitted to 4-linked report program to background job. If 2 reports fails, what happen the result? 1. 3 and 4 report programs are executed or not 2. it give the 1 report program result or not ...
8. calling an ABAP program from a document list
Posted on: Apr 12, 2007 10:48 PM, by user: marco bonori -- Relevance: 23% -- 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, ...
9. Programatically add a dynamic http BREAK-POINT?
Posted on: Apr 5, 2007 2:55 PM, by user: Daniel Humberg -- Relevance: 22% -- Show all results within this thread
(the break statement is surrounded by some IF statements, so only enabled in some specific situations). I just read in the documentation of the break statement: -
-
...
10. Re: Execute program in background(Scheduled)
Posted on: Mar 26, 2007 6:39 PM, by user: Vipin Das -- Relevance: 22% -- Show all results within this thread
Hi Satya, For executing jobs in non-interactive mode, schedule the job for background processing. To create a background processing job you should specify: The name of the report The name ...
11. Re: How to get the field name of an internal table during runtime?
Posted on: May 22, 2007 8:15 AM, by user: Reshma Alumadathil -- Relevance: 22% -- Show all results within this thread
hi, 1. set BREAK-POINT. 2. debug the program. Regards Reshma
12. Re: How to debug a program when it is SUBMITed from another program
Posted on: May 22, 2007 9:25 AM, by user: Kostas Tsioubris -- Relevance: 22% -- Show all results within this thread
point in the submit statement of your program and see why it is not triggering start-of-selection event. Maybe you have to use the submit with statement if there are any obligatory select-options or parameters ...
13. Re: ABAP program developed in one system will it run in another system.
Posted on: Apr 10, 2007 4:13 PM, by user: Amit Mittal -- Relevance: 22% -- Show all results within this thread
Hi Amit, 1. If we transport a program from R/3 to BW or CRM, It will work inside BW,CRM Bcos the ...
14. Debugging of program running in background
Posted on: May 22, 2007 7:20 AM, by user: mukesh kumar -- Relevance: 21% -- Show all results within this thread
Hi, I want to know how to debug any program executed in background. Mukesh Kumar
15. Regarding COLLECT stmt usage in an ABAP Program.
Posted on: May 18, 2007 11:02 AM, by user: Raghavendra Goutham -- Relevance: 21% -- Show all results within this thread
please explain if the COLLECT statement really hampers the performance of the program, to a large extent. If it is so, please explain how the performance can be improved with out using the same. Thanks ...
16. hai4
Posted on: Jun 16, 2007 6:53 AM, by user: pavan kumar -- Relevance: 21% -- Show all results within this thread
1. If a break-point statement is written in an ABAP program and the program is run in the background
17. Re: Scheduling a program to run weekly.
Posted on: Mar 21, 2007 11:36 AM, by user: Hans Senden -- Relevance: 21% -- Show all results within this thread
By using transaction SM36 you can create a background job. Add your SE38 program as jobstep and use the Start condition to define the weekly run. regards, ...
18. Utility / Tcode to find a program is scheduled for background job????
Posted on: Mar 28, 2007 6:56 PM, by user: Sameer M -- Relevance: 21% -- Show all results within this thread
Hi Is there any t-code or utility to find out if any program is scheduled to run in the background? Thanks Sameer ...
19. Regarding the Break point in between select and endselect...
Posted on: Jun 4, 2007 9:36 AM, by user: kutam suresh -- Relevance: 21% -- Show all results within this thread
Hi , If i put break point in between SELECT and ENDSELECT , the program is giving dump. Y this is happening ? any reason... Plz help in this .. Thanks, Suresh ...
20. Automated Execution of ABAP Program
Posted on: Apr 20, 2007 3:58 AM, by user: Philon Nguyen -- Relevance: 20% -- Show all results within this thread
Dear All, Is there a way to have an ABAP program run automatically for example every day at 3 am. The program would for example calculate values and fill a table with them. The program's execution ...
21. Re: Abap program standards
Posted on: May 18, 2007 12:45 PM, by user: Bhaskar Javvaji -- Relevance: 20% -- Show all results within this thread
through this documementaion, i think its helpful. ABAP Programming StandardsContents 1. Objective 5 2. Naming Conventions 5 2.1 Codes for naming conventions 5 2.1.1 Module Codes 5 2.1.2 Free ...
22. Re: how to put program into background.
Posted on: Mar 26, 2007 7:35 AM, by user: Anji Reddy Vangala -- Relevance: 20% -- Show all results within this thread
Hi, From the selection Screen You can make the report to run in Background. Other wise from SM36 create a Job enter the Program Name and Variant(for selection Screen) and ...
23. Re: RED:LOAD-OF-PROGRAM
Posted on: May 25, 2007 9:28 AM, by user: Sai Ram Reddy Neelapu -- Relevance: 20% -- Show all results within this thread
LOAD-OF-PROGRAM in your program and set break-point and see how it works for better understanding. Regards, SaiRam ...
24. How to read data from an excel using abap program?
Posted on: Apr 19, 2007 11:58 AM, by user: Satish Challa -- Relevance: 19% -- Show all results within this thread
Hi I have to write an abap program to read the contents of ms excel across various sheets. Can any one help me regarding this Thanks in advance Satish ...
25. Program in background Jobs
Posted on: Mar 29, 2007 5:57 PM, by user: Sameer M -- Relevance: 19% -- Show all results within this thread
HI Can anybody please let me know how to find out the program scheduled in a job, as either the job may not ...
26. ABAP PROGRAM.
Posted on: May 23, 2007 1:30 PM, by user: said wakrim -- Relevance: 19% -- Show all results within this thread
want a program that displaying the result of program the same transaction FBL5N thanks in advance. ...
27. Re: Error when call transaction CK40N Costing Run Cockpit program in background
Posted on: May 28, 2007 6:34 AM, by user: Hemavathi Durairaj -- Relevance: 19% -- Show all results within this thread
hi minami, I want to run batch program for ck40n transaction.But after seeing your forum i came to know that i cannot do so.Since we are new to SAP can u give ...
28. Re: Program won't stop to debugging
Posted on: Apr 17, 2007 10:49 AM, by user: Tamás Nyisztor -- Relevance: 19% -- Show all results within this thread
Thank you for the answers. The customizing in NACE was fine. Anyways it was not stopping, so I had to run it with a /h transaction ...
29. Program for string comparision in ABAP
Posted on: Apr 11, 2007 1:33 PM, by user: suneetha -- Relevance: 19% -- Show all results within this thread
Hi, I require a program in abap for string comparision
30. Abap program
Posted on: May 23, 2007 1:06 PM, by user: said wakrim -- Relevance: 19% -- Show all results within this thread
Hi, I want a program that display severals top-of-list using ALVGRID. thanks in advance.
Pages: 9 1 2 3 4 5 6 7 8 9