`
文章列表
REPORT ZADN_SAMPLE. *----------------------------------------------------------------------* * -> CLASS cl_regex_test DEFINITION *----------------------------------------------------------------------* CLASS cl_regex_test DEFINITION FINAL. PUBLIC SECTION. METHODS : check_email IM ...
REPORT ztest. *--------------------------------------------------------------------* * INTERNAL TABLE AND VARIABLE *--------------------------------------------------------------------* DATA: itab_trips TYPE TABLE OF ptrv_trips WITH HEADER LINE, aend TYPE TABLE OF ptk11 WITH HEADER LIN ...
REPORT ztest. DATA: w_str TYPE string VALUE 'EDABC4', result_tab TYPE match_result_tab. FIELD-SYMBOLS <match> LIKE LINE OF result_tab. START-OF-SELECTION. FIND ALL OCCURRENCES OF REGEX '0|1|2|3|4|5|6|7|8|9' IN w_str RESULTS result_tab. LOOP AT result_tab ASSIGNING <ma ...
REPORT ztest. *--------------------------------------------------------------------* * INTERNAL TABLE DECLARATION *--------------------------------------------------------------------* DATA: it_blntab TYPE TABLE OF blntab WITH HEADER LINE, it_ftclear TYPE TABLE OF ftclear WITH HEADER L ...
REPORT ztest_create_excel NO STANDARD PAGE HEADING. DATA: oref_container TYPE REF TO cl_gui_custom_container, iref_control TYPE REF TO i_oi_container_control, iref_document TYPE REF TO i_oi_document_proxy, iref_spreadsheet TYPE REF TO i_oi_spreadsheet, iref_error TYPE REF T ...
... FOR ALL ENTRIES IN itab WHERE ... col operator itab-comp ...   With duplicated rows in the resulting set, the addition FOR ALL ENTRIES has the same effect as if addition DISTINCT were specified in the definition of the selection quantity. Unlike DISTINCT, the rows are not always deleted from the ...
If we only have the billing document number and company code, how can we retrieve the billing invoice? we can use the function moudle 'AC_DOCUMENT_RECORD', just like this: call function 'AC_DOCUMENT_RECORD' EXPORTING I_AWTYP = 'VBRK' I_AWREF = 'Billing Document Numb ...
Use the functiom module to display alv 'REUSE_ALV_GRID_DISPLAY_LVC ', there is a field in fieldcatalog, named no_merging, set it to 'X'.
REPORT ztest_6. ********************************************************************** *Table Declaration ********************************************************************** TABLES: ekko. TYPE-POOLS: cntl,slis. ********************************************************************** *D ...
REPORT  zalv_test. TABLES: ekko. TYPE-POOLS:slis. TYPES: BEGIN OF x_data,   ebeln TYPE char30,   ebelp TYPE ebelp,   matnr TYPE matnr,   matnr1 TYPE matnr,   ntgew TYPE entge,[img][/img] END OF x_data. TYPES: BEGIN OF x_data_tot,   const(15),   ebeln TYPE char30,   ebelp TYPE ebelp,   matnr TYPE ...
Tiles官方教程
Global site tag (gtag.js) - Google Analytics