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?
It is now possible to resume processing in the context in which an exception was raised, exactly in the line after the line in which the exception was raised. If the CATCH statement has the addition BEFORE UNWIND the context of the exception is kept and can be accessed when the CATCH stat...
SAP NetWeaver 7.40 is announced and with it comes its ABAP Application Server AS ABAP 7.40. With AS ABAP 7.40 the ABAP language has some nice new features. But first of
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 (...
6 PUBLIC What's New in IS-H 617 What's New in IS-H 617 2 Support Package 038 2.1 SAP Ambulatory Care Management 2.1.1 DE: Electronic Work Incapacity Certificate (eAU) Use This function is only relevant for the local version Germany. Im System stehen Ihnen Funktionen zur Verfügung, ...
This icon is not restricted to a particular function. 1-2 B_OKAY Default function in a dialog box. This means "Continue" or "Okay", or with text that has a special function such as, "Check". 1-2 B_CANC Cancel function in a dialog box. 1-2 F_OOBJ Selects another process ...
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...
SAP Managed Tags: ABAP Development Hi, A step loop is a repeated series of field-blocks in a screen. Each block can contain one or more fields, and can extend over more than one line on the screen. Step loops as structures in a screen do not have individual names. The screen can ...
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 created for o/p : cell_color TYPE lvc_t_scol. ...