How to Transport SE63 translation for Script?

How To transport SE63 translations for a script? you can follow these general steps: Prepare the Translation File: First, make sure you have the translation file available. In SAP systems, SE63 is commonly used for translation tasks. Export the translation for your script from SE63 as a .XLIFF (XML Localization Interchange File Format) file or … Read more

Workflow Step3 : Create a method.

Next a method must be created without using any function module template. When creating the method ensure that the method call is synchronous – this means that the method doesn’t require a terminating event. A method can be synchronous or asynchronous. Synchronous MethodMethod that, for the duration of its execution, assumes the process control and, … Read more

Workflow Step 3 : Create an event.

Open the Object type in change mode. When you change your subtype the first step is to create a new event, this is done by selecting the Event node and clicking the create button. Give the event a name and a description. Next set the status of this object type component to implemented. Event: Z_EVENT_XXName: … Read more

WorkFlow Step2 : Create a business object

Give the business object name prefixed with Z_. Enter the following fields with values:Object type: Z_TESTXXThis is the internal technical key. Page: 1Object type can have maximum 10 characters. This must be unique across all object type. Objects are specific instances of object types at runtime. Object name: Object_Name_for_XXThe object type is addressed with this … Read more

Work Flow For Beginners-Step1

1:Find a standard business object – which relates to the desired master data. Transaction SWLD Definition Tools àSAP Business WorkflowàDevelopmentàDefinition ToolsàBusiness Object Builder (Transaction Code SW01) Click on the Business Object Builder. The initial screen appears as follows. Either search for an object by name in short description. Or use the IMG structure, which is … Read more

Macros used in Workflow Programming

The include file must have been included into the program in order to use these macros.INCLUDE . Declaring ContainerSWC_CONTAINER . “DeclarationSWC_CREATE_CONTAINER . “Initialization Writing value into containerSWC_SET_ELEMENT .SWC_SET_TABLE . Reading value from containerSWC_GET_ELEMENT .SWC_GET_TABLE . Creating a variable for the object referenceDATATYPE SWC_OBJECT. Create the object reference.SWC_CREATE_OBJECT . To get Object Key and Object TypeSWC_GET_OBJECT_KEY … Read more

Important Function Module of Workflow

Function Modules DescriptionSWU_START_WORKFLOW To start WorkflowSWE_EVENT_CREATE To create EventSWW_WI_DISABLE For locking of work items against executionSWW_WI_ENABLE For enabling of work items against executionSWW_WI_CONTAINER_READ To read the container elements of a particular work itemSWW_WI_DEADLINES_CHANGE To change the attributes of the deadline monitoring for a particular work itemSAP_WAPI_EXECUTE_WORKITEM To execute workitem of another user Other Useul Link … Read more

Important Transaction in Workflow

SWDD Workfow BuilderPFAC Maintain Standard RolePFTC Maintain TasksPFOM Create Organizational AssignmentsPPOME Organization and Staffing ChangePPWFBUF Refresh client bufferSWB_COND Workflow start conditionsSWEC Events for change document overviewSWEL Display Event TraceSWELS Switch Event Trace on/offSWES Consistancy Check for Event LinkageSWETYPV Event Type LinkageSWI1 Selection Report for Work ItemsSWI11 Where used list for TasksSWI13 Authorization to Execute and … Read more

Workflow Benefits for the company

Increase productionClearing backlogDistribution of information and workEvery user gets his work list automatically from the system Accelerating the processesYou will get cash discount more oftenBetter/quicker reaction to errors Customers are more satisfiedProcesses are more quickly finishedBetter return on information Workflow is Not ..!!!! (1)Simply document administration and imaging; although Workflow uses both(2)Standard E-mail and groupware … Read more

Introduction to SAP Workflow

Problems of Office & administration process Long lead times due to high transport and wait timesLack of transparency of processes connected to high work distributionHistorically grown task assignmentsInefficient communications between process participantsData entered more than once GoalReorganize your business process Goals of reorganizing Business Process (i)Increase transparency of procedures used(ii)Increase employees responsibility(iii)Focus on the interest … Read more