| ABAP |
| perform |
| using |
| changing |
| loop |
| endloop |
| data |
| type |
| begin |
| end |
| select |
| check |
| corresponding |
| into |
| fields |
| of |
| table |
| for all entries in |
| sort by |
| matnr |
| pernr |
| sy-subrc |
| is |
| initial |
| where |
| and |
| read |
| write |
| move |
| into |
| by |
| with key |
| transporting |
| delete |
| if |
| else |
| assign |
| clear |
| field-symbols |
| ref |
| line |
| raise exception |
| exporting |
| importing |
| message |
Комментарии