HQAPAFV0 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 generate a PDF form that is used to deal with visa issues for an employee's dependents in the following scenarios: Apply family visa for a dependent's visit to Qatar Apply family visa for a dependent's stay in Qatar Apply conversion from a family visa to a resident permit Apply validity extension of a family visa This report applies only to expatriate employees who have fulfilled the following conditions: Under the company's sponsorship Who already have valid resident permit You have maintained the following infotypes for the specified employee:
If you would like to execute this report or see the full code listing simply enter HQAPAFV0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PY_QA_HQAPAFV0 - Application for Family Visa
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.
Selection Text: P_REQNO = Application Processor
Selection Text: P_FVACT = D .
Selection Text: P_FORM = D .
Selection Text: P_EXCLE = Evaluate Excluded Employees
Selection Text: P_ENGNM = D .
Selection Text: P_ARANM = D .
Title: Application for Family Visa
Text Symbol: N04 = Available Dependents Records
Text Symbol: N03 = Error Messages
Text Symbol: N02 = Warning Messages
Text Symbol: N01 = Selection Statistics
Text Symbol: L01 = Application Log
Text Symbol: I04 = Error
Text Symbol: I03 = Warning
Text Symbol: I02 = Processed
Text Symbol: I01 = List
Text Symbol: BT1 = Print PDF
Text Symbol: B04 = PDF Options
Text Symbol: B03 = Report Exclusions
Text Symbol: B02 = Actions to be Performed
Text Symbol: B01 = Requester Information
Text Symbol: 011 = Name not found
Text Symbol: 010 = Successfully Processed Employees
Text Symbol: 009 = Unsuccessfully Processed Employees
Text Symbol: 008 = Excluded Employees
Text Symbol: 007 = Selected Employees
Text Symbol: 006 = Select one record for printing
INCLUDE HQAPXXX0_TOP. " COMMON DATA DEFINITION
INCLUDE HQAPXXX0_F01. " COMMON ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.