SAP Reports / Programs

J_1B_CIAP_REPORT SAP ABAP Report - CIAP Report







J_1B_CIAP_REPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run this report to display CIAP documents and calculate CIAP values for a given period...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_1B_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 J_1B_CIAP_REPORT. "Basic submit
SUBMIT J_1B_CIAP_REPORT AND RETURN. "Return to original report after report execution complete
SUBMIT J_1B_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: SO_TAXTP = D .
Selection Text: SO_PSPNR = D .
Selection Text: SO_PRCTR = D .
Selection Text: SO_NPLNR = D .
Selection Text: SO_NFNUM = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_KOSTL = D .
Selection Text: SO_ITMNM = D .
Selection Text: SO_DOCNM = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_BRNCH = D .
Selection Text: SO_AUFNR = D .
Selection Text: SO_ANLN2 = D .
Selection Text: SO_ANLN1 = D .
Selection Text: PA_VARI = D .
Selection Text: PA_VALU = D .
Selection Text: PA_MONAT = D .
Selection Text: PA_MODD = Modelo D
Selection Text: PA_MODC = Modelo C
Selection Text: PA_GJAHR = D .
Selection Text: PA_DOCU = CIAP Documents
Title: CIAP Report
Text Symbol: R04 = Modelo D
Text Symbol: R03 = Modelo C
Text Symbol: R02 = CIAP Values
Text Symbol: R01 = CIAP Documents
Text Symbol: BL3 = Display
Text Symbol: BL2 = Additional Selection
Text Symbol: BL1 = Selection
Text Symbol: 110 = Posting date
Text Symbol: 109 = Nota Fiscal No.
Text Symbol: 108 = Vendor description
Text Symbol: 107 = Vendor
Text Symbol: 106 = City
Text Symbol: 105 = District
Text Symbol: 103 = Address
Text Symbol: 102 = CNPJ No.
Text Symbol: 101 = Name





Text Symbol: 002 =
Text Symbol: 001 = CIAP


INCLUDES used within this REPORT J_1B_CIAP_REPORT

INCLUDE J_1B_CIAP_GLOBAL_DEFINITIONS.
INCLUDE J_1B_CIAP_DEFINE_SELSCREEN.


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