Archive process can delete the table entry, although its a standard table.. Reply RaymondGiuseppi Active Contributor 2014 Mar 19 12:29 PM 0 Kudos 3,991 SAP Managed Tags: ABAP Connectivity If deleted f
Solved: I created two database tables table 1 & table 2. When new entry is saved in table 2 ,then corresponding fields in table 1 entry should get delete automatically
When writing programs using open SQL, one has to bear in mind the concepts of authorisation in an SAP system. An SAP system has its own security tools to ensure that users can only access data which they are authorised to see. This includes individual fields as well as individual records. ...
SAP Managed Tags: ABAP Development Hi Rob, If u want to delete the master data of an employee - PA30 - select infotype - press the delete button or Press (shift+F2) from key board. Or If u want to delete the personnel number - enter T Code PU00 - enter personnel number which ...
SAP Managed Tags ABAP Development Hi, I need to delete a record in SE16. The problem is, the "<b>Delete</b>" function under <b>Table Entry</b> menu is not active (dimmed). Is there any way I could delete the record? FYI, I cannot Display (F7) or Choose (F2) this p...
label: 'product demo data read via rfc from on prem' @ObjectModel: { query: { implementedBy: 'ABAP:zcl_cq_product_via_rfc' } } define root custom entity ZCE_Product_via_RFC { ... } With the Annotation @ObjectModel.query.implementedBy we have to provid...
SAP Managed Tags Oracle Database Hi, I would like to delete all entries from table DBSTATHORA during follow-on actions in the Target System. How should I delete them? I refer to Homogeneous and Heterogeneous System Copy for SAP Systems Based on SAP Web Application Server ABAP 6.40 SR1. ...
SAP Managed Tags: ABAP Development Hi, I'm trying to delete an entry from an internal table of type TREEMNOTAB which is a data dictionary table type with a row structure of TM_NODEKEY which is simply a data element. Since it has no structure, I cannot do this: DELETE ITAB WHERE ...
System table for system administration data. A system table in the delivery class W usually delivered with predefined data by SAP. Data Browser/Table View Editing Data browser/table view editing allows you toedit the contents of the table, create entries into the table, delete entries from the...
Select data and update details of internal table. Step 8: –Select the context menu and create a Text Element. Update the names of the fields of internal table in the General Attributes tab. Step 9: –From text element select menu and click on Program lines. ...