Вы находитесь на странице: 1из 1

*&---------------------------------------------------------------------*

*& Report ZDEMO_CLASSICAL_REP_B1


*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT zdemo_classical_rep_b1 MESSAGE-ID zdemo_msg LINE-SIZE 159 LINE-COUNT 30.
"NO STANDARD PAGE HEADING.".
* Inlude for the data declarations
INCLUDE zdemo_classical_rep_b1_top.
* Include for defining the sub routines
INCLUDE zdemo_classical_rep_b1_form.
*--------------------------------------*
* I N I T I A L I Z A T I O N
*
*--------------------------------------*
INITIALIZATION.
* Clear the work areas, Variables and Refresh the Internal Tables
PERFORM f_clear_refresh.
*--------------------------------------*
*A T S E L E C T I O N - S C R E E N *
*--------------------------------------*
* Validate Material Number
AT SELECTION-SCREEN ON s_matnr.
PERFORM f_validate_matnr.
*--------------------------------------*
*S T A R T - O F - S E L E C T I O N *
*--------------------------------------*
START-OF-SELECTION.
* Get the required data from MARA and MARC
PERFORM f_get_mara_marc.
*--------------------------------------*
*E N D - O F - S E L E C T I O N
*
*--------------------------------------*
END-OF-SELECTION.
* Process and Get the final data
PERFORM f_final_data.
*--------------------------------------*
*T O P - O F - P A G E
*
*--------------------------------------*
TOP-OF-PAGE.
* Provide the List Headings
PERFORM f_list_heading.
*--------------------------------------*
*E N D - O F - P A G E
*
*--------------------------------------*
TOP-OF-PAGE.
* Provide the Footer
PERFORM f_footer.

Вам также может понравиться