SAP Reports / Programs

RAIDBR_CIAP_REPORT SAP ABAP Report - List of Adjustment Postings for Retirements or Losses (Brazil)







RAIDBR_CIAP_REPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For the program documentation, see Note 183114...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 RAIDBR_CIAP_REPORT into the relevant SAP transactions such as SE38 or SE80


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 RAIDBR_CIAP_REPORT. "Basic submit
SUBMIT RAIDBR_CIAP_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDBR_CIAP_REPORT 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: STARTDAT = Start Date
Selection Text: OUTGOING = Retirement Transaction Types
Selection Text: NEW_PAGE = New Page for Each Asset
Selection Text: LEGAL = Legal Format
Selection Text: INSCRI = State Tax Number
Selection Text: INCOMING = Acquisition Transaction Types
Selection Text: FIRSTPAG = First Page Number
Selection Text: BOOKSIZE = Maximum No. Pages Per Book
Selection Text: ACC = List Display
Title: List of Adjustment Postings for Retirements or Losses (Brazil)
Text Symbol: 201 = Company Code
Text Symbol: 202 = Doc. Number
Text Symbol: 203 = Fiscal Year
Text Symbol: 204 = Amount Posted
Text Symbol: 205 = Sem movimento
Text Symbol: 280 = Selection Criteria
Text Symbol: 310 = No Matches Found
Text Symbol: 311 = Orders
Text Symbol: 312 = Receipts
Text Symbol: 313 = Issues
Text Symbol: 314 = Issues or Losses
Text Symbol: 315 = ICMS Asset Credit Control - CIAP Model B
Text Symbol: 316 = Receipt
Text Symbol: 317 = Issue
Text Symbol: 001 = Identificação
Text Symbol: 002 = Entrada
Text Symbol: 003 = Saída
Text Symbol: 004 = Estorno Mensal
Text Symbol: 005 = Saída ou Perda
Text Symbol: 010 = Contribuinte:
Text Symbol: 011 = Inscrição:
Text Symbol: 012 = Bem:
Text Symbol: 013 = Number:
Text Symbol: 014 = Subnumber:
Text Symbol: 021 = CIAP Start Date:
Text Symbol: 022 = Fornecedor:
Text Symbol: 023 = Data da Entrada:
Text Symbol: 024 = Valor do crédito:





Text Symbol: 030 = No da Nota Fiscal:
Text Symbol: 031 = Data da Saída:
Text Symbol: 041 = Period
Text Symbol: 042 = Fator
Text Symbol: 043 = Valor
Text Symbol: 100 = Controle de Crédito de ICMS do Ativo
Text Symbol: 101 = No de ordem
Text Symbol: 102 = Output Type
Text Symbol: 110 = Permantente - CIAP Modelo B
Text Symbol: 200 = Posting Date


INCLUDES used within this REPORT RAIDBR_CIAP_REPORT

INCLUDE RAIDBR_CIAP_INCLUDE.


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:

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING f_t093b = wa_t093b IMPORTING f_t093b = wa_t093b EXCEPTIONS not_found = 1 OTHERS = 2.

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING f_t093b = wa_t093b IMPORTING f_t093b = wa_t093b EXCEPTIONS not_found = 1 OTHERS = 2.



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