J_7LMSBELEGBLV_CU SAP (REA Declaration: BLV Customer Master Data in Declaration) Structure details

Dictionary Type: Structure
Description: REA Declaration: BLV Customer Master Data in Declaration




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




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

J_7LMSBELEGBLV_CU is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "REA Declaration: BLV Customer Master Data in Declaration" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_7LMSBELEGBLV_CU TYPE J_7LMSBELEGBLV_CU.

The J_7LMSBELEGBLV_CU table consists of various fields, each holding specific information or linking keys about REA Declaration: BLV Customer Master Data in Declaration data available in SAP. These include KUNNR (Customer Numbers), STENRRPA (Tax Number at Responsible Tax Authority), STCEGRPA (VAT Registration Number), MANDTRPA (Client).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_7LMSBELEGBLV_CU structure 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
BV_HAENDLERNRLicensee, Customer Number with Recycling Partner REA J_7LZNEHMCHAR12J_7LZNEH
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
STENRRPATax Number at Responsible Tax Authority STENRCHAR18CHAR18
STCEGRPAVAT Registration Number STCEGCHAR20STCEG
.INCLU-RPA 0
MANDTRPAClient MANDTCLNT3T000MANDT
ADRNRRPAAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
NATIORPAInternational address version ID INTERCHAR1Assigned to domainNATION
ANREDRPATitle ANREDCHAR15TEXT15
NAME1RPAName 1 NAME1_BASCHAR35NAME
NAME2RPAName 2 NAME2_BASCHAR35NAME
NAME3RPAName 3 NAME3_BASCHAR35NAME
NAME4RPAName 4 NAME4_BASCHAR35NAME
PSTLZRPAPostal code PSTLZ_BASCHAR10PSTLZ
ORT01RPACity ORT01_GPCHAR35TEXT35
ORT02RPADistrict ORT02_BASCHAR35TEXT35
PSTL2RPAPO Box postal code PSTL2_BASCHAR10PSTLZ
PFACHRPAPO box PFACH_BASCHAR10PFACH
STRASRPAHouse number and street STRAS_GPCHAR35TEXT35
STRS2RPAHouse number and street STRAS_GPCHAR35TEXT35
HAUSNRPAHouse number HAUSN_BASCHAR6CHAR6
STOCKRPAFloor STOCKCHAR6STOCK
LAND1RPACountry Key LAND1CHAR3T005LAND1LND
SORTLRPASort field SORTL_BASCHAR10CHAR10
SORT2RPASort field SORT20CHAR20CHAR20
SPRASRPALanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LZONERPATransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
REGIORPASTATE (State, Province, County) REGIOCHAR3T005SREGIO
PSTBZRPAPost delivery district PSTBZCHAR15PSTBZ
TELF1RPAAddresses: telephone no. TLFNRCHAR30TEXT30
FLAGRPACheckbox XFELDCHAR1XFELD
TELFXRPAFax number TELFX_BASCHAR31TEXT31
FLAG2RPACheckbox XFELDCHAR1XFELD
TELTXRPATeletex number TELTXCHAR30TEXT30
FLAG3RPACheckbox XFELDCHAR1XFELD
TELX1RPATelex number TELX1CHAR30TEXT30
FLAG4RPACheckbox XFELDCHAR1XFELD
MAIADRPACheckbox XFELDCHAR1XFELD
MAILNRPAAddresses: Document name OBJ_NAMCHAR12DOC_NAM
STDKORPADefault communications service STDKO_DCHAR1CHAR1
STDCOMRPAAddresses: Communication type COM_ARTCHAR3COM_ART
DBNAMERPAAddresses: System ID SYM_DSTCHAR10CHAR10
KLASSERPAAddresses: class assigned to an address SO_KLASSECHAR18KLASSE
ANREKRPAAddresses: Form of address key ANREKCHAR2ANREK
CRNAMRPAAddresses: Created by CR_NAMCHAR12USERNAME
CRDATRPAAddresses: Creation date CR_DATDATS8DATUM
CRTIMRPAAddresses: Creation time CR_TIMTIMS6UZEIT
CHNAMRPAAddresses: Changed by CH_NAMCHAR12USERNAME
CHDATRPAAddresses: Change date CH_DATDATS8DATUM
CHTIMRPAAddresses: Changed at CH_TIMTIMS6UZEIT
DUEFLRPAStatus of data transfer into subsequent release DUEFL_BASCHAR1DUEFL_BAS
TXJCDRPATax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
PFORTRPAPO Box city PFORT_ADRSCHAR40TEXT40
TZONERPATime Zone TZNZONECHAR6TTZZTZNZONE
COUNTY_CODERPACounty code for county AD_CNTYNUMCHAR8Assigned to domainALPHACNTY_CODE
COUNTYRPACounty AD_COUNTYCHAR40TEXT40CLTCNTYNAME
TOWNSHIP_CODERPATownship code for Township AD_TWSHPNUMCHAR8Assigned to domainALPHATWSHP_CODE
TOWNSHIPRPATownship AD_TOWNSHIPCHAR40TEXT40CLTWSHPNAME
MELDUNGSTITEL1Title That Appears on a Form J_7LMELDUNGSTITELCHAR90J_7LCHAR90
MELDUNGSTITEL2Title That Appears on a Form J_7LMELDUNGSTITELCHAR90J_7LCHAR90
FELD_KUNNRREA Declaration: Field label on document J_7LFELDBZCHAR25CHAR25
FELD_HAENDLERNRREA Declaration: Field label on document J_7LFELDBZCHAR25CHAR25
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
WAERK_100SD Document Currency WAERKCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP structure J_7LMSBELEGBLV_CU using ABAP code?

As J_7LMSBELEGBLV_CU is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_7LMSBELEGBLV_CU as there is no data to select.

How to access SAP table J_7LMSBELEGBLV_CU

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