how many ways to delete ztable field values without using
table maintenance generator?what is that?
Answer Posted / vivek
we have following ways to delete data in ztables
1.by using views(projection or maintenance) or
2 by creating report with DML commands (Delete statement)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is the use of the statement leave to list-processing?
What are user exits? What is involved in writing them? What precations are needed?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the tcodes for performance tuning?
What is database utility? : abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
What is the reserve command?
What is luw?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the different modules of sap? : sap abap hr
What is the difference between sy-tabix and sy-index? Where it is used?
How do you document abap/4 programs? Do you use program documentation menu option?
what will happen if called program is not executable ?
What are the difference between tables and structures? : abap data dictionary