| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|
#1 (permalink) |
|
Super Moderator
Join Date: Mar 2006
Posts: 4,803
Thanks: 9 Thanked 630 Times in 488 Posts Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101
|
|
|
|
|
|
|
#2 (permalink) |
|
Super Moderator
Join Date: Mar 2006
Posts: 4,803
Thanks: 9 Thanked 630 Times in 488 Posts Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101
|
WHAT ARE THE MOST IMPORTANT AREAS IN THE SAP SCRIPT TEXT
PROCESSING SCREEN? Processing screen are format column, input lines for entering text WHAT ARE THE TOW CHARACTERISTICS, WHICH WE SHOULD NOT USE WHILE NAMING A SAP SCRIPT? Two characters are asterix, comma |
|
|
|
|
|
#3 (permalink) |
|
Super Moderator
Join Date: Mar 2006
Posts: 4,803
Thanks: 9 Thanked 630 Times in 488 Posts Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101
|
WHAT IS COMPARE TOOL IN SAP SCRIPT?
SAP script offers tools for comparing objects across clients. we can compare or copy the following kinds of objects. Styles Laycut sets Documents With the compare tool we can do the following: check whether an object exists in both clients, display the differences between the versions of an object. |
|
|
|
|
|
#4 (permalink) |
|
Super Moderator
Join Date: Mar 2006
Posts: 4,803
Thanks: 9 Thanked 630 Times in 488 Posts Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101
|
WHICH SETS ARE USED TO CONTROL PAGE LAYOUT AND TEXT
FORMATTING IN DOCUMENTS? Layout sets IN WHICH CLIENT SAP STANDERED STYLES AND LAYOUT SETS ARE ALWAYS HELD? Client 000. i think nobody intrested in SAP.........should i stop posting Q&A? |
|
|
|
|
|
#7 (permalink) |
|
Junior Member
Join Date: Apr 2006
Location: India
Posts: 1
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3
|
Testing and Debugging ABAP Codes, Functions
Could some one help me. I am looking out answers for the following questions: Explain what sort of testing you would do on your own code? What steps would you take to debug a function or report in SAP? Content Author: Kiran First test your code with '/h' type in command window which shall take you to debug or by putting break points with F8. You test your program from code and then go to se30 performance analysis transaction and there you can know what are the drawbacks. Then go to SLIN transaction and do extended syntax check or from code in menu options where you have debugging -> extended check and the program id ready without error. Content Author: Harichand Chandunair Testing your code. As mentioned above after doing syntax check and extended syntax check you have to create a TEST PLAN. You have to test all possible Postive & Negative test cases. Test for division by zero if it involves calculation or code accordingly. Try to test for field overflows. If it involves sap script or smart forms try to print outputs which have single page and also multiple page and which does not have any output at all. Test by leaving all parameters in selection screen blank. Test by entering wrong values in selection screen and display a pop-up if the user enters wrong selection screen values. You can also do ABAP trace and SQL trace to make sure that your program is efficient. Debugging code/program. As mentioned above type /h in command line and try to execute the program. Another way is to set break-point at the function module or the required line and do single step execute or execute. Third option in certain cases is to check for sy-subrc <> 0 and proceed from there by making it 0 by updating the sy-subrc in the debug editor and see how the program behaves if the value is what you enterd in the debug screen. For certain case try to use WATCH POINT feature in debug editor. Manoj Shakya. |
|
|
|
|
|
#8 (permalink) |
|
Super Moderator
Join Date: Mar 2006
Posts: 4,803
Thanks: 9 Thanked 630 Times in 488 Posts Thanks: 9
Thanked 630 Times in 488 Posts
Blog Entries: 2
Rep Power: 101
|
THE FLLOWING WINDOW TYPES CAN BE UED:
MAIN : main window in which continuous text is output. this is the window used by dialog users of a print program and layout set. for ex the bosy text of a latter would be entered in MAIN. VAR : window with variable contents. the text can vary on each page in which the window is positioned. variable windows are formatted for each page. CONST : window with constant contents which is only formatted once |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|