SAP Reports / Programs

/XLSO/APPROVAL_REQUESTS SAP ABAP Report - Approve Booking Requests







/XLSO/APPROVAL_REQUESTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to approve or reject the booking requests from see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /XLSO/APPROVAL_REQUESTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/XLSO/BOOKING_APPR - Booking Approval Request


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /XLSO/APPROVAL_REQUESTS. "Basic submit
SUBMIT /XLSO/APPROVAL_REQUESTS AND RETURN. "Return to original report after report execution complete
SUBMIT /XLSO/APPROVAL_REQUESTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_USALIS = User Name
Selection Text: S_CON_T = Date
Selection Text: P_STATUS = Status
Selection Text: P_CORSEC = Course
Selection Text: P_CONTRY = Country
Selection Text: P_CMPNY = Company
Title: Approve Booking Requests
Text Symbol: 054 = Booking approval is not done successfully
Text Symbol: 053 = Please select atleast one item
Text Symbol: 052 = Sales Order Item Number
Text Symbol: 051 = Sales Order Number
Text Symbol: 050 = Course Description
Text Symbol: 049 = Location
Text Symbol: 048 = Status
Text Symbol: 047 = Last Name
Text Symbol: 046 = Approval Date
Text Symbol: 045 = Date Of Request
Text Symbol: 044 = Country
Text Symbol: 043 = Company Name
Text Symbol: 042 = Course ID
Text Symbol: 041 = First Name
Text Symbol: 040 = Learner ID
Text Symbol: 039 = To download the contents to Excel file
Text Symbol: 055 = Booking rejection is not done successfully
Text Symbol: 056 = Reset all selection screen fields
Text Symbol: 057 = Reset
Text Symbol: 058 = Course Id
Text Symbol: 059 = Technical Id
Text Symbol: 060 = Learner First Name
Text Symbol: 061 = Learner Last Name
Text Symbol: 062 = Start Date
Text Symbol: 063 = End Date
Text Symbol: 064 = Sales Order Number
Text Symbol: 065 = Sales Order Item Number
Text Symbol: 066 = Work Item Id
Text Symbol: 067 = Location
Text Symbol: 068 = Training Status
Text Symbol: 069 = Username





Text Symbol: 070 = Export to excel
Text Symbol: 000 =
Text Symbol: 001 = Company
Text Symbol: 002 = Search
Text Symbol: 003 = Clear
Text Symbol: 004 = Approved
Text Symbol: 005 = Pending for approval
Text Symbol: 006 = Rejected
Text Symbol: 007 = Please enter at least one search term
Text Symbol: 008 = DETAIL
Text Symbol: 009 = APPROVE
Text Symbol: 010 = REJECT
Text Symbol: 011 = Get the selected row's details
Text Symbol: 012 = Approve the request
Text Symbol: 013 = Reject the request
Text Symbol: 014 = Approve
Text Symbol: 015 = Reject
Text Symbol: 016 = Detail
Text Symbol: 017 = SEARCH
Text Symbol: 018 = ONLI
Text Symbol: 019 = CLEAR
Text Symbol: 020 = This booking request has been already approved or rejected
Text Symbol: 021 = Approved
Text Symbol: 022 = Rejected
Text Symbol: 023 = Booking Approval Request
Text Symbol: 024 = Please enter another search term along with the country code
Text Symbol: 025 = &VIRTUALROOT
Text Symbol: 026 = More than one selection of learner's course is not possible
Text Symbol: 027 = No learners found for your selection
Text Symbol: 028 = Booking approval done successfully
Text Symbol: 029 = Booking approval rejected successfully
Text Symbol: 030 = No pending records for approval
Text Symbol: 031 = No pending records for rejection
Text Symbol: 032 = No pending records are there
Text Symbol: 033 = Select at least one record
Text Symbol: 034 = Course Name
Text Symbol: 035 = Company Name
Text Symbol: 036 = Date of Request
Text Symbol: 037 = Date of Approval





Text Symbol: 038 = EXPORT TO EXCEL


INCLUDES used within this REPORT /XLSO/APPROVAL_REQUESTS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /XLSO/APPROVAL_REQUESTS or its description.