SAP Picture Control(图片加载)
摘要:Screen display 效果 源代码 program sap_picture_demo. set screen 200. TYPE-POOLS cndp. *********************************************************************
阅读全文
posted @
2021-04-02 09:59
姬如千泷
阅读(285)
推荐(0)
SAP HTLM Control
摘要:HTML 事件 效果 代码 *& * *& Report SAPHTML_EVENTS_DEMO * *& * REPORT saphtml_events_demo. DATA: html_control TYPE REF TO cl_gui_html_viewer, my_container TY
阅读全文
posted @
2021-04-02 09:32
姬如千泷
阅读(395)
推荐(0)
SAP 实例- 下拉框
摘要:效果图 源代码 REPORT rsdemo_dropdown_listbox . DATA init. TABLES scarr. TABLES spfli. TABLES sflight. TABLES sbook. DATA save_ok LIKE sy-ucomm. DATA ok_code
阅读全文
posted @
2021-04-01 11:19
姬如千泷
阅读(193)
推荐(0)
SAP setting and releasing locks
摘要:REPORT demo_transaction_enqueue MESSAGE-ID sabapdocu. TABLES sflight. DATA text(8) TYPE c. DATA ok_code TYPE sy-ucomm. CALL SCREEN 100. MODULE init OU
阅读全文
posted @
2020-09-11 11:24
姬如千泷
阅读(161)
推荐(0)
SAP OLE download to excel
摘要:REPORT RSDEMO01 NO STANDARD PAGE HEADING. * this report demonstrates how to send some ABAP data to an * EXCEL sheet using OLE automation. INCLUDE OLE2
阅读全文
posted @
2020-09-11 11:21
姬如千泷
阅读(577)
推荐(0)
SAP Word97 Intergration
摘要:*& * *& Report SAPRDEMOWORD97INTEGRATION * *& * INCLUDE rdemoword97integrationtop. DATA: factory TYPE REF TO i_oi_document_factory. DATA: document TYP
阅读全文
posted @
2020-09-11 11:18
姬如千泷
阅读(384)
推荐(0)
SAP Office Excel Intergration
摘要:*& * *& Report DEMOEXCELINTEGRATION * *& * INCLUDE rdemoexcelintegration2top. DATA: control TYPE REF TO i_oi_container_control. DATA: container TYPE R
阅读全文
posted @
2020-09-11 11:13
姬如千泷
阅读(531)
推荐(0)
SAP Context menu(菜单)
摘要:*& * *& Report RSDEMO_CONTEXT_MENU_LIST * *& * *& * *& * *& * *& * REPORT RSDEMO_CONTEXT_MENU_LIST . tables spfli. *set pf-status 'LIST'. select * fro
阅读全文
posted @
2020-09-11 10:58
姬如千泷
阅读(529)
推荐(0)
SAP Table control
摘要:REPORT RSDEMO02. * demostrates the use of table controls * unsolved problems: attributes left_col and v_scroll do not work * correctly TABLES: SPFLI.
阅读全文
posted @
2020-09-11 10:50
姬如千泷
阅读(747)
推荐(0)
SAP Grid control( ALV Grid 列表 自定义 按钮)
摘要:ALV 列表和按钮 效果 源代码 PROGRAM bcalvc_tb_menu_with_def_but. *&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
阅读全文
posted @
2020-09-11 10:46
姬如千泷
阅读(679)
推荐(0)
SAP Container Controls(容器)
摘要:BC_CONTROLS_TUTORIAL 效果 代码 REPORT bc_controls_tutorial. * * This report is the result of all exercises described in the * "Controls Tutorial". * * *(
阅读全文
posted @
2020-09-11 10:25
姬如千泷
阅读(497)
推荐(0)
SAP Display picture
摘要:program sap_picture_demo. set screen 200. TYPE-POOLS cndp. ************************************************************************ * CLASS c_event_re
阅读全文
posted @
2020-09-11 10:21
姬如千泷
阅读(212)
推荐(0)
SAP Html viewer
摘要:1 *& * 2 *& Report RSDEMO_HTML_VIEWER * 3 *& * 4 *& * 5 *& * 6 *& * 7 *& * 8 9 REPORT rsdemo_html_viewer . 10 DATA container TYPE REF TO cl_gui_custom
阅读全文
posted @
2020-09-11 10:19
姬如千泷
阅读(544)
推荐(0)
SAP Tree editor(树形结构)
摘要:SAP List Tree 效果 源代码 *& * *& Modulpool SAPSIMPLE_TREE_CONTROL_DEMO * *& * *& * *& * *& * *& * INCLUDE TLIST_TREE_CONTROL_DEMOTOP. INCLUDE TLIST_TREE_C
阅读全文
posted @
2020-09-11 10:05
姬如千泷
阅读(1324)
推荐(0)
SAP Drag or drop tree
摘要:1 *& * 2 *& Report RSDEMO_DRAG_DROP_EDIT_TREE * 3 *& * 4 *& * 5 *& * 6 *& * 7 *& * 8 9 REPORT rsdemo_drag_drop_edit_tree . 10 DATA ok_code TYPE sy-uco
阅读全文
posted @
2020-09-11 10:02
姬如千泷
阅读(290)
推荐(0)
SAP Easy tree
摘要:*& * *& Include SIMPLE_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPSIMPLE_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CLASS LCL_APPLICATION DEFINITI
阅读全文
posted @
2020-09-11 09:09
姬如千泷
阅读(219)
推荐(0)
SAP Column tree
摘要:code as bellow *& * *& Include COLUMN_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPCOLUMN_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CLASS LCL_APPLI
阅读全文
posted @
2020-09-11 09:06
姬如千泷
阅读(286)
推荐(0)
SAP Tree
摘要:Effect picture Code as bellow *& * *& Include TLIST_TREE_CONTROL_DEMOTOP * *& * *& * REPORT SAPTLIST_TREE_CONTROL_DEMO MESSAGE-ID TREE_CONTROL_MSG. CL
阅读全文
posted @
2020-09-11 08:59
姬如千泷
阅读(201)
推荐(0)
SAP 实例 13 Random Grouping with LOOP
摘要:REPORT demo_loop_group_by_random. CLASS demo DEFINITION. PUBLIC SECTION. CLASS-METHODS: main, class_constructor. PRIVATE SECTION. CLASS-DATA numbers T
阅读全文
posted @
2020-08-12 14:08
姬如千泷
阅读(276)
推荐(0)
SAP 实例 12 List Box with Value List from PBO Module
摘要:REPORT demo_dynpro_dropdown_listbox. DATA: name TYPE vrm_id, list TYPE vrm_values, value LIKE LINE OF list. DATA: wa_spfli TYPE spfli, ok_code TYPE sy
阅读全文
posted @
2020-08-12 13:19
姬如千泷
阅读(231)
推荐(0)