J_1BLB12 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 'Listagem de Operações Interestaduais' (Modelo 12)...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_1BLB12 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_LB12 - Modelo 12
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 = Acessible
Selection Text: LEGAL = Legal Format
Title: Listagem de Operações Interestaduais (Modelo 12)
Text Symbol: 100 = Output control
Text Symbol: 102 = Output Type
Text Symbol: 200 = LISTAGEM DE OPERAÇÕES INTERESTADUAIS - LP1 - MODELO P12
Text Symbol: 201 = Estado Destinatário:
Text Symbol: 202 = Emitente :
Text Symbol: 204 = Página:
Text Symbol: 206 = Endereço :
Text Symbol: 208 = C.N.P.J.:
Text Symbol: 210 = Período :
Text Symbol: 212 = Cidade :
Text Symbol: 214 = Inscrição Estadual:
Text Symbol: 216 = Emissão:
Text Symbol: 221 = N° NF |Série|Emissão |Razão Social |C.N.P.J. |Valor |Base |Vr. do ICMS |Vr. do IPI
Text Symbol: 222 = | | |Endereço |Inscrição Estadual |Contábil |de |Vr. ICMS |Is./n. Trib.
Text Symbol: 223 = | | |Cidade UF|CEP | |Cálculo | subst. |
Text Symbol: 230 = Totais da Folha..............................................................:
Text Symbol: 250 = Listagem de Operações interestaduais (Modelo 12) - Errorlist
Text Symbol: 390 = Errorlist
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 EXCEPTIONS OTHERS = 04.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING PARTNER_TYPE = J_1BNFDOC-PARTYP PARTNER_ID = J_1BNFDOC-PARID PARTNER_FUNCTION = J_1BNFDOC-PARVW DOC_NUMBER = J_1BNFDOC-DOCNUM IMPORTING PARNAD = parnad EXCEPTIONS OTHERS = 04.
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_1BLB12 - Listagem de Operações Interestaduais (Modelo 12) J_1BLB12 - Listagem de Operações Interestaduais (Modelo 12) J_1BLB09_ACC - Output ALV routines for Registro de Apuração do IPI (Modelo 8) J_1BLB09 - Registro de Apuração do ICMS (Modelo 9) J_1BLB09 - Registro de Apuração do ICMS (Modelo 9) J_1BLB08_ACC - Output ALV routines for Registro de Apuração do IPI (Modelo 8)