SAP Reports / Programs | Payroll | State of Qatar(PY-QA) SAP PY

HQAPAFV0 SAP ABAP Report - Application for Family Visa







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: Personal Data (0002) Personal IDs (0185) Contract Elements (0016) Addresses (0006) Family Member/Dependents (0021) You can exclude the employees who are marked as Excluded from Legal Reporting in the Personal Data (0002) infotype...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 HQAPAFV0 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

PY_QA_HQAPAFV0 - Application for Family Visa


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 HQAPAFV0. "Basic submit
SUBMIT HQAPAFV0 AND RETURN. "Return to original report after report execution complete
SUBMIT HQAPAFV0 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: 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


INCLUDES used within this REPORT HQAPAFV0

INCLUDE HQAPXXX0_TOP. " COMMON DATA DEFINITION
INCLUDE HQAPXXX0_F01. " COMMON ROUTINES


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 HQAPAFV0 or its description.