GSS_RFIDUS99C_PDF SAP (For PDF Conversion of Cancellation of Debt (1099-C)) Structure details

Dictionary Type: Structure
Description: For PDF Conversion of Cancellation of Debt (1099-C)




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




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

GSS_RFIDUS99C_PDF 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 PDF Conversion of Cancellation of Debt (1099-C)" 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_RFIDUS99C_PDF TYPE GSS_RFIDUS99C_PDF.

The GSS_RFIDUS99C_PDF table consists of various fields, each holding specific information or linking keys about For PDF Conversion of Cancellation of Debt (1099-C) data available in SAP. These include CUST_NAME1 (Name 1), CUST_NAME2 (Name 2), CUST_STRAS (Street), CUST_CITY (City).. 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: Cannot Be Enhanced


SAP GSS_RFIDUS99C_PDF 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
CUST_KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CUST_NAME1Name 1 NAME1_GPCHAR35NAME
CUST_NAME2Name 2 NAME2_GPCHAR35NAME
CUST_STRASStreet STRAS_GP30CHAR30TEXT30
CUST_CITYCity ORT01_GPCHAR35TEXT35
CUST_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CUST_POSTPostal Code PSTLZCHAR10PSTLZ
CUST_TINTax Number 1 STCD1CHAR16STCD1
CUST_CADATDate cancelled CADATDATS8DATUM
CUST_CABTRAmount of debt cancelled CABTRCURR15(2) WERT8
CUST_SGTXTItem Text SGTXTCHAR50TEXT50
CUST_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table GSS_RFIDUS99C_PDF

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