2024 Feb 20 3:28 PM - edited 2024 Feb 20 3:32 PM
Hello.
I have a request where I need to create a cds view that uses several values that come from a BRF+.
It would look something like the example below:
defines view ZSD_DDL_NOTA_FISCAL
as select from vbap
left outer join VBPA on vbap.vbeln = vbpa.vbeln
and vbap.POSNR = VBPA.posnr
and vbpa.parvw = BRF+ <---
key vbap.vbeln,
key vbap.posnr,
key vbpa.parvw,
vbpa.kunnr
Would there be a way to do this search in BRF+ directly in the condition of a select?
thanks in advance
Request clarification before answering.
I'm not sure that BRF+ will have a table or view which you can directly query. But if you can create a CUSTOM Entity and then use that CDS as association.
Custom Entities | SAP Help Portal
I have never done it. But you can give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.