SAP Reports / Programs

HBRRAIS0 SAP ABAP Report - Social Information Annual List - SIAL







HBRRAIS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Social Information Annual List (SIAL) contains elements that will meet the needs for control, statistics and information of the governement bodies of the social area...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 HBRRAIS0 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_RAIS - Social Information Annual List


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 HBRRAIS0. "Basic submit
SUBMIT HBRRAIS0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRRAIS0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Social Information Annual List - SIAL
Selection Text: CNPJ = Legal person
Selection Text: CNPJASC = CNPJ association contribution
Selection Text: CNPJAST = CNPJ assistance contribution
Selection Text: CNPJCONF = CNPJ confederate contribution
Selection Text: CNPJSIND = CNPJ union contribution
Selection Text: CPF = Natural person
Selection Text: DATAR = Adjustment date
Selection Text: EDATE = Termination date
Selection Text: EDIND = Termination of activities
Selection Text: EMAIL = E-mail
Selection Text: FILIA = Branch(es)
Selection Text: FILIAR = Responsible branch
Selection Text: INSCR = CNPJ/SRS/CPF
Selection Text: MICRO = Microcompany
Selection Text: PAT = MAPW participation
Selection Text: PEQEN = Small size company
Selection Text: P_TOTALS = Execute log?
Selection Text: RECIBO_E = Receipt for establishment
Selection Text: RECIBO_R = Receipt for person responsible
Selection Text: RESP = Name
Selection Text: RESPBDAT = Birth date of person respons.
Selection Text: RETIF_N = SIAL declaration
Selection Text: RETIF_R = SIAL adjusted
Selection Text: SCLAS = Others
Selection Text: SIMPL = Optant for INSTMSC
Selection Text: VLASC = Association contrib.amount
Selection Text: VLAST = Assistance contribution amount
Selection Text: VLCONF = Confederate contrib.amount
Selection Text: VLSIND = Union contribution amount
Selection Text: CREA_RET = D .
Selection Text: RESP_CPF = D .
Selection Text: CEI = Construction site
Selection Text: BUKRSR = Responsible company
Selection Text: ANOCOMP = Competence year
Title: Social Information Annual List - SIAL
Text Symbol: 001 = File created:
Text Symbol: COR = Delivery receipt indicator (only valid for adjustment)





Text Symbol: E02 = Error while inserting in error message list
Text Symbol: E08 = POP UP error
Text Symbol: EMP = Company type
Text Symbol: ENC = Indicator of company activity closing
Text Symbol: ENT = Indicator of delivery in advance (declaration)
Text Symbol: INS = Data person responsible
Text Symbol: MIC = Microcompany indicator
Text Symbol: NAT = Wage earner work incentive
Text Symbol: OPT = Optant for INSTMSC
Text Symbol: OUT = Other data
Text Symbol: PAT = MAPW participation indicator
Text Symbol: PES = Responsible person
Text Symbol: POR = Small company indicator
Text Symbol: PRC = Number of processed employees
Text Symbol: PRO = Progress
Text Symbol: PRS = Processing
Text Symbol: R05 = Record 0
Text Symbol: R06 = Record 1
Text Symbol: R07 = Record 2
Text Symbol: R08 = Record 3
Text Symbol: R09 = Record 9
Text Symbol: RES = Responsible for information
Text Symbol: RET = Declaration indicator
Text Symbol: SEL = Number of selected employees
Text Symbol: SIN = Employer union contributions
Text Symbol: TXT = Select.


INCLUDES used within this REPORT HBRRAIS0

INCLUDE HBRLOGD0.
INCLUDE HBRLOGF0.
INCLUDE PCRAIBR1.


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:

HR_BR_ADD_MONTH_TO_DATE CALL FUNCTION 'HR_BR_ADD_MONTH_TO_DATE' EXPORTING dmm_datin = pn-endda dmm_count = '1' dmm_oper = '+' dmm_pos = space IMPORTING dmm_daout = dat_ext EXCEPTIONS unknown = 1.

HR_BR_ADD_MONTH_TO_DATE CALL FUNCTION 'HR_BR_ADD_MONTH_TO_DATE' EXPORTING dmm_datin = pnpbegda dmm_count = '1' dmm_oper = '-' dmm_pos = space IMPORTING dmm_daout = dat_prev_period EXCEPTIONS unknown = 1.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBR_RAIS_RECORD2' IMPORTING is_implemented = gv_is_implemented CHANGING instance = gv_badi_record2.



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