cancel
Showing results for 
Search instead for 
Did you mean: 

​EWM VAS (Value Added Services) - how to read a VAS Order? (without DB-select)

joachimrees1
Active Contributor
1,609

This is the other question re https://answers.sap.com/questions/13587170/ewm-vas-how-come-the-strange-db-model-with-client.html

In short: VAS db tables are strange, e.g. /1OM/VASOVASH100 with the last 3 digits being the client.

I feel in my case I should do direct DB-selects because of performance considerations; but I know this (select from DB-table) is not how things are usually done in EWM.

So my euestion here is:

What would be the right way to read an VAS order in EWM? (probably a class, a FM, or a CDS-view? )

Accepted Solutions (0)

Answers (2)

Answers (2)

lcaglar
Explorer

Hi,

You can use related FMs included in function group /SCWM/VAS_ORDER.

DominikTylczyn
SAP Champion
SAP Champion

Hello joachim.rees3

Try using the /SCWM/CL_VAS_READ_MODEL class.

Best regards

Dominik Tylczynski

joachimrees1
Active Contributor

[Edit; ah' got it: /SCWM/CL_VAS_READ_MODEL ! ]

I'd give it a try , but there seems to be no such class on my S4CORE 105 0002 system 😞

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Sorry about that. I've updated my answer.