J_1BNFE_INVALID SAP (Electronic Nota Fiscal: Invalid Status Actions) Table details

Dictionary Type: Table
Description: Electronic Nota Fiscal: Invalid Status Actions




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




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

J_1BNFE_INVALID is a standard SAP Table which is used to store Electronic Nota Fiscal: Invalid Status Actions data and is available within R/3 SAP systems depending on the version and release level.

The J_1BNFE_INVALID table consists of various fields, each holding specific information or linking keys about Electronic Nota Fiscal: Invalid Status Actions data available in SAP. These include DOCNUM (Document Number), COUNTER (NF-e: Counter for Table J_1BNFE_INVALID), DOCSTA (Document Status), SCSSTA (System Communication Status).. 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_1BNFE_INVALID 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 MANDTCLNT3Assigned to domainMANDT
DOCNUMDocument Number J_1BDOCNUMNUMC10Assigned to domainJ_1BDOCNUMJEF
COUNTERNF-e: Counter for Table J_1BNFE_INVALID J_1B_NFE_COUNTERNUMC5NUM05
DOCSTADocument Status J_1BNFEDOCSTATUSCHAR1J_1BNFEDOCSTATUS
SCSSTASystem Communication Status J_1BNFESCSSTATUSCHAR1J_1BNFESCSSTATUS
CONTINGDocument Posted under Contingency J_1BCONTINGENCYCHAR1XFELD
CANCELCanceled J_1BCANCELCHAR1XFELD
ACTION_DATEDate of Change to Document J_1BNFE_ACTION_DATEDATS8DATUM
ACTION_TIMETime of Change to Document J_1BNFE_ACTION_TIMETIMS6UZEIT
ACTION_USERUser Who Made Change to Document J_1BNFE_ACTION_USERCHAR12USNAM
REGIORegion of Document Issuer J_1BREGIOCHAR2J_1BREGIO
NFYEARYear of Document Date J_1BYEARCHAR2J_1BYEAR
NFMONTHMonth of Document Date J_1BMONTHCHAR2J_1BMONTH
STCD1CNPJ Number of Document Issuer J_1BSTCD1CHAR14J_1BSTCD1
MODELModel of Nota Fiscal J_1BMODELNUMC2J_1BMODEL
SERIESeries J_1BSERIESCHAR3J_1BSERIES
NFNUM9Nine-Digit Document Number J_1BNFNUM9CHAR9J_1BNFNUM9
DOCNUM9Random Number in Access Key J_1BDOCNUM9CHAR9J_1BDOCNUM9
CDVCheck Digit in Access Key J_1BCHECKDIGITCHAR1J_1BCHECKDIGIT
AUTHCODProtocol Number J_1BNFEAUTHCODECHAR15J_1BNFEAUTHCODE
CODEOfficial Status Code J_1BSTATUSCODECHAR3Assigned to domainALPHAJ_1BSTATUSCODE
MESSAGE_TYPEMessage Type of Message in NF-e Log J_1B_NFE_MESSAGE_TYPECHAR1CHAR1
MESSAGE_IDID of Messages in the NF-e Log J_1B_NFE_MESSAGE_IDCHAR20Assigned to domainARBGB
MESSAGE_NOMessage Number of Message in NF-e Log J_1B_NFE_MESSAGE_NOCHAR3Assigned to domainMSGNR
CONTING_SSwitched to Contingency J_1BCONTINGENCY_NFE_SWITCHEDCHAR1XFELD
MSSTATStatus from Messaging System J_1BNFE_MS_STATUSCHAR1J_1BNFE_MS_STATUS
AUTHDATEProcessing Timestamp - Date J_1BAUTHDATEDATS8DATUM
AUTHTIMEProcessing Timestamp - Time J_1BAUTHTIMETIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BNFE_INVALID
INTO CORRESPONDING FIELDS OF WA_J_1BNFE_INVALID
WHERE...

How to access SAP table J_1BNFE_INVALID

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