When we copy any Driver Program from Nace............when we copy into zprog,when we activate how it was linking to that particular std layout............what happening to the previous driver prog?
IBM,
1 6513In Dialog Prog,i have created a screen and places one input/output box and named it was "A".In PBO i have given A=0 and In PAI A=1.when i run i program what i'll get and when i press enter(execute) wat i'll get output?
IBM,
1 4691Control Break St........i have written At new for customer and in the loop customer came in the 3rd record....weather it'll trigger in the 1st record of the loop or 3rd record ?
IBM,
1 4999In a screen i have 2 radio buttons and 2 text fields,if i select the one radio button one text field has to be enable and when i select another one,other text field has to be enable,in the at selection screen output event how it was happen?this event has to effect once i press enter naa.......... how the screen knowing that?
IBM,
5 26472IN scripts we have std layouts like medruk,in smartform do we have any?if i copy the std script in zscript and migrate will it work?
CGI,
2 6509in the event at selection-screen output we use loop screen,what is screen intenal table,structure or DB table?
IBM,
4 8424I have 2 transactions,the output of 1st transaction is input of 2nd transaction.In this senario...Which method we use to upload the Data,Call trans or Session maethod?How?
HP,
4 8402In Table Maintaince Generator for a table i need some fields to be filled default,like date from sy-datum.........when the displays initailly....HOw
HP,
2 6549IN Smart Form how many windows are there explain them each? Upto how many main windows we can place in Smartform?
4 18127
What is the disadvantage of a call by reference? : abap modularization
Is sap xi intended to replace ale?
What are pooled tables?
Can you create an internal table dynamically?(at run time)
What are clustered tables?
How the at-user command serves mainly in lists?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
When was the sap abap being created?
Which database object is used for storing the system variables? : abap data dictionary
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?
What is the use of start-of-selection.,if not use in report what will happen,?
Does every abap/4 have a modular structure?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are the types of indexes in abap?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?