/BEV2/ED917 SAP (Table for Print Control) Table details

Dictionary Type: Table
Description: Table for Print Control




ABAP Code to SELECT data from /BEV2/ED917
Related tables to /BEV2/ED917
Access table /BEV2/ED917




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

/BEV2/ED917 is a standard SAP Table which is used to store Table for Print Control data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/ED917 table consists of various fields, each holding specific information or linking keys about Table for Print Control data available in SAP. These include YHVBART (Excise Duty Type), UNAME (User Name), REPID (Excise Duty Program Name), YHSLAGER (Tax Warehouse Registration).. 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: Cannot Be Enhanced


SAP /BEV2/ED917 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
YHVBARTExcise Duty Type /BEV2/EDARTCHAR3/BEV2/ED901/BEV2/EDART/BEV2/ED_TAXTYPE
UNAMEUser Name UNAMECHAR12UNAME
REPIDExcise Duty Program Name /BEV2/EDREPID_DCHAR40TRDIRPROGNAME
YHSLAGERTax Warehouse Registration /BEV2/EDSLAGERCHAR15/BEV2/ED902/BEV2/EDSLAGER/BEV2/ED_TAXID
PDESTSpool Output Device SYPDESTCHAR4TSP03SPDEVRSPOPNAME
PRCOPNumber of Spool Copies SYPRCOPNUMC3SYNUM03
PLISTSpool Request SYPLISTCHAR12SYCHAR12
PRTXTSpool Description SYPRTXTCHAR68SYCHAR68K
PRIMMImmediate Spool Print SYPRIMMCHAR1SYCHAR01
PRRELImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
PRNEWNew Spool Request SYPRNEWCHAR1SYCHAR01
PEXPISpool Retention Period SYPEXPINUMC1SYNUM01
LINCTPage Length of List SYLINCTINT410SYST_SHORT
LINSZLine width of list SYLINSZINT410SYST_SHORT
PAARTSpool Format SYPAARTCHAR16TSP1DRSPOPAPER
PRBIGSpool Cover Sheet SYPRBIGCHAR1SYCHAR01
PRSAPPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
PRRECSpool Recipient Name SYPRRECCHAR12SYCHAR12
PRABTSpool Department Name SYPRABTCHAR12SYCHAR12K
PRBERPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
PRDSNSpool File SYPRDSNCHAR6SYCHAR06
PTYPEPrint: Type of spool request SYPTYPECHAR12SYCHAR12
ARMODPrint: Archiving mode SYARMODCHAR1SYARMOD
FOOTLPrint: Output footer SYFOOTLCHAR1SYCHAR01
PRIOTPRINT: Spool request priority SYPRIORNUMC1SYNUM01
PRUNXPRINT: Host spool cover page SYPRUNXCHAR1SYPRSAP
PRKEYEXTKey for print parameters SYPRKEYCHAR16SYPRKEY
PRCHKPrint: Check sum for print and archiving parameters SYCHECKINT410SYST_SHORT

Key field Non-key field



How do I retrieve data from SAP table /BEV2/ED917 using ABAP code

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

SELECT SINGLE *
FROM /BEV2/ED917
INTO CORRESPONDING FIELDS OF WA_/BEV2/ED917
WHERE...

How to access SAP table /BEV2/ED917

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