OPS_RM08NAST_TAX_PDF SAP (Tax data) Structure details

Dictionary Type: Structure
Description: Tax data




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




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

OPS_RM08NAST_TAX_PDF 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 "Tax data" 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_OPS_RM08NAST_TAX_PDF TYPE OPS_RM08NAST_TAX_PDF.

The OPS_RM08NAST_TAX_PDF table consists of various fields, each holding specific information or linking keys about Tax data data available in SAP. These include KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)), TEXT1 (Name for value-added tax), MANDT (Client), BUKRS (Company Code).. 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 OPS_RM08NAST_TAX_PDF 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
G_SIGN_WRBTR 0
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
TEXT1Name for value-added tax TEXT1_007SCHAR50TEXT50
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
TXGRPGroup Indicator for Tax Line Items TXGRPNUMC3NUM03
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
HWBASTax Base Amount in Local Currency HWBAS_BSESCURR15(2) WERTV8
FWBASTax base amount in document currency FWBAS_BSESCURR15(2) WERTV8
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
KTOSLTransaction Key KTOSLCHAR3CHAR3
KNUMHCondition record number KNUMHCHAR10KNUMB
STCEGVAT Registration Number STCEGCHAR20STCEG
EGBLDCountry of Destination for Delivery of Goods EGBLDCHAR3Assigned to domainLAND1
EGLLDSupplying Country for Delivery of Goods EGLLDCHAR3Assigned to domainLAND1
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
H2STETax Amount in Local Currency 2 H2STECURR13(2) WERT7
H3STETax Amount in Local Currency 3 H3STECURR13(2) WERT7
H2BASTax Base Amount in Local Currency 2 H2BAS_BSESCURR15(2) WERTV8
H3BASTax Base Amount in Local Currency 3 H3BAS_BSESCURR15(2) WERTV8
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
STMDTDate on Which the Tax Return Was Made STMDT_BSETDATS8DATUM
STMTITime of Program Run for the Tax Return STMTI_BSETCHAR6TIME6
MLDDTReporting Date for Tax Report MLDDT_BSETDATS8DATUM
KBETRTax Rate KBETR_TAXCURR11(2) WERTV6
STBKZPosting indicator STBKZ_007BCHAR1STBKZ_007B
LSTMLCountry for Tax Return LAND1_STMLCHAR3Assigned to domainLAND1
LWSTETax Amount in Country Currency LWSTE_BSETCURR13(2) WERT7
LWBASTax Base in Country Currency LWBAS_BSETCURR15(2) WERTV8
TXDATDate for defining tax rates TXDATDATS8DATUM
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
TXJDPTax Jurisdiction Code - Jurisdiction for Lowest Level Tax TXJCD_DEEPCHAR15Assigned to domainTXJCDTXJ
TXJLVTax jurisdiction code level TXJCD_LEVELCHAR1CHAR1
TAXPSTax document item number TAX_POSNRNUMC6NUM6
TXMODTax Result Has Been Modified Manually TAX_MODINT13TAX_MOD

Key field Non-key field



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

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

How to access SAP table OPS_RM08NAST_TAX_PDF

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