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.
|
Using System Fields along with Case Statements
Posted Date:
Total Responses: 0
Posted By: VELU S Member Level: Gold Points/Cash: 3
|
*&---------------------------------------------------------------------* *& Report ZPROGRAM12 *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------*
REPORT ZPROGRAM1.
write 'HAI This is VELU (The Genius)'. * This is Velu write / 'Congrates for Finishing units 1.......6' color 1. WRITE 'Yeah! Yeah! Yeah!' COLOR 3. skip. uline. WRITE: (10) sy-datum QUICKINFO 'Date of list creation', (8) sy-uzeit QUICKINFO 'Time of list creation'. uline. write '24/11/2008 = Case Statements ' color 5. * 1st Day at siemens. uline. parameters : A type i, B Type i,
OP type c. Data c type i. case OP.
when '+'. c = a + b. write: ' The Value of C (Addition) is A=',a LEFT-JUSTIFIED,'B=',b LEFT-JUSTIFIED,'==>',c LEFT-JUSTIFIED color 1. when '-'. c = a - b. write: ' The Value of C (Subtraction) is ',c color 2. when '*'. c = a * b. write: ' The Value of C (multiplication) is ',c color 3. when '/'. c = a / b. write: ' The Value of C (Division) is ',c color 4. when others. write 'Wrong Values'.
endcase.
uline. write '25/11/2008 Data Types' color 5. * 2nd Day at Siemens. uline.
|
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.
|
|
|
|
|
Advertise Here
|