J_1APACD SAP (Printing Authorization Code) Table details

Dictionary Type: Table
Description: Printing Authorization Code




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




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

J_1APACD is a standard SAP Table which is used to store Printing Authorization Code data and is available within R/3 SAP systems depending on the version and release level.

The J_1APACD table consists of various fields, each holding specific information or linking keys about Printing Authorization Code data available in SAP. These include BUKRS (Company Code), BRNCH (Business Place), DOCCLS (Document Class), J_1APRTCHR (Character to be printed on 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1APACD 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BRNCHBusiness Place J_1BBRANC_CHAR4J_1BBRANCHJ_1BBRANCH
DOCCLSDocument Class J_1ADOCCL_CHAR1J_1ADOCCLSJ_1ADOCCLS
J_1APRTCHRCharacter to be printed on the document J_1APCHARCHAR1J_1APRTCHRJ_1APCHAR
J_1APACVDPrint Authorization Code: Valid-To Date J_1APACVDDATS8DATUM
J_1APACPrint Authorization Code J_1APACCHAR14J_1APAC
J_1APACPNOfficial Document Numbers Issued Externally J_1APACPNCHAR1XFELD
J_1APACFSubject to Fiscal Controller J_1APACFCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1APACD
INTO CORRESPONDING FIELDS OF WA_J_1APACD
WHERE...

How to access SAP table J_1APACD

Within an ECC or HANA version of SAP you can also view further information about J_1APACD 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!