该文被密码保护。 阅读全文
posted @ 2021-02-22 19:55 姬如千泷 阅读(10) 评论(0) 推荐(0)
摘要: *& * *& Form FRM_SET_PRINT_PARAM *& * * text * * * <--P_LS_CONTROL_PARAM text * <--P_LS_COMPOSER_PARAM text * * form frm_set_print_param changing pv_c 阅读全文
posted @ 2021-01-13 15:55 姬如千泷 阅读(349) 评论(0) 推荐(0)
摘要: // //税款计算(现金流) // //2018年5月11日修改,去除之前的送数逻辑,新增BADI计算相关科目 // *SELECT(%010804ZH%, "ID", "TIME", "[PLAN] = Y") // *SELECT(%010804ZH1%, "ID", "TIME", "[PLA 阅读全文
posted @ 2021-01-13 15:42 姬如千泷 阅读(1170) 评论(0) 推荐(0)
摘要: * * * Object : ZMMR0123 * Created by : ABAP024 * Creation date : * Description : * FS ID : * Funct. analyst : * Request : * Transport(s) : * * * * * C 阅读全文
posted @ 2021-01-13 14:43 姬如千泷 阅读(738) 评论(0) 推荐(0)
摘要: In this demo we will create an adobe form which displays text in two different languages (English or French) based on the given condition. This functi 阅读全文
posted @ 2020-12-28 16:42 姬如千泷 阅读(203) 评论(0) 推荐(0)
摘要: REPORT z_user_logon_180_days . ************************************************************************ * TABLES * *********************************** 阅读全文
posted @ 2020-12-28 15:24 姬如千泷 阅读(90) 评论(0) 推荐(0)
摘要: 1. Go to transaction IA01 (Create equipment task list) 2. Enter the equipment and key date (F4 functionality could be used here). 3. Click on “Task li 阅读全文
posted @ 2020-12-28 15:22 姬如千泷 阅读(176) 评论(0) 推荐(0)
摘要: REPORT ZAUTO_DEBIT_VENDOR NO STANDARD PAGE HEADING LINE-SIZE 250 LINE-COUNT 65(2) MESSAGE-ID ZSCM. *************************************************** 阅读全文
posted @ 2020-12-28 15:11 姬如千泷 阅读(178) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-12-22 16:09 姬如千泷 阅读(20) 评论(0) 推荐(0)
摘要: DATA : sf_name TYPE rs38l_fnam. DATA : sf_output_options TYPE ssfcompop. DATA : sf_control_parameters TYPE ssfctrlop. DATA : sf_job_output_options TYP 阅读全文
posted @ 2020-11-24 08:34 姬如千泷 阅读(464) 评论(0) 推荐(0)
摘要: related interface: APB_FPM_COREAPB_FPM_CORE_4_EXT_SCAPB_FPM_CORE_INTERNALAPB_FPM_CORE_RESTRICTED 阅读全文
posted @ 2020-11-06 13:49 姬如千泷 阅读(476) 评论(0) 推荐(0)
摘要: 原理:先根据模型和查询条件取出数据,然后把金额设置为0,再写回CUBE. 1.获取数据并清空金额 *& * *& Form CLEAR_BPC_DATA *& * *& text *& * *& --> S_ENTITY 公司代码 *& --> P_YEAR 年度 *& --> P_MONTH 月份 阅读全文
posted @ 2020-11-05 09:16 姬如千泷 阅读(807) 评论(0) 推荐(0)
摘要: CALL FUNCTION 'TRANSACTION_BEGIN' IMPORTING transaction_id = lv_transaction_id. * 更新日志表 MODIFY zfit0012_log FROM TABLE lt_zfit0012_log. MODIFY zfit001 阅读全文
posted @ 2020-11-04 12:50 姬如千泷 阅读(260) 评论(0) 推荐(0)
摘要: 1.获取维度模型的方法1 DATA:i_appset_id TYPE uj_appset_id, i_appl_id TYPE uj_appl_id.i_appset_id = 'SINOTRUK'.i_appl_id = 'Consolidation'. DATA: lo_owner_model 阅读全文
posted @ 2020-11-03 10:14 姬如千泷 阅读(1164) 评论(0) 推荐(0)
摘要: CL_ABAP_CHAR_UTILITIES=>CR_LF 阅读全文
posted @ 2020-11-03 08:37 姬如千泷 阅读(218) 评论(0) 推荐(0)
摘要: DD02T DD02L 阅读全文
posted @ 2020-10-30 16:48 姬如千泷 阅读(121) 评论(0) 推荐(0)
摘要: 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 姬如千泷 阅读(163) 评论(0) 推荐(0)
摘要: 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 姬如千泷 阅读(598) 评论(0) 推荐(0)
摘要: *& * *& Report SAPRDEMOWORD97INTEGRATION * *& * INCLUDE rdemoword97integrationtop. DATA: factory TYPE REF TO i_oi_document_factory. DATA: document TYP 阅读全文
posted @ 2020-09-11 11:18 姬如千泷 阅读(388) 评论(0) 推荐(0)
摘要: *& * *& Report DEMOEXCELINTEGRATION * *& * INCLUDE rdemoexcelintegration2top. DATA: control TYPE REF TO i_oi_container_control. DATA: container TYPE R 阅读全文
posted @ 2020-09-11 11:13 姬如千泷 阅读(540) 评论(0) 推荐(0)