Ansicht
Dokumentation

ABAPSYSTEM-CALL_ITAB_DELETE_LIST - SYSTEM-CALL ITAB DELETE LIST

ABAPSYSTEM-CALL_ITAB_DELETE_LIST - SYSTEM-CALL ITAB DELETE LIST

TXBHW - Original Tax Base Amount in Local Currency   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

SYSTEM-CALL - Processing Internal Tables

This statement is only for

>>> Internal use in SAP Basis development <<<

Even within SAP Basis, it may only be used in programs within the ABAP+GUI development group.

Its use is subject to various restrictions, not all of which may be listed in the documentation. This documentation is intended for internal SAP use within the Basis development group ABAP+GUI.

Changes and further development, which may be incompatible, may occur at any time, without warning or notice!


Variants:


1. SYSTEM-CALL ITAB_DELETE_LIST TABLE itab1 INDEX-LIST itab2
                                         [NO-CHECK].
2. SYSTEM-CALL ITAB_INFO TABLE itab1 OPCODE op
                                  {VALUE f|PROTOCOL itab2}.

Variant 1

SYSTEM-CALL ITAB_DELETE_LIST TABLE itab1 INDEX-LIST itab2
                                         [NO-CHECK].


Effect

Deletes the lines from itab1 whose line numbers are stored in the internal table itab2.

The line number table itab2 must have line type I, and the numbers of the lines to be deleted must be listed in ascending order, and contain no duplicates. If this condition is not met, the system triggers a runtime error.

If you use the optional NO-CHECK addition, the calling program is responsible for ensuring that the line number table itab2 contains only permissible line numbers, sorted in ascending order.

Variant 2

SYSTEM-CALL ITAB_INFO TABLE itab1 OPCODE op
                                  {VALUE f|PROTOCOL itab2}.

Effect

Retrieves information from the header of internal table itab1. The OPCODE field determines exactly what information is retrieved. The results are placed either into the field f or into the log table itab2, depending on OPCODE.

Field f must have type I, and itab2 must be a table with line type C and length 72.

The system currently supports the following OPCODEs:

'IT_OCCU'
Returns the number of OCCURS in table itab1 into the field f.
'IT_HSDIR'
Returns the value 1 (if itab1 has an internal COLLECT hash administration), or 0 (if it does not). The values are placed into the field f.
'IT_GETSTOR'
Writes information about the memory allocated to and used by the internal table itab1 into the log table itab2.





ROGBILLS - Synchronize billing plans   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 3811 Date: 20240426 Time: 231058     sap01-206 ( 50 ms )