J_1BE_SNDR_DTL SAP (Maintain Sender Data for Withholding Tax Reporting) Table details

Dictionary Type: Table
Description: Maintain Sender Data for Withholding Tax Reporting




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




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

J_1BE_SNDR_DTL is a standard SAP Table which is used to store Maintain Sender Data for Withholding Tax Reporting data and is available within R/3 SAP systems depending on the version and release level.

The J_1BE_SNDR_DTL table consists of various fields, each holding specific information or linking keys about Maintain Sender Data for Withholding Tax Reporting data available in SAP. These include BE_SEND_ENT_NO (Sender Enterprise Number), BE_SEND_NAME (Sender's Name), BE_SEND_CITY (City), BE_SEND_STREET (Street).. 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 J_1BE_SNDR_DTL 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
BE_SEND_ENT_NOSender Enterprise Number BE_SEND_ENTNOCHAR10BE_SEND_ENTNO
BE_SEND_NAMESender's Name BE_SEND_NAMECHAR40BE_SEND_NAME
BE_SEND_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
BE_SEND_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
BE_SEND_STR_NOStreet Number for City/Street File AD_STRNUMCHAR12Assigned to domainALPHASTRT_CODE
BE_SEND_POCODESender Postal Code BE_SEND_POCODECHAR4
BE_SEND_TEL_NOFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
BE_NR_INTERVALSender Number Range Interval BE_NR_INTERVALCHAR2
BE_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
BE_QLANDBelgium Sender Country Key BE_QLANDCHAR5

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BE_SNDR_DTL
INTO CORRESPONDING FIELDS OF WA_J_1BE_SNDR_DTL
WHERE...

How to access SAP table J_1BE_SNDR_DTL

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