随笔分类 -  SAP DEMO

1 2 下一页
SAP Picture Control(图片加载)
摘要:Screen display 效果 源代码 program sap_picture_demo. set screen 200. TYPE-POOLS cndp. ********************************************************************* 阅读全文
posted @ 2021-04-02 09:59 姬如千泷 阅读(285) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0)
SAP Grid control( ALV Grid 列表 自定义 按钮)
摘要:ALV 列表和按钮 效果 源代码 PROGRAM bcalvc_tb_menu_with_def_but. *&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 阅读全文
posted @ 2020-09-11 10:46 姬如千泷 阅读(679) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0)

1 2 下一页