Visualizing Model Version Predictions
-
Open the Fiori Launchpad by clicking here. Click on the Intelligent Scenario app.

-
Search the Intelligent Scenario created by you by entering the Intelligent Scenario name as
Z_SEATOCC_FTCLAS_###, where ### is your attendee id and Status = Published. Navigate to the details page by clicking the>icon.
-
Click on Apply Setting Tab. You can find the 3 Apply CDS views in this tab. We can see the predictions for each view in next steps.

-
You will use the SAP GUI to view the model's prediction. Login to S4H/100 system via SAP GUI. Type
/n se38in the command field and press ENTER.
-
Search for report RUT_DDLS_DATA_PREVIEW and click on Execute(F8).

-
Enter the ISLM generated 1st CDS view of created Intelligent Scenario to view predictions from trained model.
CDS View will have following nameZ_SEATOCC_FTCLAS_###_CDS01, where ### is your attendee id.
Enter CDS View Name in Entity Name field and click on Execute.
-
You can scroll down and see the model's keys in the first four columns: Airline Code, Flight Connection Number, Flight Date and Booking number.
Column SEATSOCCF has the actual value of the seats occupied.
Column GB_SCORE_SEATSOCCF column has the predicted value of the occupied seats.
-
Goto SE38 again and Search for report RUT_DDLS_DATA_PREVIEW and click on Execute(F8). Enter the ISLM generated 2nd CDS view of created Intelligent Scenario to view predictions from trained model.
CDS View will have following nameZ_SEATOCC_FTCLAS_###_CDS01_KEY, where ### is your attendee id.
Enter CDS View Name in Entity Name field and click on Execute.
-
Provide below values to the respective CDS parameters:
- P_BOOKID =
2274 - P_CARRID =
AZ - P_CONNID =
555 - P_FLDATE =
20250813
- P_BOOKID =
-
You can scroll down and see the model's keys in the first four columns: Airline Code, Flight Connection Number, Flight Date and Booking number.
Column SEATSOCCF has the actual value of the seats occupied.
Column GB_SCORE_SEATSOCCF column has the predicted value of the occupied seats.
-
Goto SE38 again and Search for report RUT_DDLS_DATA_PREVIEW and click on Execute(F8). Enter the ISLM generated 3rd CDS view of created Intelligent Scenario to view predictions from trained model.
CDS View will have following nameZ_SEATOCC_FTCLAS_###_CDS01_WHR, where ### is your attendee i.
Enter CDS View Name in Entity Name field and click on Execute.
-
Provide below values to the respective CDS parameters
- P_WHERE =
CONNID = 0017 AND FLDATE = 20250813
- P_WHERE =
-
You can scroll down and see the model's keys in the first four columns: Airline Code, Flight Connection Number, Flight Date and Booking number.
Column SEATSOCCF has the actual value of the seats occupied.
Column GB_SCORE_SEATSOCCF column has the predicted value of the occupied seats.
Well done, you just visualized your trained model predictions..!