RPTESTCRP_ALV SAP (For output of report SAPMPUU1_TMP: Test case report) Structure details

Dictionary Type: Structure
Description: For output of report SAPMPUU1_TMP: Test case report




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




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

RPTESTCRP_ALV 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 "For output of report SAPMPUU1_TMP: Test case report" 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_RPTESTCRP_ALV TYPE RPTESTCRP_ALV.

The RPTESTCRP_ALV table consists of various fields, each holding specific information or linking keys about For output of report SAPMPUU1_TMP: Test case report data available in SAP. These include RESCD (Resident Code), TAXTY (Tax Type), RECFOR (Reciprocal Formula), FORNUM (Formula 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 (character-type)


SAP RPTESTCRP_ALV 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
AUTCDAuthority Code BSIAUTHCODCHAR11BSI_CHAR11
RESCDResident Code BSIRESCODECHAR1BSI_SHRT01
TAXTYTax Type BSITAXTYPECHAR2BSI_CHAR02
RECFORReciprocal Formula BSIRCIPFRMCHAR6BSI_SHRT06
FORNUMFormula Number BSIFORMUNOCHAR6BSI_SHRT06
TXEXINDTax Exemption Indicator BSITXEXINDCHAR1BSI_SHRT01
RPARTReciprocal Participation BSIRCIPARTCHAR1BSI_SHRT01
CERCDCertificate Code BSICERTCODCHAR1BSI_SHRT01
PYPRWAPay Period Wages BSIPAYPRWACHAR24BSI_AMOUNT
PAPERWBSI interface: BOOL BSI_BOOLCHAR1CHAR1
YTDWAYear To Date Wages BSIYTDWAGECHAR24BSI_AMOUNT
YTDTXYear To Date Tax BSIYTD_TAXCHAR24BSI_AMOUNT
ROUNDRounding Indicator BSIRONDINDCHAR1BSI_SHRT01
MARSTMarital Status Indicator BSIMARSTINCHAR2BSI_SHRT02
REGEXRegular Exemptions BSIREGEXMPCHAR6BSI_SHRT06
REGEXARegular Exemption Amount BSIREGEXAMCHAR24BSI_AMOUNT
PERSEXPersonal Exemptions BSIPERSEXMCHAR6BSI_SHRT06
DEPEEXDependent Exemptions BSIDEPEEXMCHAR6BSI_SHRT06
ADDEXAdditional Exemptions BSIADDEXMPCHAR6BSI_SHRT06
ADDEXAAdditional Exemption Amount BSIADDEXAMCHAR24BSI_AMOUNT
SUPCOSupplemental Code BSISUPLCODCHAR1BSI_SHRT01
BESWABase Wages BSIBASWAGECHAR24BSI_AMOUNT
ADDTAXAdditional Tax Code BSIADTAXCOCHAR1BSI_SHRT01
ADDTAXRAdditional Tax Rate BSIADTAXRTCHAR24BSI_RATE
ADDAMUAdditional Amount BSIADAMONTCHAR24BSI_AMOUNT
EICSTAEIC Status Indicator BSIEICSTATCHAR1BSI_SHRT01
PAYPTXPay Period Tax BSIPAYPRTXCHAR24BSI_AMOUNT
MTDWAMonth To Date or Quarter to Date Wages BSIMTDWAGECHAR24BSI_AMOUNT
PEWOPercent Worked BSIPRCWRKDCHAR24BSI_RATE
RTXCRMReciprocal Tax Credit Amount BSIRTXCRAMCHAR24BSI_AMOUNT
EXPERTExperience Rate BSIEXPIERTCHAR24BSI_RATE
MAXWAMaximum Wage Override BSIMXWGOVRCHAR24BSI_AMOUNT
SEADJSelf Adjust Tax BSISEADJTXCHAR1BSI_SHRT01
CALTACalculated Tax BSICALCDTXCHAR24BSI_AMOUNT
TAXWATaxable Wages BSITXBLWAGCHAR24BSI_AMOUNT
TOTWABSI interface: AMOUNT BSI_AMOUNTCHAR24CHAR_DOUBL
TARATETax Rate BSITAXRATECHAR24BSI_RATE
TAXEXTotal Exemption Value BSITAXEXMPCHAR24BSI_AMOUNT
CALSTCalculation Status BSICLCSTACHAR1BSI_SHRT01

Key field Non-key field



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

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

How to access SAP table RPTESTCRP_ALV

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