Showing posts with label SAP. Show all posts
Showing posts with label SAP. Show all posts

SAP ABAP ALV - coupon free 100%

By // No comments:



ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP. The SAP List Viewer is a generic tool that outputs data in a table form (rows and columns), with integrated functions to manipulate output (sort, totals, filter, column order, hide, etc.) and export it (Excel, Crystal report, CSV files, etc.) It is also possible to make ALV editable via ALV control. ALV name comes from "ABAP List Viewer", as named initially because it was only available in ABAP. It is now a more general concept, which is available in java too. ALV provides a lot of inbuilt functions to our reports and some of the functions are listed below:
    ·Sorting of records
    ·Filtering of records
    ·Totals and Sub-totals
    ·Download the report output to Excel/HTML
    ·Changing the order of the columns in the report
    ·Hide the unwanted columns from the report
Because of the above functions, ALV substantially decreases the report development time. ALV takes care of rendering the list and we can concentrate only on the data retrieval part.


  • ORIGINAL$49
  •      
  • DISCOUNT100%
  •      
  • YOU SAVE$49


Udemy 100% Discount Coupon Code

SAP Messages - coupon free 100%

By // No comments:



SAP messages are very simple to create and maintain using transactions SE91 or SE80. First create a message class then add as many messages as you require into it. For each message you also get the option to create long text for it which offers the user additional information about the particular issue. Once you have created your message you can use them within your ABAP code using the following syntax:

MESSAGE E001(MCLASS).

MESSAGE = ABAP statement
E = Type of message (can also be I,W,S,A,X)
001 = Message number
MCLASS = Message Class

Further information about message types

I - Information messages: Information message are displayed in a popup window and only pause processing until you have clicked through the message.

E - Error message: An error message will be displayed in red along the footer of the SAP screen and stops processing going any further.

W - Warning message: A warning message behaves similar to and error message and is displayed along the footer of the SAP screen and stops processing going any further.

S - Success/Status message: A Success message is also displayed along the footer of the SAP screen but does not stop processing going any further and is simply displayed at the end in green.

A - Termination/Abend: A termination message stops processing and causes a runtime error and short dump which is also viewable in tcode ST22.

X – Exit: An exit message stops processing and displays and exit button which exits session processing. Similar to typing /n into the SAP command box.


  • ORIGINAL$49
  •      
  • DISCOUNT100%
  •      
  • YOU SAVE$49


Udemy 100% Discount Coupon Code

SAP ALE IDOCS - coupon free 100%

By // No comments:



This Course will help you understand the ALE and IDOCs via a simple do-it-yourself example. Many examples will be provided for a comprehensive understanding of ALE and IDOCs. ALE is a mechanism by which SAP systems communicate with each other and with non-SAP EDI subsystems. Thus it helps integration of distributed systems. It supports fail-safe delivery which implies that sender system does not have to worry about message not reaching the source due to unavoidable situations. ALE can be used for migration and maintenance of master data as well as for exchanging transactional data. The messages that are exchanged are in the form of IDOCs or Intermediate Documents. IDOCs act like a container or envelope for the application data. An IDOC is created as a result of execution of an Outbound ALE. In an Inbound ALE an IDOC serves as an input to create application document. In the SAP system IDOCs are stored in the database tables. They can be used for SAP to SAP and SAP to non-SAP process communication as long as the participating processes can understand the syntax and semantics of the data. IDOC is a container that can be used to exchange data between any two processes. Each IDOC is assigned a unique number for tracking and future reference. IDOC consists of several segments, and segments contain several fields.
When a part of a business process is conducted in one system and another part of the same business process in another system, such procedure is termed as a distributed process. In this course, we will try to understand the followings:
Why a distributed process, Reasons for Distributed Process, What SAP wanted for its distribution solutions, What SAP wanted for its distribution solutions, SAP’s solution for its distribution requirements : Application Linking & Enabling or ALE
Application Linking & Enabling. SAP introduced ALE to to support a distributed yet integrated environment. ALE allows for efficient and reliable communication between distributed processes across physically separate systems. ALE is based on application to application integration using message control architecture. ALE is not based on any data replication technique. ALE architecture is independent of participating systems. This allows SAP to allow SAP to Non-SAP communication also. This allows third party applications to integrate with SAP using ALE at data distribution level. IDOCs constitute a major component of ALE. Release upgrades are supported by ALE. Features
Provisions of the standard system for ALE Pre-configured Master Data Scenarios Several master data objects in SAP have been enabled for ALE. Master data is the critical information that needs to be shared between several applications in a company. ALE is used to transfer both master & transactional data
IDOC : The term IDOC stands for Intermediate document. It is simply a data container used to exchange information between any two process. That can understand the syntax and semantics of the data. IDOC’s are made using the segments, IDOC’s are stored in the data base, Every IDOC has unique number, An IDOC is attached to a message type and identified by its message type and IDOC consists of three types of records

  • One control record
  • One or many data records
  • One or many status records.
  • Control Record : A control record contains all of the control information about an IDOC,

  • Sender and receiver information
  • port
  • partner type
  • Message type it represents
  • Its direction
  • IDOC Type
  • Data Record : In an IDOC the data record contains the application data.
    Status Record : Status records are attached to an IDOC throughout the process as the IDOC achieves different milestones or encounter an error. At every milestone a status code, date and time are assigned.
    The system defines numerous status code, 0 – 49 are reserved for outbound process, 50 and above are reserved for inbound process


    • ORIGINAL$99
    •      
    • DISCOUNT100%
    •      
    • YOU SAVE$99


    Udemy 100% Discount Coupon Code