Order type is not visible in the initial screen. Menu path Order -> Create from Planned Order is deactivated

Similar documents
Release 9.1 now allows you to simplify the look and feel of commonly used forms.

Managing Buttons. How to manage shortcut buttons with beas Usability Extension. Beas Tutorial. Boyum Solutions IT A/S

Changing the SAP Standard (BC)

Manage Domain Name System (DNS) Servers on Sx500 Series Stackable Switches

Developer s Tip Print to Scale Feature in Slide

How to create and edit a source reference

FF67 - Manual bank statement entry

Navigating a Database Efficiently

SCENARIOS. Docu Performer for SAP Version 15

D'Rainbow ALV. User Guide. Paint.Enhance.Annotate.

Research Management System - Conflict of Interest Adding, Editing, or Removing a Delegate. Quick Guide

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Code Inspector User Manual

Working with the Document Library

Data Source Replication and Activation of Transfer Structures

ERC: Create an Expense Report Quick Reference Guide

Simply Personnel Screen Designer

MyESS Help Table of Contents

Admin05 Assignments (Main Page)

SDN Community Contribution

STORAGE AND SELECTION OF CELL MARKERS

Quick Start Guide E-Labels

Quick Start Guide: Electronic (E) Labels. - Copyright Bureau Veritas

SAP Debug Tips Switching between the Classic Debugger and New Debugger

My Practice Profile Attestation QUICK REFERENCE

BW 3.1 Open Hub Extraction Enhancement: Using Literal Filename & Path

Household Information (Portal)

Step-By-Step guide to Virtual InfoCube Implementation

Standalone BW System Refresh

Web Accessibility Change Your Mouse Pointer Visibility Handbook

Customizing System Setting (BC-CUS)

SAP ABAP Training Course Content :

L Y R A U S E R M A N U A L R A I N O T E S M O D U L E

Common Queries/Errors while working with Adobe Print PDF Forms

My personal Supplemental Guide to Authorizations Made Easy

SUPPLIER TRAINING. SRM SUPPLIER SELF SERVICE (SRM SUS) 23 rd April 2018

How to Default Variant Created for Report Developed In Report Painter/Writer

Getting Started with BOLT

ALES Wordpress Editor documentation ALES Research websites

Workflow. Overview. Workflow Screen

isupport for Microsoft Windows Server TM Bomgar TM Integration

Creating Custom SU01 Transaction Code with Display and Password Reset Buttons

New Employee IT Access Request. working for you.

Campus Solutions Faculty Guide Section 2 - Faculty Center

Guide for Researchers: Online Human Ethics Application Form

Instructions for requesting an Athletic Field/Tennis Court online. Please go to this website:

City of Chicago. City of Chicago. CDOT Other Transportation and Public Way Permits. Display Vehicle

User Guide. Product Design. Version 2.2.2

Step-by-step. Young Enterprise: Entries. Interchange. guide. Making entries for Young Enterprise qualifications via Interchange

QR-Patrol User Guide

GoldSim License Portal A User s Guide for Managing Your GoldSim Licenses

Attachment of note CR 642 Additional fields in customer and vendor master data

Dynamically Enable / Disable Fields in Table Maintenance Generator

The Army Distributed Learning Program Registration Site Proponent Admin Role

CF Vector User Manual V

SAP BW Tutorial: How to change the Processing by property of already used BEx Variable

Interpretype Bluetooth Setup Procedure

WebStore by Amazon: Quick Start Guide

Information Server TASKE Call Center Management Tools Version 7.0 TASKE INFORMATION SERVER... 2

Interpreting the Similarity Report

ADDITIONAL GUIDES Customer SAP Enable Now Customization. Customer SAP SE or an SAP affiliate company. All rights reserved.

E-Way Bill E-Way Bil

SAP* NetWeaver BW 7.x Reporting

Using Collections. Search and Filter All Collections. Copy or Delete a Collection. Edit a Collection's Details. Quick Reference Guide

Configurable data import of multiple Excel

SacCT Creating a Turnitin Assignment How to Guide

Person, Contact/Phone, and Address Changes in SACWIS Build Knowledge Base Article

Browser Set-Up Instructions

User Guide for VA Applicants

pplication Producer User Guide Information & Network Technology Errors & Omissions Information & Network Technology BUSINESS INSURANCE TECHNOLOGY

Broadcast +Fax Quick Start Guide

Multi SO Data Loader User Guide

SAP- ABAP/4 ADVANCED COURSE CONTENT

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS

SETTING UP - Open Stop motion Pro -

