SAP Reports / Programs

HBRMANAD SAP ABAP Report - Standard guide of digital files - MANAD







HBRMANAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program generates the Normative Guide of Digital Files (MANAD) , a digital report that must be presented to the Tax Auditor of the Social Insurance (TASI) and it contains company information of work welfare accounting asset tax nature...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 HBRMANAD 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_MANAD - MANAD - standard guide digital files


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 HBRMANAD. "Basic submit
SUBMIT HBRMANAD AND RETURN. "Return to original report after report execution complete
SUBMIT HBRMANAD 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: ACC_FONE = Telephone
Selection Text: ACC_MAIL = E-mail
Selection Text: ACC_NOME = Name
Selection Text: ACC_NUM = Number
Selection Text: ACC_UF = State
Selection Text: BUKRSR = Responsible company
Selection Text: COD_FIN = Archive purpose
Selection Text: CTRCD1 = Audit trail centralization
Selection Text: FILIA = Branch
Selection Text: FILIAR = Responsible branch
Selection Text: IND_ED = Data entry type
Selection Text: P_OUTPUT = Archive entry (I and L)
Selection Text: P_TOTALS = Detailed log
Selection Text: R_CARGO = Job
Selection Text: R_CNPJ = CNPJ
Selection Text: R_CPF = CPF
Selection Text: R_DT_FIM = Service end date
Selection Text: R_DT_INI = Service start date
Selection Text: R_EMAIL = E-mail
Selection Text: R_EMPTEC = Responsible techn.or CoCode
Selection Text: R_FAX = Fax
Selection Text: R_FONE = Telephone
Selection Text: ACC_BAIR = District
Selection Text: ACC_CEP = Postal Code
Selection Text: ACC_CEPC = Postal code PO box
Selection Text: ACC_CNPJ = CNPJ
Selection Text: ACC_COMP = Affix
Selection Text: ACC_CP = P.O. box
Selection Text: ACC_CPF = CPF
Selection Text: ACC_CRC = CRC
Selection Text: ACC_DT_F = Service end date
Selection Text: ACC_DT_I = Service start date
Selection Text: ACC_ENDC = Address
Selection Text: ACC_FAX = Fax
Title: Standard guide of digital files - MANAD
Text Symbol: E08 = POP UP error
Text Symbol: 008 = Information for FI
Text Symbol: 007 = Loading blocks I and L





Text Symbol: 006 = Other data
Text Symbol: 005 = Centraliz.
Text Symbol: 004 = Techn./responsible archive gener.
Text Symbol: 003 = Accountant
Text Symbol: 002 = General data
Text Symbol: 001 = Data selection


INCLUDES used within this REPORT HBRMANAD

INCLUDE: PCTYPBR0, "HRMS BR TYPES
PCMANADBR4, "DATA DECLARATION
PCMANADBR3, "SELECTION SCREEN
PCCLSBR1, "CLUSTER DATA DECLARATION
INCLUDE RP_PAYBR_MANAD_C0.
INCLUDE: PCMANADBR0.
INCLUDE: PCMANADBR1, "DAQ AND UTILS FORMS
PCMANADBR2, "MANAD FORMS
PCERMBR1, "ERROR HANDLING FORMS
HBRREAD1. "FORMS USED ON GET_COMPANY_INFO FORM
INCLUDE RP_PAYBR_MANAD_LTD0 IF FOUND.
INCLUDE RP_PAYBR_MANAD_LTC0 IF FOUND.


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