Login: Password:  Do not remember me

Categories




E-Books / Video TrainingUdemy: Sap New Abap Syntax



Udemy: Sap New Abap Syntax
Last updated 2/2023MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 1.17 GB | Duration: 2h 45m


SAP New ABAP syntax (ABAP 7.4 / 7.5 )

What you'll learn
Learn new ABAP syntax ( ABAP Release 7.4 / 7.5 )
Inline decalaration
String operations
Table expressions
New loop at group by syntax
Aggregate functions and group by, order by function
Other new features introduce by SAP in new abap syntax
Requirements
ABAP knowledge
Description
What is New ABAP / Modern ABAP syntax SAP has introduce new ABAP syntax from ABAP 7.4 onwards. Often referred as New ABAP syntax / Modern ABAP. Which increases the efficiency of the code and also makes it easy for the developers.The new language features have been added without taking away the old syntax, we can use the new syntax in both ECC and S/4 HANA system as it is based on ABAP release 7.4 onwards.New features :Inline declaration, Table expressions, Read table syntax, Check particular value in internal table with line_exists, Get index number, Value keyword, Corresponding #, Case in select query, Union / Union allConversion operator CONV, Casting operator CAST , Value operator, For operator , Reduce operatorConcatenate, String functions, Loop at group by, LiteralsDeclaration of a variable and work area for a simple assignment :Before 7.40DATA text TYPE string.text = `.`.With 7.40DATA(text) = `.`.Declaration of table work areasBefore 7.40DATA wa like LINE OF itab.LOOP AT itab INTO wa. ...ENDLOOP.With 7.40LOOP AT itab INTO DATA(wa). ...ENDLOOP.Concatenate old and new syntax :data : gv_string type char100.data : gv_string1 type char100.select SINGLE bukrs, belnr, gjahr from bkpf into @data(gs_bkpf).CONCATENATE 'Accounting key' gs_bkpf-bukrs gs_bkpf-belnr gs_bkpf-gjahr into gv_string.write : / gv_string.Accounting key100020000599662017CONCATENATE 'Accounting key' gs_bkpf-bukrs gs_bkpf-belnr gs_bkpf-gjahr into gv_string1 SEPARATED BY space.write : / gv_string1.Accounting key 1000 2000059966 2017New syntax :data(gv_stringn) = | Accoung Key { gs_bkpf-bukrs } { gs_bkpf-belnr } { gs_bkpf-gjahr } |.write : / gv_stringn.Accoung Key 1000 2000059966 2017data(gv_stringn1) = | Accoung Key | && gs_bkpf-bukrs && gs_bkpf-belnr && gs_bkpf-gjahr && | Created Successfully |.write : / gv_stringn1.Accoung Key 100020000599662017 Created Successfullydata(gv_stringn2) = | Accoung Document { gs_bkpf-belnr } Created sucesfully |.write : / gv_stringn2.Accoung Document 2000059966 Created sucesfully

Who this course is for
SAP ABAP consultant

HomePage:
https://www.udemy.com/course/sap-new-abap-syntax/




DOWNLOAD
1dl


uploadgig


rapidgator



[related-news]

Related News

    {related-news}
[/related-news]

Comments (0)

Search



Updates




Friend Sites


» TinyDL
» DownTra
» 0dayHome

Your Link Here ?
(Pagerank 4 or above)