IFMRPWTWLD SAP (Revenue Postings from Withholding Tax: Worklist Display ALV) Structure details

Dictionary Type: Structure
Description: Revenue Postings from Withholding Tax: Worklist Display ALV




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




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

IFMRPWTWLD 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 Postings from Withholding Tax: Worklist Display ALV" 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_IFMRPWTWLD TYPE IFMRPWTWLD.

The IFMRPWTWLD table consists of various fields, each holding specific information or linking keys about Revenue Postings from Withholding Tax: Worklist Display ALV data available in SAP. These include STATUS_ICON (Worklist Item Status), PYMNT_BUKRS (Payment Company Code), PYMNT_GJAHR (Fiscal Year of Payment), PYMNT_BELNR (Payment Document Number).. 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 IFMRPWTWLD 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
INTERNAL_IDRow Index of Internal Tables SYTABIXINT410SYST_LONG
STATUS_ICONWorklist Item Status FM_RPWT_STATUS_ICONCHAR30CHAR30
PYMNT_BUKRSPayment Company Code FM_RPWT_BUKRS_PYMNTCHAR4Assigned to domainBUKRSBUKC_T001
PYMNT_GJAHRFiscal Year of Payment FM_RPWT_GJAHR_PYMNTNUMC4GJAHRGJAHRGJR
PYMNT_BELNRPayment Document Number FM_RPWT_BELNR_D_PYMNTCHAR10ALPHABELNRBLN
CLRI_BUKRSCompany Code of Cleared Item FM_RPWT_BUKRS_CLRICHAR4Assigned to domainBUKRSBUKC_T001
CLRI_GJAHRFiscal Year of Cleared Item FM_RPWT_GJAHR_CLRINUMC4GJAHRGJAHRGJR
CLRI_BELNRDocument Number of Cleared Item FM_RPWT_BELNR_D_CLRICHAR10ALPHABELNRBLN
CLRI_BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
PYMNT_DATEDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
DOCUMENT_NRNumber of Revenue Postings FM_RPWT_DOCUMENT_NRNUMC3NUMC3
MESSAGEMessage FM_RPWT_MESSAGECHAR100CHAR100
RPWT_STATUSWorklist Item Status FM_RPWT_STATUSCHAR2FM_RPWT_STATUS
PROC_DATEProcessing Date FM_RPWT_PROCONDATS8DATUM
PROC_USERProcessor FM_RPWT_PROCBYCHAR12Assigned to domainXUBNAME

Key field Non-key field



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

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

How to access SAP table IFMRPWTWLD

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