-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
new checkNew checkNew check
Description
Hey SAP experts,
there is a quite common issue from our developers that target fields (structure/table type) do not match SELECT field list.
Can you provide a check for that, please? 🙏
Example:
FORM cut.
DATA: ls_mara TYPE mara.
SELECT SINGLE mtart FROM mara
INTO ls_mara " MTART is not moved to ls_mara-mtart but into
" the first fields MANDT (3 characters) and MATNR (1 character)
" -> How to track this with SCI/ATC/SLIN, etc?
WHERE matnr = '...'.
ENDFORM.
estevao-schultz-neto-SAP
Metadata
Metadata
Assignees
Labels
new checkNew checkNew check