SQLScript Procedure
Task
Write SQLScript logic using internal table variables and filters inside an AMDP procedure.
Write Your ABAP Code
Loading...
✅ View Reference Solution
lt_result = SELECT matnr, mtart FROM mara WHERE mtart = 'FERT';
Write SQLScript logic using internal table variables and filters inside an AMDP procedure.
lt_result = SELECT matnr, mtart FROM mara WHERE mtart = 'FERT';