分类目录归档:SAP

  • 供应商自动配送功能

    供应商自动配送功能

    只为了练习,所以假想了一个需求,就是甲方在自己的SAP系统里创建采购订单(SAP gui),然后货品供应商在网页中打开网页( fiori APP)查找需要配送的货品(可以按计划交易日期来,或者甲方告诉供应商采购订单)创建配送单,供应商可按自己实际库存修改配送量(不能大于采购订单量),然后确认配送,最后供应把货品送到甲方,甲方在SAP 中操作进行采购收货。 所以此功能设想了两个FIORI APP: …
  • S4F01_ZH_Col05

    S4F01_ZH_Col05

    百度网盘下载,SVG文件,用浏览器打开,但显示屏幕有点不理想,而在线的是我 … 继续阅读 →
2019
08-29

Totals in ALV using CL_SALV_TABLE HOT

Totals in ALV using CL_SALV_TABLE [adsenseyu2] In this tutorial we will learn how to add totals to the ALV report using CL_SALV_TABLE. To add totals, Get the Aggregation object of the ALV using GET_AGGREGATIONS(). Add Aggregation for a particular column by calling the method ADD_....Read More >
2019
08-29

Sub Total Text in ABAP ALV Grid HOT

Sub Total Text in ABAP ALV Grid [adsenseyu2] Hello everyone, In the ALV ABAP Tutorials, we will learn how to add sub total text in ABAP ALV Grid. Step-by-Step Procedure Create an ABAP Program in SE38-ABAP编辑器 transaction. Create and ALV report using the function module REUSE_ALV....Read More >
2019
08-29

TOP-OF-PAGE in ALV using CL_SALV_TABLE HOT

[adsenseyu2] In this tutorial, we will add TOP-OF-PAGE to the ALV report created using factory class CL_SALV_TABLE. To add Top Of Page to the ALV report, we need to create instance for the class CL_SALV_FORM_LAYOUT_GRID. Create Label and Text to add content to the Top Of Page. Call the method SE....Read More >