To create a job posting, follow the steps below: Hiring Manager: Create New Job Pos ng

USING PERFORMANCE PRO An Appraiser s Quickstart Guide. Hrperformancesolutions.net 4/2017 v. 3.9

How to Submit. Royalty Report Part I and. Royalty Report Part II

K-PAC Reporting Guide

Goals and Objectives

BLACKBOARD PORTFOLIOS

Manual for CKForms component Release 1.3.1

13.0. Assessment Building an Item Bank (IB) Assessment. Page 1 of 9

SDN Community Contribution

Java Client Certification for OmegaPS 10g

eperformance Leaders User Guide

Faculty User Guide: Assessing Submissions. Faculty User Guide: Assessing Submissions

RITIS Training Module 4 Script

Automated Background Check System (ABCS)- Requesting Access Guide. April 2018

So You Want To Throw A Party? How to create ticket links in NeonCRM for CSPC Events

Screen Customizer Fourth Shift Release 7.50

Virtual Communications Express Create a Quick Ticket

Analysis of cells within a spreadsheet

Creating Jump Searches

Database Statistics During ODS Activation

My Courses: Displays courses the user has self-enrolled in as well as courses that have been assigned to the user when available.

Travel Authorization Procedure

Copyrights. Copyright 2015 Yotpo Ltd. All rights reserved.

SCHOOL COLLABORATION SITES Reference Guide

Hearing Care Dashboard

Transcription:

Author: Ashim Chowdhury Submitted: April 30, 2008 Related Links: http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38 f889/frameset.htm http://www.sap-basis-abap.com/sapbs010.htm http://www.erpgenie.com/abap/tvar.htm Summary Transaction variant is a very efficient method to create some tailored version of standard SAP transaction without any actual modification. This article explains in a stepwise manner how to do that. The transaction chosen is CO01 - Create Production order. Introduction Transaction variants are created to personalize any standard SAP transaction. A transaction variant simplifies the usage of a transaction by tailoring some of the features as per the business need. It can be used to hide fields, menu functions, screens, to supply individual fields with default values or to change the ready for input status of one or more fields. This document describes the step by step process to create a transaction variant for standard SAP transaction CO01 - create production order. The transaction variant should have the following restriction: Order type is not visible in the initial screen. Menu path Order -> Create from Planned Order is deactivated There are two steps, first create the transaction variant and then attach the transaction variant to a transaction. Creation of Transaction Variant Transaction variant can be created by through transaction code SHD0. The steps to create a transaction variant as follows:

1. Go to transaction SHD0. In the initial screen enter the transaction code (in this case CO01) for which we are going to create the transaction variant. Enter the name of the transaction variant (say YCO01) in the "Transaction Variant" field and then click the "Create" button.

2. In the next screen transaction CO01 will be opened in recording mode. As we are going to hide the field "Order type", enter some default value (say PP01) in that field. For others we may or may not enter values. Click "Enter". A pop-up screen will appear.

3. In the "Confirm Screen Entries" pop-up screen we can customize the fields. Enter the screen variant name (say YCO01_0100) and short text (Test screen variant) here. Also for the field "Order type" check the Invisible checkbox to hide this field from the screen.

4. To deactivate some of the menu function click the button "Menu functions". A pop-up screen will appear. In the pop-up select the menu item "Order-> Create from planned order" and click the deactivate button.

5. The menu item will be deactivated (it will be highlighted in yellow). Click "Enter" to come back to the original screen entries pop-up.

6. Click "Exit and Save" button to save the Transaction variant. System will pop-up for a transport request. We can save it as a local transport or save it in some transport request. 7. We can test the transaction variant by clicking the "Test" button in the initial screen.

Assigning Transaction Variant to Transaction Code

After creating the transaction variant we need to assign it to a transaction. The transaction can be used by the user to get the required tailored version of the original transaction. The steps are as follows: 1. Go to transaction SE93. Enter the name of the transaction code (say YCO01_TCODE ) to be created and click the button "Create". 2. In the next pop-up screen enter the short text, select the radio button variant transaction and click enter. 3. In the next screen enter the transaction (CO01) and transaction variant (YCO01) created in the previous step. Click the "save" button to save the variant transaction.

The variant transaction (YCO01_TCODE) is now ready and it can be used to get the tailored version of the original production order creation (CO01) transaction code. Result: Initial Screen: Field "Order type" is not visible Menu: Menu item "Create from planned order" is disabled Related Content http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/fra meset.htm http://www.sap-basis-abap.com/sapbs010.htm http://www.erpgenie.com/abap/tvar.htm