J1I_S_PM_BRCDETAIL SAP (Bank Realisation Certificate Detail Structure for Appln) Structure details

Dictionary Type: Structure
Description: Bank Realisation Certificate Detail Structure for Appln




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




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

J1I_S_PM_BRCDETAIL 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 "Bank Realisation Certificate Detail Structure for Appln" 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_PM_BRCDETAIL TYPE J1I_S_PM_BRCDETAIL.

The J1I_S_PM_BRCDETAIL table consists of various fields, each holding specific information or linking keys about Bank Realisation Certificate Detail Structure for Appln data available in SAP. These include POSNR_VF (Billing item), VBELN_VA (Sales Document), POSNR_VA (Sales Document Item), VBELN_VL (Delivery).. 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 (Deep)


SAP J1I_S_PM_BRCDETAIL 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
VBELN_VFBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNR_VFBilling item POSNR_VFNUMC6Assigned to domainPOSNR
VBELN_VASales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNR_VASales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VBELN_VLDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNR_VLDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
VBELN_PFBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNR_PFBilling item POSNR_VFNUMC6Assigned to domainPOSNR
SB_DOC_NODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
SB_DOC_ITEMDocument Item Number J_1I_DOC_ITEMNUMC6J_1I_DOC_ITEM
SB_DOC_EXT_NOExternal Document Number J_1I_DOC_EXT_NOCHAR35CHAR35
SB_DOC_DTShipping Bill Date J_1I_SB_DATEDATS8DATUM
BOL_DOC_NODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
BOL_DOC_ITEMDocument Item Number J_1I_DOC_ITEMNUMC6J_1I_DOC_ITEM
BOL_DOC_EXT_NOExternal Document Number J_1I_DOC_EXT_NOCHAR35CHAR35
BOL_DOC_DTBill of Lading Date J_1I_BL_DATEDATS8DATUM
COUNTRY_IMPCountry Name LANDXCHAR15TEXT15
GR_DOC_NODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
GR_DOC_ITEMDocument Item Number J_1I_DOC_ITEMNUMC6J_1I_DOC_ITEM
GR_DOC_EXT_NOExternal Document Number J_1I_DOC_EXT_NOCHAR35CHAR35
SDF_DOC_NODocument Number J_1I_DOC_NONUMC10J_1I_DOC_NO
SDF_DOC_ITEMDocument Item Number J_1I_DOC_ITEMNUMC6J_1I_DOC_ITEM
SDF_DOC_EXT_NOExternal Document Number J_1I_DOC_EXT_NOCHAR35CHAR35
LIC_NOInternal License Number J_1ILICNONUMC10J_1ILICNO
LIC_EXT_NOOfficial License Number J_1ILICNOEXCHAR60CHAR60
LIC_DTLicense Issue Date J_1ILICBUDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table J1I_S_PM_BRCDETAIL

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