在实际项目中,ABAP 开发人员经常遇到一些需要带有层级结构的数据显示。 以SAP ABAP 标准培训教程里经典的航班模型为例,世界上有若干航空公司,在 SAP 系统里用两位的字母表示,比如 AA 代表 America Airlines美国航空,AB 代表 Berlin Airlines柏林航空等等。每家航空公司经营了若干条航线,这些航线通过4位数字标识,比如 ...
Since SAP decided to discontinue the IS-Media solution, we often have the requirement to add custom fields to MARA or similar tables in the S/4 HANA migration project I currently work on. Unfortunately, the current extension concept does not meet all our requirements and we get the change re...
SAP Managed Tags: ABAP Development Hi Expert, I am here with some coding error issue. i have created a custom field in abap query in which i want to pass Quality notification number to defects. But when i execute the report it is showing me multiple of rows with same value and i hav...
Hello, Many of you already know to work with For loop in SAP ABAP. However, those who are new to the ABAP 7.4 syntax often struggle at some places to achieve the
The following source code shows the same declarations of constants as in the above example, but this time in a global class suitable for reuse. Here, a corresponding ABAP Unit test method would even be possible that checks the consistency of the constants. ...
- SAP NetWeaver AS Java (Applications based on HTMLB for Java) allows a basic-level authorized attacker to store a malicious file on the server. When a victim tries to open this file, it results in a cross-site scripting (XSS) vulnerability and the attacker can read and modify data. How...
SAP Managed Tags: ABAP Development Copy this and paste in your test program. execute it and see REPORT ysam_test5 MESSAGE-ID zsummit. TYPE-POOLS: icon. DATA: marc TYPE marc. TYPES: BEGIN OF t_marc, matnr TYPE matnr, werks TYPE werks_d, mmsta TYPE mmsta, maabc TYPE maabc, actio...
2,045 SAP Managed Tags: ABAP Development HI all, I need to convert a single string into multiple rows using abap. "ABC#DEF#GHI" this string has to be converted into ABC DEF GHI can anyone help me in this. Thanks, Vinod.Reply...
Runtime Class CL_WD_MULTIPLE_PHASE Properties in the View DesignerName Type Initial Value Bindable ID STRING (automatic) No dataSource Context Node mandatory description Text Yes enabled WDY_BOOLEAN true Yes status WDUI_PHASE_STATUS normal Yes textDirection WDUI_TEXT_DIRECTION inherit Yes...
SAP Managed Tags: ABAP Development Incase of the function module if you use BOX_FIELDNAME Have one more extra field in your table of type c, and specify that in the layout. layout-box_fieldname='SEL' pass the layout to ALV function. ...