You are on page 1of 4

Annexure of Functional Specification

RDD0068

Document Reference:
Version:
Document Status:

ABAP Report Annexure document


1.0
Draft

Last Revision Date:


Date Created:
Date Printed:

04 March 2004
04 March 2004
9:00 AM

Annexure-Functional Specification
RDD0068

Table of Contents
1

STARTING CONDITIONS

THE SELECTION SCREEN

EXTRACT DATA RELATIONSHIP DIAGRAM

Extraction Summary

4.1 Note 1: Get the Old Material Number

4. 2 Note 2: Get Serial Number

4. 3 Note 3: Modify the ALV function module call

Annexure-Functional Specification
RDD0068

1 Starting Conditions
Copy the SAP standard program RLS10030 (transaction code LX03) and attach the copied
program to a transaction code ZLX03. Note that this program uses the logical database S1L.

2 The Selection screen


Same as that of standard selection screen of transaction LX03.

3 Extract Data Relationship Diagram

Annexure-Functional Specification
RDD0068

Extraction Summary

4.1 Note 1: Get the Old Material Number


Get the old material number by selecting BISMT from MARA based on material number
(MATNR) = ITAB-MATNR. The internal table ITAB should have been already populated from the
logical database S1L.

4. 2 Note 2: Get Serial Number


Get the Serial number (SERNR) from V_EQUI_EQBS_SML view by selecting on the basis of
material number (MATNR) = ITAB-MATNR, Plant (WERKS) = ITAB-WERKS, Storage location
(LGORT) = ITAB-WERKS and Batch (CHARG) = ITAB-CHARG.
If for a single batch multiple serial numbers are selected then display all of them in the report.

4. 3 Note 3: Modify the ALV function module call


Modify the fieldcatolg that is passed to the ALV function to add the three fields that are added to
the existing report. The fields added should be displayed in the proper position as specified in
the functional specification.
Collect the data selected above (Notes 1 and 2) and modify the internal table itab to incorporate
the new fields.

You might also like