Answer Posted / b.v.surender, miracle softwar
Hi,
Using this T.Code SE16..
we can insert new record,
we can modify old record,
we can deleate records to the database tables.
Finally we can simply say that we can maintaine database
table using this T.Code.
Thank you.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is pass by value and what is pass by reference? Which is better?
What is the last entry in all bdc tables? : abap bdc
What are the data types of the external layer?
How is conversion of data types done between abap/4 & external level?
How do you control printer functions from sapscript?
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 is alv programming in abap? When is this grid used in abap? : abap hr
What are th control break events in abap?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
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.
How to copy table across clients?
Explain what is sequence of event triggered in report?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc