J_1A_WS_RSP_ARCH SAP (AR WS: Response XML data received from AFIP) Table details

Dictionary Type: Table
Description: AR WS: Response XML data received from AFIP




ABAP Code to SELECT data from J_1A_WS_RSP_ARCH
Related tables to J_1A_WS_RSP_ARCH
Access table J_1A_WS_RSP_ARCH




Table field list including key, data, relationships and ABAP select examples

J_1A_WS_RSP_ARCH is a standard SAP Table which is used to store AR WS: Response XML data received from AFIP data and is available within R/3 SAP systems depending on the version and release level.

The J_1A_WS_RSP_ARCH table consists of various fields, each holding specific information or linking keys about AR WS: Response XML data received from AFIP data available in SAP. These include CUIT_COMP_CODE (AR WS: CUIT Number), BRNCH (Branch Number), CBTE_TIPO (AR WS: Document Class to be sent to AFIP), BUDAT (Posting Date in the Document).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1A_WS_RSP_ARCH table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
CUIT_COMP_CODEAR WS: CUIT Number J_1A_WS_CUITCHAR11
BRNCHBranch Number J_1ABRNCHCHAR4Assigned to domainJ_1BBRANCHJEA
CBTE_TIPOAR WS: Document Class to be sent to AFIP J_1A_WS_CBTE_TIPONUMC3
BUDATPosting Date in the Document BUDATDATS8DATUM
ODN_FROMAR WS: ODN number ranging from (CbteDesde) J_1A_WS_ODN_FROMNUMC8
ODN_TOAR WS: ODN number ranging to (CbteHasta) J_1A_WS_ODN_TONUMC8
CAE_STATUSCAE Invoice Status J_1ACAESTATUSCHAR1J_1ACAESTATUS
XML_MSGIDXML Message ID J_1A_WS_XMLMSGIDCHAR32J_1A_WS_XMLMSGID
SEQ_NUMAR WS: Sequential number to identify XML data J_1A_WS_SEQ_NUMNUMC10
XML_STRLENAR WS: XML String length J_1A_WS_XML_STRLENINT25
RESP_XML_DATAAR WS: Response XML data J_1A_WS_RESP_XML_DATALCHR2500

Key field Non-key field



How do I retrieve data from SAP table J_1A_WS_RSP_ARCH using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_1A_WS_RSP_ARCH to SELECT all data from the table
DATA: WA_J_1A_WS_RSP_ARCH TYPE J_1A_WS_RSP_ARCH.

SELECT SINGLE *
FROM J_1A_WS_RSP_ARCH
INTO CORRESPONDING FIELDS OF WA_J_1A_WS_RSP_ARCH
WHERE...

How to access SAP table J_1A_WS_RSP_ARCH

Within an ECC or HANA version of SAP you can also view further information about J_1A_WS_RSP_ARCH and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!