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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M37_MANAD - MANAD - standard guide digital files
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.