please any one can tell me modifytable keyword used in DDIC?
what is a basic diffrence between modify table and update key
word?
Answer Posted / apoorv sharma
Both modifies DDIC table but the Difference btwn modify
table and update table is :
Suppose u write modify <DDIC Table > from <work area>
then it will modify the row with same primary key value as
that of work area. But if it donot find any row then it will
NOT insert the work area row in DDIC table,
whereas,
update statement will insert a new row at last in DDIC Table.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is lock object ? : abap data dictionary
Did you create help views?
How to get that a secondary index is attached to a select query?
Why bapi need then bdc ? : abap bdc
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
How to copy table across clients?
How many types of tables exist and what are they in data dictionary?
How does the system handle roll areas for external program components?
Do you know any other patterns if yes.. explain
What is logo in sap script?
What are the system fields you have worked with? Explain?
How to creat transactions? : abap data dictionary
Differentiate between transparent tables, cluster tables and pooled tables
What are the different abap editors? What is the used of different editors in abap?
What are screen painter and menu painter? : abap hr