help me for report Abap. I have 2 table.
- Itab head
| Z1 | Z2 | Z3 |
|---|---|---|
| A | B | C |
- Itab obbligatory field
| Fieldname |
|---|
| Z2 |
i should create a file with only fields of itab2(itab obbligatory field) but the value of itab head.
The file will be:
tab file
| Z2 |
|---|
| B |
Itab2 say me which field of itab1 are obbligatory for create itab file.
This gives you an idea of what to do using
ASSIGNfor dynamic field selection.