SAP Reports / Programs | Personnel Management | Personnel Administration | Kingdom of Saudi Arabia(PA-PA-SA) SAP PA

HSAPMPG0 SAP ABAP Report - Multipurpose Government Form (Form 7)







HSAPMPG0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PY_SA_HSAPMPG0 Human Resources -> Payroll -> Asia/Pacific -> Saudi Arabia -> Subsequent Activities -> Period-Independent -> Official Request Forms -> Multipurpose Government Form You use this report to generate forms used to request various types of official documents for an employee in the Kingdom of Saudi Arabia...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 HSAPMPG0 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_SA_HSAPMPG0 - Multipurpose Government Form


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 HSAPMPG0. "Basic submit
SUBMIT HSAPMPG0 AND RETURN. "Return to original report after report execution complete
SUBMIT HSAPMPG0 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_EMPA = New Employer Address
Selection Text: P_EMPN = New Employer Name
Selection Text: P_EMPS = New Employer Number
Selection Text: P_EMPT = New Employer Tel. No.
Selection Text: P_ESTB = D .
Selection Text: P_FEXV = Final Exit Visa
Selection Text: P_FTIME = 1st Time
Selection Text: P_GOVM = Government
Selection Text: P_INDI = Individual
Selection Text: P_INFTR = Information Transfer
Selection Text: P_IQAMA = D .
Selection Text: P_IQDUR = Duration (Months)
Selection Text: P_ISSIQ = Issue Iqama
Selection Text: P_LAT2 = D .
Selection Text: P_LATI = D .
Selection Text: P_LOST = In Lieu of Lost
Selection Text: P_MERV = Multiple Exit Re-Entry Visa
Selection Text: P_NEW = New
Selection Text: P_OTHDD = D .
Selection Text: P_OTHER = Other
Selection Text: P_PASSP = D .
Selection Text: P_RENEW = Renew
Selection Text: P_SCOM = D .
Selection Text: P_SERV = Single Exit Re-Entry Visa
Selection Text: P_SERVT = Service Transfer
Selection Text: P_SEST = D .
Selection Text: P_SGOV = Government
Selection Text: P_SIND = Individual
Selection Text: P_STIME = 2nd Time
Selection Text: P_TRAVI = Travel Visa
Selection Text: P_TTIME = 3rd Time
Selection Text: P_VSDUR = Duration (Days)
Selection Text: P_DFFORM = D .
Selection Text: P_DFDEST = D .
Selection Text: P_DAMAG = In Lieu of Damage
Selection Text: P_COMP = D .
Selection Text: P_ARAB = D .
Selection Text: P_ARA2 = D .





Selection Text: P_ADDEP = Adding Dependent
Title: Multipurpose Government Form (Form 7)
Text Symbol: 001 = Request Type
Text Symbol: 002 = Request Attributes
Text Symbol: 003 = Spool Information
Text Symbol: 004 = Travel Visa
Text Symbol: 005 = Service Transfer
Text Symbol: 006 = Adding Dependent
Text Symbol: 007 = Personal Information
Text Symbol: 008 = Employer Type Selection
Text Symbol: 009 = Dependant Subtypes for Selection
Text Symbol: 010 = PDF Options
Text Symbol: 011 = Document Type Subtype
Text Symbol: 012 = New Employer Type Selection
Text Symbol: 014 = Selected Employees
Text Symbol: 015 = Employee Processing Errors
Text Symbol: 016 = Succesfully Processed Employees
Text Symbol: 017 = General Error Messages
Text Symbol: 018 = Log
Text Symbol: 019 = Spool Number
Text Symbol: 020 = Exclusions
Text Symbol: 021 = Dependent Selection
Text Symbol: 022 = Subtype Description
Text Symbol: 023 = Employee Name Language Selection
Text Symbol: 030 = Exit Re-Entry Visa
Text Symbol: SE2 = Dependent Selection
Text Symbol: SEL = Select Dependents


INCLUDES used within this REPORT HSAPMPG0

INCLUDE HSAPMPG0_TOP.
INCLUDE HSAPMPG0_F01.
INCLUDE HSAPXXX0_PDF.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INSERT_ROW' text = text-sel add_stdinf = '' IMPORTING result = gv_status_icon.



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