Hello Ganesh - Please cross verify your question. I am providing the answer based upon my understanding. NEW keyword is used to create the object of the class, Instead of CREATE OBJECT, we can use NEW Keyword.
@@sapabapbyrahulmehta Hi sir thanks for the information. My question is what is the difference between old and new syntax why sap provided this new syntax
@@ganeshsundaram1255 As we can achieve the requirements by writing less number of lines of code. So new syntax are more efficient. Just refer the introductory video of SAP ABAP new syntax playlist. You will get the complete information.
Rahul Sir, I have a requirement... I have to change field level of 'INVOICE DATE' to 'Document Billing Date' in MIRO screen ..... Which enhancement I use??? What will be the CODE for change field level.... I use CMOD also for changing field level.... but it's not working..... please suggest me Sir...
Hello Santanu - Before ECC 4.6 , Changing the field label, we achieved through Field exit, but field exits are obsolete now. So we can achieve this by other enhancements like - Implicit and Explicit, Customer Exit, BADI etc.
Hi sir, how this new syntax for object creation is better than the old one?
Yes, it is efficient way of writing the code.
What is the use of new keyword used in the object.
Hello Ganesh - Please cross verify your question. I am providing the answer based upon my understanding. NEW keyword is used to create the object of the class, Instead of CREATE OBJECT, we can use
NEW Keyword.
@@sapabapbyrahulmehta Hi sir thanks for the information. My question is what is the difference between old and new syntax why sap provided this new syntax
@@ganeshsundaram1255 As we can achieve the requirements by writing less number of lines of code. So new syntax are more efficient. Just refer the introductory video of SAP ABAP new syntax playlist. You will get the complete information.
@@sapabapbyrahulmehta ok
Rahul Sir, I have a requirement...
I have to change field level of 'INVOICE DATE' to 'Document Billing Date' in MIRO screen ..... Which enhancement I use???
What will be the CODE for change field level....
I use CMOD also for changing field level.... but it's not working..... please suggest me Sir...
Hello Santanu - Before ECC 4.6 , Changing the field label, we achieved through Field exit, but field exits are obsolete now. So we can achieve this by other enhancements like - Implicit and Explicit, Customer Exit, BADI etc.