RLACCTFIDIA SAP (Communication Area Account Determination (Dialog)) Structure details

Dictionary Type: Structure
Description: Communication Area Account Determination (Dialog)




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




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

RLACCTFIDIA 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 "Communication Area Account Determination (Dialog)" 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_RLACCTFIDIA TYPE RLACCTFIDIA.

The RLACCTFIDIA table consists of various fields, each holding specific information or linking keys about Communication Area Account Determination (Dialog) data available in SAP. These include RET_MATNR (Returnable packaging), BUKRS (Company Code), PRPSHPA (Assignment ID of Main Partner Relationship), PP_VALFROM (Valid from date).. 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 RLACCTFIDIA 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
ACCTNOReturnable packaging account RL_ACCTNOCHAR12RLACCTALPHARL_ACCTNORL_ACCTNORLACCT01
RET_MATNRReturnable packaging RL_RET_MATNRCHAR18MARAMATN1MATNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRPSHPAAssignment ID of Main Partner Relationship RL_PRPSHPANUMC12RLPSHPARL_PSHPASS
PP_VALFROMValid from date RL_VALFROMDATS8DATUM
PP_VALTOValid-to date RL_VALTODATS8DATUM
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ACCTMEAccount Unit of Measure RL_ACCTMEUNIT3T006CUNITMEINS
ROLEACMRole of location in account statement RL_ROLEACMCHAR1RL_ROLEACM
ACCTBALCurrent Account Balance in Base Unit of Measure RL_ACCTBALQUAN13(3) RL_BALANCE
SEQNOPosting sequence number of returnable packaging account RL_SEQNOINT410RL_SEQNO
OTYPEObject type RL_OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDProcessor ID in organizational management RL_ACTORIDCHAR12HROBJID_12
ACCTSTATEReturnable Packaging Account Status RL_ACCTSTATECHAR1RL_ACCTSTATE
VKORGSales organization RL_VKORGCHAR4TVKOVKORG
VTWEGDistribution channel RL_VTWEGCHAR2TVTWVTWEG
NRARTType of partner number RL_NRARTCHAR2TVPANRARTRL_NRART
PARNROutput Partner RL_PARNRCHAR10RL_PARNRRL_PARNR
ACST_CTRLStatement control for returnable packaging account RL_ACST_CTRLCHAR1RL_ACST_CTRL
CPCTRLProcedure for returnable packaging account matching RL_CPCTRLCHAR1RL_CPCTRL
ACST_CREATE_CTRLControl for Creation and Sending of RP Account Statements RL_ACST_CREATE_CTRLCHAR1RL_ACST_CREATE_CTRL
KONNRNumber of Outline Agreement RL_KONNRCHAR10EKKOALPHAEBELN
KTPNRItem Number of Outline Agreement RL_KTPNRNUMC5EKPOEBELP
PLANINGIndicator Quantity Below Reorder Point Quantity RL_PLANINGCHAR1XFELD
PLANING_CTRLPlanning Type for Returnable Packaging Account RL_PLANING_CTRLCHAR1RL_PLANING_CTRL
REORDBALReorder Point Quantity in Base Unit of Quantity RL_REORDBALQUAN13(3) RL_BALANCE
ORDQUANPurchase Order Quantity in Base Unit of Quantity RL_ORDQUANQUAN13(3) RL_BALANCE_ABS
REF_PURCH_DOCReference Document for Purchasing Document RL_REFPURCH_DOCCHAR10Assigned to domainALPHAEBELN
PSHPNONumber of Partner Relationship RL_PSHPNOCHAR12Assigned to domainALPHARL_PSHPNO
ACMANNumber of returnable packaging location RL_ACMANCHAR10RL_PARTNER_NORL_ACMAN
ACMANTYPartner type of returnable packaging location RL_ACMANTYCHAR1RL_PARTNER_TYPERL_ACMANTY
ACHOLNumber of returnable packaging exchange partner RL_ACHOLCHAR10RL_PARTNER_NORL_ACHOL
ACHOLTYPartner type of returnable packaging exchange partner RL_ACHOLTYCHAR1RL_PARTNER_TYPERL_ACHOLTY
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
SELKZNew Input Values XFLAGCHAR1XFLAG
STAT_ICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table RLACCTFIDIA

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