J_1A_CAE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter J_1A_CAE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1ACAE - Argentina Electronic Invoice
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: P_APFILE = Application Server File path
Selection Text: P_BRNCH = Branch Number
Selection Text: P_BUKRS = Company Code
Selection Text: P_FI = FI Document
Selection Text: P_FILE1 = Path to Store Annexure III
Selection Text: P_FILE2 = Path to Store Annexure V
Selection Text: P_KUNNR = Customer Number
Selection Text: P_SD = SD Document
Selection Text: P_SPART = Division
Selection Text: P_VKORG = Sales Organization
Selection Text: P_VTWEG = Distribution Channel
Selection Text: RD_ANNX3 = Annexure III
Selection Text: RD_ANNX5 = Annexure V
Selection Text: RD_STATS = CAE Status
Selection Text: S_AEISTA = CAE Status
Selection Text: S_BELNR = Accounting Document
Selection Text: S_BUDAT = Posting Date
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_VBELN = Billing Document Number
Title: Electronic Invoice (Argentina)
Text Symbol: 066 = Item total amount is missing
Text Symbol: 065 = Material description is missing
Text Symbol: 064 = C.U.I.T number or Tax code 2 is missing
Text Symbol: 063 = Item Tot. Amt.
Text Symbol: 062 = Unit Price
Text Symbol: 061 = Quantity
Text Symbol: 060 = UoM
Text Symbol: 059 = Material Desc.
Text Symbol: 058 = Material Code
Text Symbol: 057 = Item Number
Text Symbol: 056 = Print Character
Text Symbol: 055 = Shipment code format should be in '99999AAAA999999A'
Text Symbol: 054 = Shipment code length should be 16 characters
Text Symbol: 053 = Shipment code missing in billing document
Text Symbol: 052 = CAE Status
Text Symbol: 067 = Reference document details are missing
Text Symbol: 068 = Incoterms is not maintained
Text Symbol: 069 = Customer details are not complete
INCLUDE J_1A_CAE_TOP.
INCLUDE J_1A_CAE_F02.
INCLUDE J_1A_CAE_F01.
INCLUDE J_1A_CAE_F03.
INCLUDE J_1A_CAE_F04.
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.
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_1A_CAE or its description.