CRMS_FICA_ACC_PAY SAP (FICA Account Balance Payments) Structure details

Dictionary Type: Structure
Description: FICA Account Balance Payments




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




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

CRMS_FICA_ACC_PAY 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 "FICA Account Balance Payments" 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_CRMS_FICA_ACC_PAY TYPE CRMS_FICA_ACC_PAY.

The CRMS_FICA_ACC_PAY table consists of various fields, each holding specific information or linking keys about FICA Account Balance Payments data available in SAP. These include PTTYP (Account Balance: Type of Payment), PTKEY (Account Balance: Identification of Payment), OPBEL (Contract Accounts Receivable and Payable Document Number), BUDAT (Posting Date in the Document).. 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 CRMS_FICA_ACC_PAY 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
GPARTBusiness Partner Number GPART_CACHAR10Assigned to domainALPHABU_PARTNER
PTTYPAccount Balance: Type of Payment PTTYP_CACHAR1PTTYP_CA
PTKEYAccount Balance: Identification of Payment PTKEY_CACHAR20CHAR20
OPBELContract Accounts Receivable and Payable Document Number OPBEL_CACHAR12OPBEL_CA
BUDATPosting Date in the Document BUDAT_CADATS8DATUM
HTEXTText on Document Origin HTEXT_CACHAR40TEXT40
NEBTRPayment Amount NEBTR_CACURR13(2) WRTV7
WAERSCurrency Key WAERS_CACUKY5Assigned to domainWAERS
STBELNumber of the Reversed Document STBEL_CACHAR12OPBEL_CA
TRKEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
INFOTEXTText, 255 Characters TEXT255CHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table CRMS_FICA_ACC_PAY

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