on 2022 Feb 17 10:47 AM
I am working with (S/4HANA) EWM VAS (Value Added Services) and am a little stunned by the data model. I have a few question, but try to keep to the "ask only one Question per Question rule".
The VAS table on DB-level are generated on client level.
So for the VAS-Header, in client 100, you'd have to look at table /1OM/VASOVASH100 , and in in client 125 at you would have to look at /1OM/VASOVASH125 .
This can be by dynamically providing the table to the select, and something like this:
CONCATENATE '/1OM/VASOVASH' sy-mandt INTO DATA(vas_header).
CONCATENATE '/1OM/VASOVASA' sy-mandt INTO DATA(vas_activity).
CONCATENATE '/1OM/VASOVASI' sy-mandt INTO DATA(vas_item).
Question:
Why was this modeled this way? (What thougths have been put into it, what upsides does it have ?)
Request clarification before answering.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.