- 浏览: 230119 次
- 性别:
- 来自: 大连
最新评论
-
evangxli:
niitallen 写道为啥我就显示不出来数据呢,在smart ...
ALV & SMARTFORMS 并分页 -
niitallen:
为啥我就显示不出来数据呢,在smartforms中~~
ALV & SMARTFORMS 并分页 -
binjoo:
insufficient privileges -
695165987:
用逗号分割,是改变那个参数。
SAP Function module - GUI_DOWNLOAD -
shamusoft:
希望你成功
四月咯
文章列表
Working with Dynamic Task Submission in Workflow
By Gaurang Kotecha, L&T Infotech from Link
Agenda:This document will help implementing the dynamic submission of tasks in a workflow template.
Pre-requisites: It is assumed that the reader of this document has a preliminary understanding o ...
Registering WEB DYNPRO/BSP Application with a Workflow Work item
By Gaurang Kotecha, L&T Infotech from Link
Agenda:This document will help understanding how a web-dynpro/BSP application can be linked to a workflow work item.
Pre-requisites: It is assumed that the reader of this document ...
Sending workflow notification to Requestor in HTML format
By Manica Senapati, Intelligroup from Link
Aim: To Send Workflow Notification to Requestor in HTML FormatStep1:
Create Function module for sending workflow notification in HTML format.
FUNCTION zsend_notif_mail_emp.
*"------ ...
Debugging SAP events
By Saurabh Asthana, Infosys Technologies from Link
Overview:
This document explains how receiver Function module can be used as a Substitute of BAPIs and Exits in particular cases and how to debug those events, as general debugging method can not be used for them.
Thi ...
Extended notification configuration
By Mohan Babu K J, IBM India from Link
Goto T-code SWNCONFIG.Copy the STANDARD Category to ZMAILNOTIF and save as shown below.
Select the Category and choose Assigned Message Templates and choose One Message per Notification in Granularity and save a ...
Raising events based on change document (Workflow)
By Kartik Tarla, Infosys from Link
T-Code: SWEC, SWETYPV.
Table: TCDOB, SWECDVALUE, CDPOS
Introduction:Many business objects are changed frequently. Often we are required to trace the changes made. We do this by tracking the change documents ...
To instantiate any Business object in a Workflow
By Swetabh Shukla, Infosys from Link
1. Go to SWDD and create a new workflow. This workflow will have two steps. This is just for test purpose so we are not going to define any triggering event etc. First step will instantiate (creating a run ...
Working with Business Objects in SAP
By Swetabh Shukla, Infosys from Link
Business Object type contains methods, attributes and events which give a component based view of any Business Process. For example we have a Purchase Order business process. This process includes various small functiona ...
Passing a hyperlink in a Work item
注:SAP听歌神器!!!(把那个默认网址替换成123.sogou.com/ting/)
By Sourav Roychowdhury, Capgemini India from Link
In this scenario, we will check how a hyperlink is passed in a work item text. It will appear as hyper link. When we click on the same, it will take you to the corr ...
Triggering Workflow using Business Transaction Events (BTE)
from Link
What are Business Transaction Events?
· The enhancement technique (Open FI) that were developed for Financial Accounting Component.
· Open FI is based upon the following principles:
o Application devel ...
Trigger Workflow from Messages
By Suresh Kumar Parvathaneni from Link
This document details about the procedure in triggering the workflows from a message (For e.g., error or warning message). For our demo purpose, let us consider the transaction ME21 (Create Purchase Order). Without entering ...
Configuring events for HR Workflow
By Sri lakshmi Lavanya Koduganti, CSC from Link
Scenario: Suppose you have created a Custom Infotype (Say 9048) and you want to trigger an event (Say ZRTW_INS event on the Business Object BUS1065) whenever a new record is inserted into this InfotypeStep 1: G ...
Using Check Function Module in SAP Workflow
By Geethanjali K, Kaavian Systems from link
Following is a custom function module created for our demo purpose, which will check the conditions before triggering the workflow.
FUNCTION ZGEE_SALES_ORG.
*"--------------------------------------- ...
Using Start Conditions in Workflow
By Geethanjali K, Kaavian Systems from link
Go to transaction SWDD and create a new workflow definition. Then choose basic data.
Give the abbreviation and choose save. After that chose the tab ‘start events’.
Enter the following values:
Category: ‘BO’ ...
Defining Custom Rules using responsibilities in SAP Workflow
By Geethanjali K, Kaavian Systems from link
“In this tutorial, we would discuss about creating custom rules using responsibilities in SAP Workflow. The rules can be created or changed using the standard SAP transaction PFAC. Once the ru ...