分类目录归档:SAP

  • 供应商自动配送功能

    供应商自动配送功能

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

    S4F01_ZH_Col05

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

Debugging popup screen in SAP ABAP HOT

Debugging popup screen in SAP ABAP In this tutorial we will know debugging popup screen in sap abap.Usually to debug the code in ABAP you can place a Session or External Break-point in the code but to debug a popup it is quite difficult unless you know the code behind the Popup sc....Read More >
2019
08-29

Sorting in ALV using CL_SALV_TABLE HOT

Sorting in ALV using CL_SALV_TABLE In this tutorial, we will learn how to sort a column in ALV report using CL_SALV_TABLE. To sort a column in ALV, Get the Sorting Object of the ALV using the method GET_SORTS(). Apply SORT to the column name by using the method ADD_SORT(). Class....Read More >
2019
08-29

User Exits in SAP ABAP HOT

User Exits in SAP ABAP SAP has provide various applications to support most of the business process, in case if any of client requirement is not available, we are allowed to modify/enhance the SAP standard.There are many methods of modifying or enhancing the SAP standa....Read More >
2019
08-29

TOP 15 SAP Workflow Interview Questions HOT

SAP Workflow Interview Questions 1.What is the tcode to define/create and modify workflow ? SWDD 2.When does a workflow starts in the system ? Workflow is generally triggered by events. 3.How does users interact with workflows ? Users interact with workflow system through work items....Read More >