FSZ5_REPORTING SAP (Z5/Z5a Reporting for Positions) Structure details

Dictionary Type: Structure
Description: Z5/Z5a Reporting for Positions




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




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

FSZ5_REPORTING 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 "Z5/Z5a Reporting for Positions" 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_FSZ5_REPORTING TYPE FSZ5_REPORTING.

The FSZ5_REPORTING table consists of various fields, each holding specific information or linking keys about Z5/Z5a Reporting for Positions data available in SAP. These include DEAL_NUMBER (Contract Number), PRODUCT_TYPE (Product Type), PARTNER (Business Partner Number), TYPE (Business partner category).. 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 FSZ5_REPORTING 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERContract Number RANLCHAR13ALPHARANLRAN
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
CNTRY_COMPCountry of Organization's Registered Office BP_CNTR_HDCHAR3Assigned to domainLAND1
COUNTRY_CODEAlternative Country Key LANDACHAR3LANDA
IND_SECTORIndustry BU_IND_SECTORCHAR10Assigned to domainBU_INDSECTOR
NRESIDTNon-Resident According to Paragraph 4 AWG BP_NRESIDTCHAR1XFELD
NRESI_DStart of Non-Residency According to Paragraph 4 AWG BP_NRESI_DDATS8DATUM
BANKCheckbox XFELDCHAR1XFELD
COMP_REOrganization Relationship BP_COMP_RECHAR1BP_COMP_RE
REC_LIADebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
MATURITYDate DATUMDATS8DATUM
TERM_Z5_Z5ATerm Z5: One Year/More Than One Year TERM_Z5CHAR1TERMYEARS
REPORTING_VAL_Z5Book value in local currency BBUCHHWCURR15(2) WERTV8_TR
REPORTING_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BOOK_VAL_Z5_LCBook value in local currency BBUCHHWCURR15(2) WERTV8_TR
LOCAL_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BOOK_VAL_Z5_PCBook value in position currency BBUCHWRCURR15(2) WERTV8_TR
POSITION_CURRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
CURRENCY_CODEISO currency code ISOCDCHAR3ISOCD
COLUMN_Z5_Z5AValues for COLUMN_Z5_Z5A COLUMN_Z5_Z5ANUMC2COLUMN_Z5_Z5A

Key field Non-key field



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

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

How to access SAP table FSZ5_REPORTING

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