GSS_J_1AF016_LIST2 SAP (ALV Item: Structure for Report J_1AF016) Structure details

Dictionary Type: Structure
Description: ALV Item: Structure for Report J_1AF016




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




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

GSS_J_1AF016_LIST2 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 "ALV Item: Structure for Report J_1AF016" 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_GSS_J_1AF016_LIST2 TYPE GSS_J_1AF016_LIST2.

The GSS_J_1AF016_LIST2 table consists of various fields, each holding specific information or linking keys about ALV Item: Structure for Report J_1AF016 data available in SAP. These include GJAHR (Fiscal Year), HKONT (Account Number of Vendor or Creditor), NAME1 (Name 1), CLASS (Official document 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 (character-type or numeric)


SAP GSS_J_1AF016_LIST2 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
BELNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HKONTAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name 1 NAME1_GPCHAR35NAME
CLASSOfficial document type J_1AOFTP_DCHAR2Assigned to domainJ_1AOFTP
DATEWWW: Date field char 10 BW02_DATECHAR10BW02_DATE
OFFNRRef.document number, if available, otherwise document number F130BELN1CHAR16XBLNR1
X_TEXTNet payment amount TXW_NEBTRCHAR16CHAR16
TXCODWithholding Tax Country Key QLANDCHAR3Assigned to domainQLAND
QSCODOfficial Code per tax J_1ATAXCODCHAR3Assigned to domainJ_1ATAXCOD
TCODETransaction Code CDMVTCHAR1CDMVT
X_TEXT1Net payment amount TXW_NEBTRCHAR16CHAR16
DATE1WWW: Date field char 10 BW02_DATECHAR10BW02_DATE
FITYPTax type J_1AFITP_DCHAR2Assigned to domainJ_1AFITP
X_TEXT2Net payment amount TXW_NEBTRCHAR16CHAR16
EXRTExemption Rate FI_EXRT_ALVCHAR6CHAR6
EXDFExemption Start Date FI_EXDF_ALVCHAR10CHAR10
STCDTTax Number Type J_1ATOIDCHAR2Assigned to domainJ_1ATOID
STCD1Tax Number 1 STCD1CHAR16STCD1
CTNUMWithholding Tax Certificate Number CTNUMBERCHAR10CHAR10
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
GRSUPPosting indicator WT_POSINCHAR1WT_POSIN
FPTIDTax Number 1 STCD1CHAR16STCD1
CCTIDTax Number 1 STCD1CHAR16STCD1

Key field Non-key field



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

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

How to access SAP table GSS_J_1AF016_LIST2

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