Posts

We are what your business needs. TMS SAP, easy and low cost!

What is ABAP data dictionary?

Image
Download MiniSAP Netweaver (VirtualBox) + Básico de SAP ABAP SAP ABAP data dictionary is a central and structured source of data for development of objects. It is a database independent DDL (Data Definition Language) and mainly deals with create, edit, drop the database tables. Functions of data dictionary :  The important functions of data dictionary objects are as follows. Database tables Domains Data elements Views Search helps Lock Objects Navigation Transaction code SE11 SAP Menu Path Tools > ABAP Workbench > Development > SE11 – ABAP Dictionary 1.  Database Tables : –  Database tables are the collection of fields which contain physical data. The tables are made up of rows by columns. The different types of tables are Transparent tables Pooled tables Cluster tables 2. Domains : – Domains are used to maintain technical information of field such as data types, data length, value range, etc. Learn how to create domain in SAP. FIE

SAP ABAP: Structure of ABAP Program

Image
Download MiniSAP Netweaver (VirtualBox) + Básico de SAP ABAP ABAP program consists the following structure Header Global Declarations Processing Logic Definition of Reusable Blocks Header Header section provides the detailed information about the development and which is the standard template for all custom ABAP developments. The first statement of ABAP program starts with a word PROGRAM or REPORT. It is not mandatory to mention the program name, but for documentation purpose correct name of ABAP program should be used. When the user creates a program, by default system inserts the first ABAP statement For module pools – PROGRAM <name of program> For executable pools – REPORT <name of report> Global Declaration Global declaration declares all the global variables Processing Logic Processing logic block is used to implement the business logic and it is written for declaration. Definition of Reusable Blocks You can define reusable comp

Create a Change Request

Image
SE01 – Transport Organizer – Extended View     Change Request can be created in two ways: Automatic  – Whenever creating or modifying an object, or when performing customizing settings, the system itself displays the 'Dialog box' for creating a change request or mention name of an already created request, if available. Manually  – Create the change request from the Transport Organizer, and then enter required attributes and insert objects.  OR.....

Change Request Management - What is a Transport Request?

Image
What is a Transport Request? Transport Requests (TRs)  – is a kind of 'Container / Collection' of changes that are made in the development system. It also records the information regarding the type of change, the purpose of transport, request category and the target system. It is also known as Change Requests. Each TR contains one or more change jobs, also known as change  Tasks  (minimum unit of transportable change). Tasks are stored inside a TR, just like multiple files are stored in some folder. TR can be released only once all the tasks inside a TR are completed, released or deleted. Change Task is actually a list of objects that are modified by a particular user. Each task can be assigned to (and released by) only one user. However multiple users can be assigned to each Transport Request (as it can contain multiple tasks). Tasks are not transportable by themselves, but only as a part of TR. Change requests are named in a standard format as:  <SI

Add a document

Image

Modify Request Owner

Image
Execute transaction code SE09 or SE10. Select the transport request number.  Go to Request/Task > Change Owner. OR...

Release the Transport Request in Sap

Image
Release the Transport Request (Export Process) Position the cursor on the TR name or a Task name & choose the Release icon (Truck), a record of the TR is automatically added to the appropriate import queues of the systems defined in the TMS. Releasing and importing a request generates export & import logs. OR....use