IFMRPWTDOC SAP (Revenue Posting from WT: Single document data) Structure details

Dictionary Type: Structure
Description: Revenue Posting from WT: Single document data




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




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

IFMRPWTDOC 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 "Revenue Posting from WT: Single document 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_IFMRPWTDOC TYPE IFMRPWTDOC.

The IFMRPWTDOC table consists of various fields, each holding specific information or linking keys about Revenue Posting from WT: Single document data data available in SAP. These include WT_CODE (Withholding tax code), REVENUE (), BKPF (), STYPE (Batch Input Interface Record Type).. 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 (Deep)


SAP IFMRPWTDOC 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
WT_TYPEIndicator for withholding tax type WITHTCHAR2Assigned to domainWITHT
WT_CODEWithholding tax code WT_WITHCDCHAR2Assigned to domainWT_WITHCD
REVENUE 0
BKPF 0
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TCODETransaction Code TCODECHAR20TCODETCD
BLDATDate (batch input) DATUM_BICHAR8CHAR8
BLARTDocument Type BLARTCHAR2BLARTBAR
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
BUDATDate (batch input) DATUM_BICHAR8CHAR8
MONATFiscal Month (Batch Input Field) MONAT_BICHAR2CHAR2
WAERSCurrency Key WAERSCUKY5WAERSFWS
KURSFExchange Rate Direct Quotation (Batch Input Field) KURSF_BICHAR10CHAR10
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
WWERTDate (batch input) DATUM_BICHAR8CHAR8
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BKTXTDocument Header Text BKTXTCHAR25TEXT25
PARGBTrading partner's business area PARGBCHAR4GSBERGSB
AUGLVClearing Transaction AUGLVCHAR8AUGLV
VBUNDCompany ID of trading partner RASSCCHAR6ALPHARCOMPPGS
XMWSTCalculate tax automatically XMWSTCHAR1XFELDXTX
DOCIDDocument type SAEOBJARTCHAR10SADC10_DVDOK
BARCDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
STODTDate (batch input) DATUM_BICHAR8CHAR8
BRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJEA
NUMPGNumber of pages of invoice (batch input field) J_1ANOPG_BICHAR3CHAR3
STGRDReason for Reversal STGRDCHAR2STGRDFSG
KURSF_MIndirect Exchange Rate (Batch Input Session) KURSF_MCHAR10CHAR10
AUGTXClearing Text AUGTX_F05ACHAR50TEXT50
XPRFGDocument complete XPRFGCHAR1XFELD
PSOTYDocument category payment requests PSOTY_DCHAR2PSOTY
PSOAKReason PSOAKCHAR10PSOAK
PSOKSRegion PSOKSCHAR10PSOKS
PSOSGReason for reversal - IS-PS requests PSOSGCHAR1PSOSG
PSOFNIS-PS: File number PSOFNCHAR30CHAR30
LOTKZLot Number for Documents LOTKZCHAR10ALPHALOTKZLOT
XLOTEIndicator that the stated LOTKZ already exists XLOTECHAR1XFELD
PSODTDate (batch input) DATUM_BICHAR8CHAR8
PSOTMTime for BI TIME_BICHAR8CHAR8
DBBLGRecurring Entry Document Number DBBLGCHAR10ALPHABELNR
LOTEXNOAssign Request Number Externally FM_LOTEXNOCHAR1CHAR1
SENDERecord End Indicator for Batch Input Interface SENDE_BICHAR1CHAR1
BSEG_T 0
REV_XREF1_HDReference Key 1 Internal for Document Header XREF1_HDCHAR20CHAR20
REV_XREF2_HDReference Key 2 Internal for Document Header XREF2_HDCHAR20CHAR20
CLEARING 0
BKPF 0
BLARTDocument Type BLARTCHAR2BLARTBAR
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
WAERSCurrency Key WAERSCUKY5WAERSFWS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WWERTTranslation Date WWERT_DDATS8DATUM
XBLNRReference Document Number XBLNRCHAR16XBLNR
BKTXTDocument Header Text BKTXTCHAR25TEXT25
AUGTXClearing Text AUGTX_F05ACHAR50TEXT50
AUGLVClearing Transaction AUGLVCHAR8AUGLV
BSEG_T 0
REV_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REV_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REV_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CLR_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
CLR_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CLR_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

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

How to access SAP table IFMRPWTDOC

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