/LIME/BADI_COLL_FIN SAP (BAdI Structure for Financial System) Structure details

Dictionary Type: Structure
Description: BAdI Structure for Financial System




ABAP Code to SELECT data from /LIME/BADI_COLL_FIN
Related tables to /LIME/BADI_COLL_FIN
Access table /LIME/BADI_COLL_FIN




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

/LIME/BADI_COLL_FIN 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 "BAdI Structure for Financial System" 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_/LIME/BADI_COLL_FIN TYPE /LIME/BADI_COLL_FIN.

The /LIME/BADI_COLL_FIN table consists of various fields, each holding specific information or linking keys about BAdI Structure for Financial System data available in SAP. These include OWNER_T (Owner), OWNER_ROLE_T (Partner Role of Owner), CAT_T (Stock Type), APO_LOCNO_T (APO 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 /LIME/BADI_COLL_FIN 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
APO_MATNR_TAPO Material Number /LIME/APO_MATNRCHAR40
OWNER_TOwner /LIME/OWNERCHAR10Assigned to domainALPHABU_PARTNER
OWNER_ROLE_TPartner Role of Owner /LIME/OWNER_ROLECHAR2/LIME/PARTNER_ROLE
CAT_TStock Type /LIME/STOCK_CATEGORYCHAR2/LIME/STOCK_CATEGORY
APO_LOCNO_TAPO Location /LIME/APO_LOCNOCHAR20
BUS_TRANS_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
DOC_ID_1Document ID of Reference Document /LIME/REF_DOC_IDCHAR70/LIME/REF_DOC_ID
DOC_TYPE_1Document Type of Reference Document /LIME/REF_DOC_TYPECHAR10/LIME/REF_DOC_TYPE
DOC_LOGSYS_1Logical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
DOC_ID_2Document ID of Reference Document /LIME/REF_DOC_IDCHAR70/LIME/REF_DOC_ID
DOC_TYPE_2Document Type of Reference Document /LIME/REF_DOC_TYPECHAR10/LIME/REF_DOC_TYPE
DOC_LOGSYS_2Logical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



How do I retrieve data from SAP structure /LIME/BADI_COLL_FIN using ABAP code?

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

How to access SAP table /LIME/BADI_COLL_FIN

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