J_1BNFE_PROC_CT SAP (Process Attributes Display Control) Table details

Dictionary Type: Table
Description: Process Attributes Display Control




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




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

J_1BNFE_PROC_CT is a standard SAP Table which is used to store Process Attributes Display Control data and is available within R/3 SAP systems depending on the version and release level.

The J_1BNFE_PROC_CT table consists of various fields, each holding specific information or linking keys about Process Attributes Display Control data available in SAP. These include NFTYPE_CRTL (Nota Fiscal Type: Display Control), BWART_CRTL (Movement Type: Display Control), PSTYV_CRTL (Item Category Delivery: Display Control), LFART_CRTL (Delivery Type: Display Control).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1BNFE_PROC_CT 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
PROCESSNF-e Incoming: Business Process (Customizing) J_1BNFE_PROCESSCHAR2J_1BNFE_PROCESS
NFTYPE_CRTLNota Fiscal Type: Display Control J_1BNFTYPE_CNTRCHAR1J_1B_DSPCNTR
BWART_CRTLMovement Type: Display Control J_1BBWART_CNTRCHAR1J_1B_DSPCNTR
PSTYV_CRTLItem Category Delivery: Display Control J_1BPSTYV_CNTRCHAR1J_1B_DSPCNTR
LFART_CRTLDelivery Type: Display Control J_1BLFART_CNTRCHAR1J_1B_DSPCNTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BNFE_PROC_CT
INTO CORRESPONDING FIELDS OF WA_J_1BNFE_PROC_CT
WHERE...

How to access SAP table J_1BNFE_PROC_CT

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