CDS View with input parameters Part 7 ABAP on HANA Course

  Рет қаралды 13,757

SAP TECHNOMANIAC

SAP TECHNOMANIAC

Күн бұрын

ABAP CDS View with input parameters
Define a Parameterized view.
Call a parameterized view with open SQL.
ABAP CDS Views: Default values in parameters
@Environment parameter in sap
Code :-
saptechnomania...

Пікірлер
@CutieSaanvi2017
@CutieSaanvi2017 17 күн бұрын
Hi Ram, Could you please provide vendor who is providing Eclipse with Hana DB Server access. I do have one contact but they are not proving eclipse, instead they are proving Hana studio.
@Sanobar-j4v
@Sanobar-j4v 27 күн бұрын
Hello, Can you please help me with how I can write AND in where condition for Select Query for the example you are writing in where condition empid = 1 but I want it as empid = 1 and empid = 2 in where condition of select.. Thank you
@Sanobar-j4v
@Sanobar-j4v 27 күн бұрын
Can you please help as I need values from two different domains but the AND condition is not working
@sree8652
@sree8652 4 ай бұрын
i created a simple CDS view entity ..i can see lot of entries in SE11 for the same table..in view only one entry is coming..what could be the reason
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 4 ай бұрын
Did you creates DCL, put Where condition ?
@ansumanbehera8150
@ansumanbehera8150 Ай бұрын
Excellent knowledge share and information. Truly enlighten! A suggestion request for consideration: A video on Hierarchies creation would help a lot. Preferably say Cost Center or GL Account for example or any simple master data Hierarchy.
@venu..8786
@venu..8786 7 ай бұрын
Hi, Why cant we pass parameters to associated CDS view ex : cds a assication cds b(parameter) .. for cds b we cannot pass paraemters..could you please let us know why
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 2 ай бұрын
Yes you can't that is restriction when we are using cds . SAP not given this option
@monojs_vlog
@monojs_vlog 7 ай бұрын
Sir your video are very good learning material. I read them and get confidence to crack interview on SAP HANA.thank you very much
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 7 ай бұрын
All the best
@CutieSaanvi2017
@CutieSaanvi2017 8 ай бұрын
Hi! Is it possible to use select options in CDS views? With parameter we can give only single value, if we want to get multiple values, how it can be handled?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 8 ай бұрын
you have to call cds in your select and apply where condition in CDS not possible to add select option
@im_shrey
@im_shrey Жыл бұрын
Hi brother, when I use @Environment.systemField : #USER_DATE in consumption view, the bex query with this consumption view doesn't show any date. Requirement is to get user timezone date not the system date as default value. Any suggestions on how to achieve this ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 9 ай бұрын
Ideally it should come .I didn't tried with BEX query..
@Utubeuser16
@Utubeuser16 10 ай бұрын
Hi bro, why I'm not able to use semantic.amount.currencycode in define view entity getting error as can't be used in filed list
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 10 ай бұрын
You are working with CDS entity or DDDIC CDS view
@sandeshatram2158
@sandeshatram2158 8 ай бұрын
In above we are using vbap and vbak table field "MATNR" as parameters. but if client requirement is for two parameters such as MATNR and POSNR but the client condition is that they want to fetch data by any one of the parameter even they use MATNR or POSNR any one of the field,, then how it will occure as we required both parameters as non manditory then how it will be done..
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 8 ай бұрын
Where are you consuming your CDS ? If you are consuming in SQL then you can pass there where condition. It is not possible to pass non mandatory parameter apart of environment annotation parameter …
@sandeshatram2158
@sandeshatram2158 8 ай бұрын
@@SAPTECHNOMANIAC 👍👍 got it sir
@akshayakumar823
@akshayakumar823 8 ай бұрын
Hi, is there a way we can get the field values from sales order (va01) tcode and use it inside cds view ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 8 ай бұрын
Sales order tcode fields will be available in vbak,vbap or other related table you can fetch from that table
@abaper347
@abaper347 5 ай бұрын
🤟 Thank you for sharing information in simple & easy to understand way
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 5 ай бұрын
Good luck!
@guptarahul97480
@guptarahul97480 Жыл бұрын
Is there any way where i could write an query to an custom table or standard table using the table name received in parameters.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 9 ай бұрын
Never tried. As per dynamic thing not possible in CDS
@sundarpasayat8069
@sundarpasayat8069 7 ай бұрын
suppose I don't want to make vbeln as mandatory in that case what shall we do ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 5 ай бұрын
This is the limitation when we are using parameter. it's not possible non mandatory parameter apart from some system fields ...
@gururajanraghu5989
@gururajanraghu5989 2 жыл бұрын
Can we pass the default value for CDS View based OData service ?
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 2 жыл бұрын
Check out :- C_SalesAnalyticsQry_1
@bharathreddyk30
@bharathreddyk30 3 ай бұрын
Thank you
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 3 ай бұрын
Welcome
@sandeepreddy2319
@sandeepreddy2319 2 жыл бұрын
Hi bro, Can you explain regarding about AMDP's
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 2 жыл бұрын
Sure I will explain it in the upcoming video.
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC Жыл бұрын
AMDP in detail you can watch video series got completed :- kzbin.info/www/bejne/nJy4XntsnrqEjqs
@bharathreddyk30
@bharathreddyk30 3 ай бұрын
Thank you
@SAPTECHNOMANIAC
@SAPTECHNOMANIAC 3 ай бұрын
Welcome!
Cardinality left outer join CDS Part 8 ABAP on HANA Course
28:08
SAP TECHNOMANIAC
Рет қаралды 10 М.
CDS View entity with join and literals Part 6 ABAP on HANA Course
18:41
SAP TECHNOMANIAC
Рет қаралды 11 М.
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 54 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 102 МЛН
Cardinality in CDS view PART 10 ABAP on HANA Course
30:10
SAP TECHNOMANIAC
Рет қаралды 10 М.
Video 17 - CDS View consumption in  OData Service
31:34
Just2Share
Рет қаралды 17 М.
SAP TechBytes -- ABAP CDS View Extensions
19:19
SAP Developers
Рет қаралды 4 М.
Association to Inner Join CDS PART 11 ABAP on HANA Course
27:49
SAP TECHNOMANIAC
Рет қаралды 9 М.
Video - 6  CDS  Views Joins (Inner, left outer and right outer)
22:39
Video 9 - CDS View Table Function Part 1
25:21
Just2Share
Рет қаралды 24 М.
Association in Select Query (SQL) CDS Part 13 ABAP on HANA Course
35:52
SAP ABAP CDS View in ABAP on HANA Introduction
45:20
Learn Today SAP
Рет қаралды 468
CDS view with param | Create ABAP CDS Views in S/4HANA and Expose OData | CDS with parameters odata
13:12
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 54 МЛН