ISI_ACCT_DATA SAP (Returnable Packaging Account) Structure details

Dictionary Type: Structure
Description: Returnable Packaging Account




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




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

ISI_ACCT_DATA 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 "Returnable Packaging Account" 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_ISI_ACCT_DATA TYPE ISI_ACCT_DATA.

The ISI_ACCT_DATA table consists of various fields, each holding specific information or linking keys about Returnable Packaging Account data available in SAP. These include ACCTNO (Returnable packaging account), CUSTOMER_EXT (Description of Object at Partner), CUSTOMER_TYPE (Partner type of returnable packaging location), CUSTOMER (Number of returnable packaging location).. 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 ISI_ACCT_DATA 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
SEL_ACCTCheckbox XFELDCHAR1XFELD
ACCTNOReturnable packaging account RL_ACCTNOCHAR12Assigned to domainALPHARL_ACCTNORL_ACCTNORLACCT01
CUSTOMER_EXTDescription of Object at Partner RL_EXTERNAL_IDCHAR35RL_EXTERNAL_ID
CUSTOMER_TYPEPartner type of returnable packaging location RL_ACMANTYCHAR1RL_PARTNER_TYPERL_ACMANTY
CUSTOMERNumber of returnable packaging location RL_ACMANCHAR10RL_PARTNER_NORL_ACMAN
VENDOR_TYPEPartner type of returnable packaging exchange partner RL_ACHOLTYCHAR1RL_PARTNER_TYPERL_ACHOLTY
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
RET_MATERIALReturnable packaging RL_RET_MATNRCHAR18Assigned to domainMATN1MATNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ACCTBALCurrent Account Balance in Base Unit of Measure RL_ACCTBALQUAN13(3) RL_BALANCE
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NRARTType of partner number RL_NRARTCHAR2Assigned to domainNRARTRL_NRART
PARNROutput Partner RL_PARNRCHAR10RL_PARNRRL_PARNR
ROLEACMRole of location in account statement RL_ROLEACMCHAR1RL_ROLEACM
SEQNOPosting sequence number of returnable packaging account RL_SEQNOINT410RL_SEQNO
REF_PURCH_DOCReference Document for Purchasing Document RL_REFPURCH_DOCCHAR10Assigned to domainALPHAEBELN
ACST_CTRLStatement control for returnable packaging account RL_ACST_CTRLCHAR1RL_ACST_CTRL
ACST_CREATE_CTRLControl for Creation and Sending of RP Account Statements RL_ACST_CREATE_CTRLCHAR1RL_ACST_CREATE_CTRL
BALDATE_OLDOld Posting Date (Balance Carried Forward) RL_BALDATE_OLDDATS8DATUM
POSTNEWPostings Which Are Not Contained in Any Statement Yet RL_POSTNEWINT410INT4
STATUSComment CHAR50CHAR50TEXT50
PARTNOSequence number for RP account postings per acct and deltype RL_PARTNOINT410
USE_ACSTCREAUsage creation (delete) function of statements per account ISI_RL_USE_ACSTCREACHAR1XFELD
USE_OUTPUTUsage of SWP output functionality per account ISI_RL_USE_SWPOUTPUTCHAR1XFELD
USE_MATCHUsage of SWP machting functionalitiy per account ISI_RL_USE_MATCHCHAR1XFELD
ACST_CHNGTYPEProcessing status of account statement/transaction RL_CHNGTYPECHAR1RL_CHNGTYPE
ACST_CPSTATEHDMatching status of returnable packaging account statement RL_CPSTATEHDCHAR1RL_CPSTATEHD

Key field Non-key field



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

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

How to access SAP table ISI_ACCT_DATA

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