J_1BDY_RESULT_4DEC SAP (Dynpro Fields for Result of Tax Rates with 4 Decimal Places) Structure details

Dictionary Type: Structure
Description: Dynpro Fields for Result of Tax Rates with 4 Decimal Places




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




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

J_1BDY_RESULT_4DEC 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 "Dynpro Fields for Result of Tax Rates with 4 Decimal Places" 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_1BDY_RESULT_4DEC TYPE J_1BDY_RESULT_4DEC.

The J_1BDY_RESULT_4DEC table consists of various fields, each holding specific information or linking keys about Dynpro Fields for Result of Tax Rates with 4 Decimal Places data available in SAP. These include ITMNUM (Document Item Number), TAXTYP (Tax Type), TAXGRP (Tax group), DOCDAT (Document date).. 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 or numeric)


SAP J_1BDY_RESULT_4DEC 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
DOCNUMDocument Number J_1BDOCNUMNUMC10Assigned to domainJ_1BDOCNUMJEF
ITMNUMDocument Item Number J_1BITMNUMNUMC6J_1BITMNUMJ_1BITMNUM
TAXTYPTax Type J_1BTAXTYPCHAR4Assigned to domainJ_1BTAXTYPJ_1BTAXTYP
TAXGRPTax group J_1BTAXGRPCHAR4J_1BTAXGRP
DOCDATDocument date J_1BDOCDATDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
NBMControl code for consumption taxes in foreign trade STEUCCHAR16Assigned to domainSTEUC
RATETax Rate J_1BTXRATEDEC6(2) J_1BTXRATE
RATE4DECTax Rate with 4 Decimal Places J_1BTXRATE4DECDEC8(4) J_1BTXRATE4DEC
FACTORPIS Number of Units J_1BTXPPFDEC6(2) DEC4_2
FACTOR4DECNumber of Units for Pauta with 4 DP (for Reporting Only) J_1BTXPF4DECDEC6(2) DEC4_2
UNITPauta Unit J_1BTXIPUUNIT3Assigned to domainCUNITMEINS
UNIT4DECUoM for Pauta with 4 Decimal Places (for Reporting Only) J_1BTXPU4DECUNIT3Assigned to domainCUNITMEINS
NFENUMNine-Digit Document Number J_1BNFNUM9CHAR9J_1BNFNUM9
TXGRP_DYNTax Group for Dynamic Tax Exceptions J_1BTXGRPNUMC2Assigned to domainJ_1BTXGRPH_J_1B_TXGRP
KEY_FIELD_1Master Data Fields for Tax Groups J_1BTXFIELDSCHAR10J_1BTXFIELDS
KEY_VALUE_1Dynamic Key Field J_1BVALUECHAR20J_1BVALUE
KEY_FIELD_2Master Data Fields for Tax Groups J_1BTXFIELDSCHAR10J_1BTXFIELDS
KEY_VALUE_2Dynamic Key Field J_1BVALUECHAR20J_1BVALUE
KEY_FIELD_3Master Data Fields for Tax Groups J_1BTXFIELDSCHAR10J_1BTXFIELDS
KEY_VALUE_3Dynamic Key Field J_1BVALUECHAR20J_1BVALUE
DELETION_FLAGGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

As J_1BDY_RESULT_4DEC 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_1BDY_RESULT_4DEC as there is no data to select.

How to access SAP table J_1BDY_RESULT_4DEC

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