CRMS_FICA_LO_LOCK SAP (FI-CA Processing Lock) Structure details

Dictionary Type: Structure
Description: FI-CA Processing Lock




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




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

CRMS_FICA_LO_LOCK 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 "FI-CA Processing Lock" 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_LO_LOCK TYPE CRMS_FICA_LO_LOCK.

The CRMS_FICA_LO_LOCK table consists of various fields, each holding specific information or linking keys about FI-CA Processing Lock data available in SAP. These include GPART (Business Partner Number), VKONT (Contract Account Number), OPBEL (Contract Accounts Receivable and Payable Document Number), OPUPW (Repetition Item in Contract Account 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_LO_LOCK 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
VKONTContract Account Number VKONT_CACHAR12ALPHAVKONT_CA
OPBELContract Accounts Receivable and Payable Document Number OPBEL_CACHAR12OPBEL_CA
OPUPWRepetition Item in Contract Account Document OPUPW_CANUMC3OPUPW_CA
OPUPKItem Number in Contract Account Document OPUPK_CANUMC4OPUPK_CA
OPUPZSub-Item for Partial Clearing in Document OPUPZ_CANUMC3OPUPZ_CA
LOTYPType of Lock Object LOTYP_CACHAR2LOTYP_CA
PROIDProcess Indicator (e.g. Dunning, Payment) PROID_CACHAR2PROID_CA
LOCKRLock Reason LOCKR_CACHAR1LOCKR_CA
FDATELock Valid From FDATE_CADATS8DATUM
TDATELock Valid To TDATE_CADATS8DATUM
XACTIVNew Input Values XFLAGCHAR1XFLAG
PROIDTXTText Field TEXT50CHAR50TEXT50
LOCKRTXTText Field TEXT50CHAR50TEXT50
COKEYFI-CA Correspondence Key COKEY_CACHAR36
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ADATUMDate of Last Change UDATUMDATS8SYDATS
AZEITTime UZEITTIMS6UZEIT
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table CRMS_FICA_LO_LOCK

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