J_7LBDCMSG SAP (REA Conditions: Error Messages BDC Condition Adjustment) Table details

Dictionary Type: Table
Description: REA Conditions: Error Messages BDC Condition Adjustment




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




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

J_7LBDCMSG is a standard SAP Table which is used to store REA Conditions: Error Messages BDC Condition Adjustment data and is available within R/3 SAP systems depending on the version and release level.

The J_7LBDCMSG table consists of various fields, each holding specific information or linking keys about REA Conditions: Error Messages BDC Condition Adjustment data available in SAP. These include MATNR_K (Material Number), BUKRS_K (Company Code), LAND1_K (Country Key), VRKME_K (Sales unit).. 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: Cannot Be Enhanced


SAP J_7LBDCMSG 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
MATNR_KMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BUKRS_KCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LAND1_KCountry Key LAND1CHAR3T005LAND1LND
VRKME_KSales unit VRKMEUNIT3T006CUNITMEINS
KINDXIndex Header J_7LKINDXNUMC10NUMC10
PINDXIndex item J_7LPINDXNUMC6NUMC6
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ENTNRRecycling Partner J_7LRENTCHAR10LFA1ALPHALIFNRLIF
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
KUMRKCustomer Master Characteristic J_7LKUMRKCHAR6CHAR06
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
LIMRKVendor Master Characteristic J_7LLIMRKCHAR6CHAR06
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
VGTYPTransaction Category J_7LVGTYPCHAR1J_7LVGTYP
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
TCODEBDC Transaction code BDC_TCODECHAR20Assigned to domainTCODE
DYNAMEBatch input module name BDC_MODULECHAR40PROGNAME
DYNUMBBatch input screen number BDC_DYNNRCHAR4DYNNR
MSGTYPBatch input message type BDC_MARTCHAR1CHAR1
MSGSPRALanguage ID of a message BDC_SPRASLANG1ISOLASYLANGU
MSGIDBatch input message ID BDC_MIDCHAR20Assigned to domainARBGB
MSGNRBatch input message number BDC_MNRCHAR3CHAR3
MSGV1Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV2Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV3Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV4Variable part of a message BDC_VTEXT1CHAR100CHAR100
ENVBatch input monitoring activity BDC_AKTCHAR4BDCAKTIVI
FLDNAMEField name FNAM_____4CHAR132DYNFNAM
.INCLU-ADM 0
DATABADMValid-From Date DATABDATS8DATUM
DATBIADMValid To Date DATBIDATS8DATUM
ERSDAADMCreated On ERSDADATS8DATUM
ERZETADMTime Created J_7LERZETTIMS6UZEIT
ERNAMADMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDAADMDate of Last Change LAEDADATS8DATUM
AEZETADMTime Last Change Was Made J_7LAEZETTIMS6UZEIT
AENAMADMName of Person Who Changed Object AENAMCHAR12USNAM
LVORMADMDeletion Indicator LVORMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_7LBDCMSG
INTO CORRESPONDING FIELDS OF WA_J_7LBDCMSG
WHERE...

How to access SAP table J_7LBDCMSG

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