J1I_S_LOC_DOC_ATTACHMENT SAP (Letter of Credit Attachment Structure) Structure details

Dictionary Type: Structure
Description: Letter of Credit Attachment Structure




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




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

J1I_S_LOC_DOC_ATTACHMENT 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 "Letter of Credit Attachment Structure" 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_J1I_S_LOC_DOC_ATTACHMENT TYPE J1I_S_LOC_DOC_ATTACHMENT.

The J1I_S_LOC_DOC_ATTACHMENT table consists of various fields, each holding specific information or linking keys about Letter of Credit Attachment Structure data available in SAP. These include SYMBOL (Image Source), FILE_TITLE (Attachment Name), FILE_URL (Attachment URL), FILE_NAME (File Name).. 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: Cannot Be Enhanced


SAP J1I_S_LOC_DOC_ATTACHMENT 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
SYMBOLImage Source FPM_IMAGESTRG0
FILE_TITLEAttachment Name FPM_FILE_TITLESTRG0FPM_FILE_TITLE
FILE_URLAttachment URL FPM_URLSTRG0FPM_NAME
FILE_NAMEFile Name FPM_FILE_NAMESTRG0FPM_NAME
FILE_TYPEFile Type FPM_FILE_TYPECHAR128W3_CONTTYP
FILE_TYPE_DESCRDescription of File Type FPM_FILETYPE_DESCRCHAR64FPM_FILETYPE_DESCR
FILE_CONTENTFile Content FPM_FILE_CONTENTRSTR0
FILE_SIZEFile Size FPM_FILE_SIZEINT410FPM_FILE_SIZE
FILE_SIZE_DESCRFile Size FPM_FILESIZE_DESCRCHAR30FPM_FILESIZE_DESCR
CREATED_BYUser Name UNAMECHAR12UNAME
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name UNAMECHAR12UNAME
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
IS_LINKData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ATTACHMENT_PHIO_IDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
ATTACHMENT_LOIO_IDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
ATTACHMENT_ACTION_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
EDIT_ENABLED_REFData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DELETE_ENABLED_REFData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REPLACE_ENABLED_REFData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
OBJECT_ID 0
ECM_FILE 0
LCDOCTYPLoC: Type of Document set J_1ILCSETYPCHAR2T607DEXDOK
GUIDApplication GUID J_1I_EXIM_APPGUIDCHAR22SYSUUID_22
LCDOCNOLoC Supporting Document Set J_1ILCDOCNOCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table J1I_S_LOC_DOC_ATTACHMENT

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