in real time with the help of scripts what we can do?
Answer Posted / anita
With Scripts, u can modify the standard scripts as well as u
can write ur own script
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a predefined type in abap?
What is the meaning of sap r/3?
Which table stores the programs created?
Name some system global variables you can use in abap programs?
What is the use of the statement leave to list-processing?
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?
To how many tables can an append structure be assigned. : abap data dictionary
How do you populate data into a multiple line field? : abap bdc
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the types of subroutines?
What is maintenance view?
How can we declare a table control in the abap/4 program?
What are the domains and data element?
What are the differences between domain and data element?
How to create a check box/option button in a list?