J_1BPOSREDUCTION SAP (POS-Database Reduction (Brazilian)) Table details

Dictionary Type: Table
Description: POS-Database Reduction (Brazilian)




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




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

J_1BPOSREDUCTION is a standard SAP Table which is used to store POS-Database Reduction (Brazilian) data and is available within R/3 SAP systems depending on the version and release level.

The J_1BPOSREDUCTION table consists of various fields, each holding specific information or linking keys about POS-Database Reduction (Brazilian) data available in SAP. These include WERKS (Plant), BUDAT (Date on which transaction occurred at POS system), KSKRS (POS sub-network (controller)), KASNR (POS ID).. 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 (Deep)


SAP J_1BPOSREDUCTION 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BUDATDate on which transaction occurred at POS system POSVORGDATDATS8
KSKRSPOS sub-network (controller) POSKREISCHAR5CHAR5
KASNRPOS ID POSKASSIDCHAR25CHAR25
NFTYPENota Fiscal Type J_1BNFTYPECHAR2J_1BAAJ_1BNFTYPE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SERIALNRSerial number of POS J_1BSERIALNRCHAR15CHAR15
COUNTBEGNumber of counter of POS in the beginning of the day J_1BCOUNTBEGNUMC6NUMC06
COUNTENDNumber of counter of POS at the end of the day J_BCOUNTENDNUMC6NUMC06
NRCOUPONNumber of coupon of reduction Z J_1BNRCOUPONNUMC6NUMC6
SERIENRSeries of the Coupon J_1BSERIENRCHAR3CHAR03
AMOUNTBEGAccumulated Amount of POS at the Start of the Day J_1BAMOUNTBEGCURR15(2) J_1BBASE
AMOUNTENDAccumulated Amount of POS at the End of the Day J_1BAOUMNTENDCURR15(2) J_1BBASE
CANCELSCancels J_1BCANCELSNUMC16NUMC16
DISCOUNTSDiscounts J_1BDISCOUNTSNUMC16NUMC16
TAXTYPTax Type J_1BTAXTYPCHAR4J_1BAJJ_1BTAXTYPJ_1BTAXTYP
TAXCODETax code J_1BTAXCODECHAR5CHAR005
TAXVALUETax value J_1BTAXVALCURR15(2) J_1BTAXVAL
BASEBase amount J_1BBASECURR15(2) J_1BBASE
EXCLBASEExcluded base amount J_1BEXCBASCURR15(2) J_1BEXCBAS
OTHERBASEOther base amount J_1BOTHBASCURR15(2) J_1BOTHBAS
MAPNUMBERNumber of MAP of POS J_1BMAPNUMBERCHAR6CHAR06
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
MESTYPMessage Type EDI_MESTYPCHAR30Assigned to domainEDI_MESTYPMES
NFNUMDocument Number J_1BDOCNUMNUMC10Assigned to domainJ_1BDOCNUMJEF

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BPOSREDUCTION
INTO CORRESPONDING FIELDS OF WA_J_1BPOSREDUCTION
WHERE...

How to access SAP table J_1BPOSREDUCTION

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