With SAP NetWeaver Enhancement Package 2 you have quite a lot of options to comfortably and efficiently process strings in ABAP. There is a new operator for concatenation (operator &&), and there are a great deal of new embedded string functions like distance, condense, concat_lines_of, escape...
Official retirement age for people like me as proposed by the german government is 67. So I have one question for me and maybe others have the same question as well: What do SAP specialists do when they get old? How long can we work as consultants or developers in the ar...
For information about how to define local interfaces, refer to the Class Builder section of the ABAP Workbench Tools documentation. The definition of a local interface intf is enclosed in the statements: INTERFACE intf. ... ENDINTERFACE. The definition contains the declaration for all components (...
also because so far this is nothing more than a plan to acquire hybris. Nevertheless, I am imagining different future scenarios. I don't want our company to go the MDM/WCEM route with the possibility of these products being obsolete in 2 years....
Managed Tags: ABAP Development is used in ALV grid contrls is used in ALV grid contrls Define a field of type lvc_t_scol as one of the of final internal table. : : begin of yt_data1_alv. STRUCTURE mmcbinhdr. Structure...
There is little or no ABAP program development. In most cases, the SAP-delivered ALE functionality meets the requirements. ALE offers a systematic and organized approach to custom enhancements and extensions. An ALE interface is easy to maintain due to the structured approach and minimal number of...