J_1BLBIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates the Brazilian legal book 'Registro de Apuração do ISS'...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 J_1BLBIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1B_LBIS - Registro ISS
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: RECOL = Create 'Recolhimentos Rel.'
Selection Text: OBS = Print observations
Selection Text: LEGAL = Legal Format
Selection Text: FIRSTPAG = First page number
Selection Text: BOOKSIZE = Pages per book
Selection Text: ACC = List Display
Title: Registro de Apuração do ISS
Text Symbol: 230 = Total do mês ou a transportar
Text Symbol: 240 = Informações Complementares:
Text Symbol: 241 = Se 1: Nome do Tomador
Text Symbol: 242 = Se 2: Município da Prestação
Text Symbol: 243 = Operações sem ISS Devido ao Município de São Paulo
Text Symbol: 250 = Registro de Apuração do ISS - Errorlist
Text Symbol: 260 = Resumo do mes por alíquota
Text Symbol: 270 = Base de Cálculo Alíq. Imposto Devido
Text Symbol: 280 = Total:
Text Symbol: 290 = Sem movimento
Text Symbol: 390 = Errorlist
Text Symbol: 401 = RECOLHIMENTOS RELATIVOS AO MÊS DE INCIDÊNCIA
Text Symbol: 402 = Data de recolhimento
Text Symbol: 403 = |Valor recolhido
Text Symbol: 404 = |Orgão arrecadador
Text Symbol: 405 = OBSERVAÇÕES
Text Symbol: 226 = Número |Día|Serviços (A) |Materiais (B) |empreitadas (C) |Base de Cálculo | % |Imposto Devido |D|Serviços |
Text Symbol: 001 = REGISTRO DE NOTAS FISCAIS - FATURAS DE SERVIÇOS PRESTADOS A TERCEIROS
Text Symbol: 002 = Código de Serviço
Text Symbol: 100 = Output control
Text Symbol: 102 = Output Type
Text Symbol: 202 = Empresa :
Text Symbol: 203 = Endereço :
Text Symbol: 204 = C.N.P.J. :
Text Symbol: 205 = C.C.M. :
Text Symbol: 208 = Pág.:
Text Symbol: 209 = Competência:
Text Symbol: 212 = Nota Fiscal |Operations with ISS Due to the Municipality of São Paulo |
Text Symbol: 213 = Bill of Srv. | |
Text Symbol: 214 = Operations without ISS Due to the Municipality of São Paulo
Text Symbol: 215 = BOOK OF NOTAS FISCAIS - BILLS OF SERVICE PROVIDED TO 3RD PARTIES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1BREAD_BRANCH_DATA CALL FUNCTION 'J_1BREAD_BRANCH_DATA' EXPORTING BRANCH = J5_BRNCH BUKRS = J5_BUKRS IMPORTING * ADDRESS = ADDRESS BRANCH_DATA = branch_data CGC_NUMBER = CGC_NUMBER ADDRESS1 = ADDRESS1 EXCEPTIONS OTHERS = 04.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = '8B' MSGTY = 'E' MSGV1 = J_1BNFLIN-REFTYP MSGV2 = J_1BNFLIN-REFKEY MSGV3 = J_1BNFDOC-NFNUM MSGV4 = J_1BNFSTX-TAXTYP TXTNR = '456'.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = T_MESG EXCEPTIONS OTHERS = 1.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING CORRECTIONS_OPTION = ' ' CORRECTIONS_FUNC_TEXT = ' ' OBJECT = TEXT-390 EXCEPTIONS NO_MESSAGES = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1BLBIS - Registro de Apuração do ISS J_1BLBIS - Registro de Apuração do ISS J_1BLBFC2_ACC - Output ALV routines for Registro de Apuração do IPI (Modelo 8) J_1BLB56_ALV - Include J_1BLB56_ALV J_1BLB56 - REGISTRO DE NOTAS FISCAIS - FATURAS DE SERVIÇOS PRESTADOS A TERCEIROS J_1BLB56 - REGISTRO DE NOTAS FISCAIS - FATURAS DE SERVIÇOS PRESTADOS A TERCEIROS