The difference from an ABAP point would be the presence of Unicode mostly. Compatibility issues arise from the MOVE statement for example. You would need to use MOVE_CORRESPONDING a LOT OFTEN. When using OPEN DATASETS you would need to add the 'ENCODING DEFAULT' option. MODIFY statements too ...
SAP Managed Tags: ABAP Connectivity, ABAP Development I guess you know the technical differences between them (what is standard, what is sorted, what is hashed), by reading the official ABAP documentation. The rest is just a matter of cost. It costs performance to update a table if it ha...
Both are same both few things which needs to be changed between the two userexit USEREXIT_SAVE_DOCUMENT_PREPARE . : If you want to make the validation you use this userexti and this is the last time to do the changes. USEREXIT_SAVE_DOCUMENT : If you want ot modify the code then you...
ALOK SAXENA Mar 13th, 2006 field group is the group of field under the a common name.when we create a field group we can use it any where in any program. bt in internal table we can dreat a runtime table for fetch the field from database and distroy when program is end. ...
By far the largest developer of ABAP code is SAP itself. However, many thousands of ABAP developers work with SAP customers and consulting companies to maintain and modify SAP systems. ABAP is regularly in the top 30 of the Tiobe Index, which roughly tracks the popularity of programming languag...