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
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: 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
INCLUDE J_1B_CIAP_GLOBAL_DEFINITIONS.
INCLUDE J_1B_CIAP_DEFINE_SELSCREEN.
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.
J_1B_CIAP_REPORT - CIAP Report J_1B_CIAP_REPORT - CIAP Report J_1B_CIAP_GLOBAL_DEFINITIONS - Include J_1B_CIAP_GLOBAL_DEFINITION J_1B_CIAP_DEFINE_SELSCREEN - Include J_1B_CIAP_DEFINE_SEL_SCREEN J_1B_CHECK_CBT_TOP - Include J_1B_CHECK_CBT_TOP J_1B_CHECK_CBT_O02 - INCLUDE for table control output module (gen.)