0% found this document useful (0 votes)
3 views7 pages

SAP Flight and Supplier Report Exercises

The document outlines exercises for a programming task involving flight schedules and supplier/customer information. It includes requirements for creating selection screens with radio buttons and parameters, as well as specific output formats for reports. Sample code and program names are provided for each exercise to guide implementation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views7 pages

SAP Flight and Supplier Report Exercises

The document outlines exercises for a programming task involving flight schedules and supplier/customer information. It includes requirements for creating selection screens with radio buttons and parameters, as well as specific output formats for reports. Sample code and program names are provided for each exercise to guide implementation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

System : S4J

Exercise 1: (4 points)
Target Table: SPFLI Flight schedule
SBOOK Booking

Selection Screen:

Report Output:
Sample Code on How to output similar Report

Exercise 2: (2 points)
On Selection Screen, add 2 Radio buttons
Standard Layout
Sorted by Flight Date
When user choose "Standard Layout", display Exercise 1 Report
When user choose "Sorted by Flight Date", display Exercise 1 Report
1. Move Flight Date to the first Column
2. ORDER data by Flight Date >> Airline >> Flight Number
Exercise 3: (2 points)

On Selection Screen, add 1 paramter
Supplier Number (required)
Write a program to output Supplier information

Supplier number: LFA1


Name 1: LFA1-Name 1 (NAME1)
Name 2: ADRC-Name 2 (AD_NAME2)
Address: ADRC-City (CITY1), ADRC-District (CITY2), ADRC-Street (STREET)
Telephone: ADRC-Telephone (TEL_NUMBER)

Additional Information:
Supplier Master LFA1
ADRNR
Address Master ADRC

Exercise 4: (2 points)

On Selection Screen, add 1 paramter
Customer Number: (required)
Write a program to output Supplier information

Customer number: KNA1


Name 1: KNA1-Name 1 (NAME1)
Name 2: ADRC-Name 2 (AD_NAME2)
Address: ADRC-City (CITY1), ADRC-District (CITY2), ADRC-Street (STREET)
Telephone: ADRC-Telephone (TEL_NUMBER)

Additional Information:
Customer Master KNA1
ADRNR
Address Master ADRC
Sample Code on How to get data
Exercise/Remarks Screenshots

Exercise 1 Program Name: <ZTOPIC4_428_ex>

<screenshot>

Exercise 2 Program Name: <ZTOPIC4_428_EX>

<screenshot>

Exercise 3 Program Name: <ZTOPIC4_428_EX>

Exercise 4 Program Name: <ZTOPIC4_428_EX>

You might also like