to a single table and was created in the ABAP/4 Dictionary with the maintenance status “No restriction”. MODIFY belongs to the Open SQL command set. When the statement has been executed, the system field SY-D
The line to be changed is specified using the additionLINEorCURRENT LINE. The syntax and description of the additions are the same as for the statementREAD LINE. Example When a line in the basic list is double-clicked, the background of the number displayed becomes yellow, and the backgroun...
This is the case in LOOP loops and during the use of the MODIFY statement, in which the secondary key is specified after USING KEY. Otherwise the key fields are not read-only. The administration of unique secondary keys is updated directly after a modification using MODIFY, and raises a ...
Solved: Hi, I am getting a dump( TABLE_ILLEGAL_STATEMENT) in modify statement in a section of my code where I want to modify two fields named amt_plan and qty_plan into
ABAP 740 has many new features. This new feature Table Expressions are also powerful and reduce the “code clutter”. There are two type of them: For Reading the data– These are known asReader Positions. This would do the same job as you do with the READ statement, but without using ...
This is the simplest form of the INSERT statement, and not necessarily the one which is encouraged. Using this form is no longer standard practice, though one may come across it if working with older ABAP programs. In the above statement, nothing is specified to be inserted. This is where...
SAP Managed Tags: ABAP Development Hi, If you are using MODIFY statement, it should work. please confirm. if still it is not working, please show me the code. for making fields noneditable, giv mod. group 'G1' to all the 3 IO boxes. then write the below code in a pbo module. ...
SAP Managed Tags: ABAP Development Hi Sandya, Use the MODIFY command instead of INSERT statement. If there is a record exists with the key fields then MODIFY command will overwrite the non key fields and the entry is saved in the database. Regards, Phani. Reply Former Member 2009 ...
BatchExecuteStatement BatchGetItem BatchWriteItem CreateTable DeleteItem DeleteTable DescribeTable DescribeTimeToLive ExecuteStatement GetItem ListTables PutItem Query Scan UpdateItem UpdateTable UpdateTimeToLive Cenários Acelerar leituras com o DAX Criar uma aplicação para enviar dados para uma tab...
When you do delete or update operations in a ztable,it will take time for the database to update & it might give you a problem( if you dont use WAIT statement). Reply Former Member 2006 Oct 16 4:17 PM 0 Kudos 149 SAP Managed Tags ABAP Development Suchitra, In this case...