New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter



Screen Programming Project - SAP


Posted Date:     Total Responses: 0    Posted By: VELU S   Member Level: Gold   Points/Cash: 4   


*&---------------------------------------------------------------------*
*& Module Pool ZPROGRAM2
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*


INCLUDE ZPROGRAM2TOP . " global Data

* INCLUDE ZPROGRAM2O01 . " PBO-Modules
* INCLUDE ZPROGRAM2I01 . " PAI-Modules
* INCLUDE ZPROGRAM2F01 . " FORM-Routines

*&---------------------------------------------------------------------*
*& Module STATUS_9000 OUTPUT
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
MODULE STATUS_9000 OUTPUT.
* SET PF-STATUS 'xxxxxxxx'.
* SET TITLEBAR 'xxx'.
* A = 10.
* B = 20.
* C = 30.
* D = 40.

ENDMODULE. " STATUS_9000 OUTPUT
*&---------------------------------------------------------------------*
*& Module USER_COMMAND_9000 INPUT
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
MODULE USER_COMMAND_9000 INPUT.

case OK_CODE.
when 'ADD'.
D = A + B + C.
when 'SUB'.
D = A - B.
when 'EXIT'.
leave to screen 0.
endcase.
ENDMODULE. " USER_COMMAND_9000 INPUT


Flow Logic:
PROCESS BEFORE OUTPUT.
MODULE STATUS_9000.
call subscreen screen1 including sy-cprog '9001'.
call subscreen screen2 including sy-cprog '9002'.
call subscreen screen3 including sy-cprog '9003'.
*
PROCESS AFTER INPUT.
call subscreen screen1.
call subscreen screen2.
call subscreen screen3.
MODULE USER_COMMAND_9000.


*&---------------------------------------------------------------------*
*& Include ZPROGRAM2TOP Module Pool ZPROGRAM2
*&
*&---------------------------------------------------------------------*

PROGRAM ZPROGRAM2.

Data: a type i,
b type i,
c type i,
d type i.

Data OK_CODE type sy-ucomm.


Project Feedbacks


No feedbacks found. Be the first to respond and make money from revenue sharing program.

Post Feedback
You must Sign In to post a feedback.
Next Project: Module Pool Mathematical Calculation in ABAP-SAP
Previous Project: Program to short the array using the bubble sort in c

Return to Project Index

Post New Project


Related Projects



Advertise Here





Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

ISC Technologies.
2006 - 2009 All Rights Reserved.