SAP Reports / Programs | Personnel Management | Personnel Administration | Brazil(PA-PA-BR) SAP PA

RPT_PADBR_LVPLN_POST SAP ABAP Report - Leave Request: Post (Country-Specific Features for Brazil)







RPT_PADBR_LVPLN_POST 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 post approved leave requests as absences and to process Brazil-specific settings...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 RPT_PADBR_LVPLN_POST 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

PC00_M37_LVPLN - Leave Request: Post (Brazil)


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 RPT_PADBR_LVPLN_POST. "Basic submit
SUBMIT RPT_PADBR_LVPLN_POST AND RETURN. "Return to original report after report execution complete
SUBMIT RPT_PADBR_LVPLN_POST 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_WEND =
Selection Text: P_UPDATE = Test Run
Selection Text: P_SHWRID = Display Internal Request ID
Selection Text: P_NDIAS = Days of payment in advance
Selection Text: P_DISPLA = Display
Selection Text: P_DAY =
Selection Text: P_DAT =
Selection Text: P_BONDT =
Selection Text: MATCHIT = Post with Infotype Match
Title: Leave Request: Post (Country-Specific Features for Brazil)
Text Symbol: 014 = Payment in advance of Christmas allowance
Text Symbol: 013 = Payroll identifier
Text Symbol: 012 = Off-cycle reason
Text Symbol: 011 = Amount
Text Symbol: 010 = Wage type
Text Symbol: 009 = Selected
Text Symbol: 008 = Ignore for posting
Text Symbol: 007 = Do not pay saturdays or sundays, even if they are working days
Text Symbol: 006 = Payment date fixed in
Text Symbol: 005 = Number of days of anticip.paymt.
Text Symbol: 004 = Leave payment date
Text Symbol: 003 = Processing of incorrect sentences
Text Symbol: 002 = Log
Text Symbol: 001 = Database


INCLUDES used within this REPORT RPT_PADBR_LVPLN_POST

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay text = text-008 info = text-009 IMPORTING result = ignoerr.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay text = text-008 info = text-009 IMPORTING result = ignoerr.



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