how to return multi table BAPI_GOODSMVT_GETITEMS #329
Answered
by
fw2568
AhmedEssa1
asked this question in
Q&A
-
|
Output: f => f |
Beta Was this translation helpful? Give feedback.
Answered by
fw2568
Feb 28, 2025
Replies: 1 comment
-
|
Just call first .MapTable in a linq expression - so from tab1 in f.MapTable(... ) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fw2568
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just call first .MapTable in a linq expression - so
from tab1 in f.MapTable(... )
from tab2 in f.MapTable(...)
select new { tab1, tab2}