Answer Posted / veena
SM 36 : job scheduling(job creation)
SM 37: job overview
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How memory management happens for internal tables and work areas in abap?
How do you activate a function exit?
What are the system fields?
How do you find the information on the current screen?
Which objects are independent transport objects? : abap data dictionary
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What are the two levels in defining a match code? : abap data dictionary
What are different ABAP editors? What are the differences?
What is the table & field to identify the no of items (bottles) stored in one case?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How is conversion of data types done between abap/4 & external level?
What is the syntax of packed number?
What are the uses of secondary indexes?
What are the two levels in defining a match code ?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?