Adding Pictures Material Master Data

DISPLAYING MATERIAL MASTER DATA JPG IMAGES

TCODE: OMT3B CHOSE ONE SECTION AND SAPLMGD1 –> ZZ2 THEN CREATE THIS REPORT

YOU SHOUL PLACE A CUSTOM CONTAINER NAMED : C100 IN YOUR SUBSCREEN (001 ).

*&———————————————————————*
*& Report ZZ2
*&
*&———————————————————————*
*&
*&
*&———————————————————————*

Read more

Internal Tables of ABAP

Internal tables are a way to store variable datasets of a fixed structure in the working memory of ABAP. The data is stored on a row-by-row basis, where each row has the same structure.

Internal tables provide the functionality of dynamic arrays and relieve the programmer of the expenditure of a program-controlled dynamic memory management (see Memory management of deep data objects. Internal tables are preferably used to store and format the content of database tables from within a program. Furthermore, internal tables in connection with structures are the most important means of defining very complex data structures in an ABAP program.

Read more

ABAP Training Set 8: Smartforms, ABAP Objects

Smartforms,Abap Objects,Overview of Unicode

Contents:

Chapter 01 Introduction to SmartForms
Chapter 02 Global Settings
Chapter 03 Pages & Windows
Chapter 04 Basic Nodes
Chapter 05 Auxiliary Nodes
Chapter 06 Debugging SmartForm & User Defined Exceptions

Read more

ABAP Training Set 5: Data Interface

Data Interface

Contents

Chapter 01 Background Processing
Chapter 02 Application Server Files
Chapter 03  Presentation Server Files
Chapter 04 Batch Input Methods
Chapter 05  Batch Input Session
Chapter 06  Processing Batch Input Sessions
Chapter 07  Call Transaction Method
Chapter 08  Batch Input Recorder

Read more

ABAP Training Set 2: Introduction

Introduction to Abap

Contents

Chapter 01 ABAP Programming Language
Chapter 02 Introduction to ABAP Programming
Chapter 03 Simple Output Statements
Chapter 04 ABAP Data Declarations
Chapter 05 Retrieving Data with SELECT Statements
Chapter 06 Control Statements
Chapter 07 Data Structures & Internal Tables

Read more

ABAP Training Set 1 : Data Dictionary

SAP Overview,ABAP Data Dictionary

Contents

Chapter 01 Overview of ABAP Dictionary
Chapter 02 ABAP Dictionary Objects
Chapter 03 Foreign Key Relationships
Chapter 04 ABAP Dictionary Tables in Relational Databases
Chapter 05 Adding Structures
Chapter 06 ABAP  Repository Information System
Chapter 07 ABAP Dictionary Changes
Chapter 08 ABAP Dictionary Objects-Views
Chapter 09 Overview of Search Helps
Chapter 10 Online Help & Documentation
Chapter 11 Type Groups and more…

Read more