SAP TPM_TRL_FLOW_PROTOCOL Function Module for Display Flows in Treasury Ledger









TPM_TRL_FLOW_PROTOCOL is a standard tpm trl flow protocol SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Display Flows in Treasury Ledger processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for tpm trl flow protocol FM, simply by entering the name TPM_TRL_FLOW_PROTOCOL into the relevant SAP transaction such as SE37 or SE38.

Function Group: TPM_TRL_PROTOCOLS
Program Name: SAPLTPM_TRL_PROTOCOLS
Main Program: SAPLTPM_TRL_PROTOCOLS
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function TPM_TRL_FLOW_PROTOCOL pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'TPM_TRL_FLOW_PROTOCOL'"Display Flows in Treasury Ledger
EXPORTING
* IM_SEARCH_STRATEGY = TPMCO_SEARCH_DB_RO "Search Strategy
* IM_INCL_TO_FIX = TPMCO_CON_TRL_INCL "Flows to Be Fixed
* IM_INCL_TO_REVERSE = TPMCO_CON_TRL_EXCL "Flows to Be Reversed
* IM_INCL_OPF = TPMCO_CON_TRL_INCL "Indicator Inclusive/Exclusive
* IM_INCL_PAID = TPMCO_CON_TRL_INCL "Indicator Inclusive/Exclusive
* IM_INCL_PAYM_REVERSED = TPMCO_CON_TRL_EXCL "Indicator Inclusive/Exclusive
* IM_INCL_PAYM_TO_REVERSE = TPMCO_CON_TRL_EXCL "Indicator Inclusive/Exclusive
* IM_SELECT_FLOWS = 'X' "selektiert Bewegungen und speichert sie in glob. Tabelle
* IM_DISPLAY_FLOWS = 'X' "zeigt die gespeicherten Bewegungen im ALV an
* IM_NO_REFRESH = "keine Refresh-Button
* IM_DELETE_FLOWS = 'X' "löscht gespeicherte Bewegungen nach dem Anzeigen
* IM_NO_SEC = ' ' "No Securities
* IM_POSTING_DATA = "Anzeige von Buchungsinformationen
* IM_BACKUP_REPORTING = "Reporting auf der Backup Tabelle
* IM_STR_VARIANT = "ALV Layout
* IM_TAB_OTC_DEALS = "Table Type for Transaction Key Structure
* IM_TAB_FLOW = "Table Type for Comprehensive Cash Flow
* IM_FLG_USE_OO_TRANS = 'X' "benutze eine OO-Transaktion als Klammer
* IM_ADDNL_LOG = "Display additional log
* IM_POS_ATTRIB_SEL = "position attributes handler
* IM_NO_LOA = ' ' "No Loans
* IM_NO_POS = ' ' "No Listed Options/Futures
* IM_NO_DEA = ' ' "keine OTC Geschäfte
* IM_NO_EA = TPMCO_XTRUE "keine Externen Accounts
* IM_INCL_DELETABLE = TPMCO_CON_TRL_INCL "Scheduled Flows
* IM_INCL_REVERSABLE = TPMCO_CON_TRL_INCL "Fixed Flows
* IM_INCL_REVERSED = TPMCO_CON_TRL_EXCL "Reversed Flows

IMPORTING
EX_TAB_FLOW = "Table Type for Comprehensive Cash Flow

TABLES
* IM_RANGE_VAL = "Valuation Areas
* IM_RANGE_GRP = "Sec. acct groups
* IM_RANGE_CON = "Loan Contracts
* IM_RANGE_POS = "Positionskonten
* IM_RANGE_FLS = "Flag Long Short
* IM_RANGE_SEP = "Kennnummern Optionen/Futures
* IM_RANGE_DEA = "OTC Transaction
* IM_RANGE_FUN = "Range Table for Fund
* IM_RANGE_GRA = "Range Table for Grant
* IM_RANGE_EXTACC_DEAL = "Range Table: External Account
* IM_RANGE_EA = "Range Table for External Account
* IM_RANGE_VCL = "Valuation Classes
* IM_RANGE_DIFF_CURR = "Range Table for Diff Currency
* IM_RANGE_DAT = "Date
* IM_RANGE_LOT = "Lot
* IM_RANGE_LTF = "Lot (börsengehandelte Derivate)
* IM_RANGE_CHD = "Changed On
* IM_RANGE_CHN = "Changed By
* IM_RANGE_POST_DATE = "Posting Date
* IM_RANGE_SUBPOSITION_OID = "Subitems
* IM_RANGE_TAC = "TR Accounting Kreise
* IM_RANGE_BUK = "Company Codes
* IM_RANGE_PTP = "Product Categories
* IM_RANGE_ACC = "Securities Accounts
* IM_RANGE_SEC = "ID Numbers
* IM_RANGE_PFL = "Portfolios
* IM_RANGE_TRA = "Traders
.



IMPORTING Parameters details for TPM_TRL_FLOW_PROTOCOL

IM_SEARCH_STRATEGY - Search Strategy

Data type: TPM_SEARCH_STRATEGY
Default: TPMCO_SEARCH_DB_RO
Optional: Yes
Call by Reference: Yes

IM_INCL_TO_FIX - Flows to Be Fixed

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_INCL
Optional: Yes
Call by Reference: Yes

IM_INCL_TO_REVERSE - Flows to Be Reversed

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_EXCL
Optional: Yes
Call by Reference: Yes

IM_INCL_OPF - Indicator Inclusive/Exclusive

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_INCL
Optional: Yes
Call by Reference: Yes

IM_INCL_PAID - Indicator Inclusive/Exclusive

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_INCL
Optional: Yes
Call by Reference: Yes

IM_INCL_PAYM_REVERSED - Indicator Inclusive/Exclusive

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_EXCL
Optional: Yes
Call by Reference: Yes

IM_INCL_PAYM_TO_REVERSE - Indicator Inclusive/Exclusive

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_EXCL
Optional: Yes
Call by Reference: Yes

IM_SELECT_FLOWS - selektiert Bewegungen und speichert sie in glob. Tabelle

Data type: CHAR1
Default: 'X'
Optional: Yes
Call by Reference: Yes

IM_DISPLAY_FLOWS - zeigt die gespeicherten Bewegungen im ALV an

Data type: CHAR1
Default: 'X'
Optional: Yes
Call by Reference: Yes

IM_NO_REFRESH - keine Refresh-Button

Data type: CHAR1
Optional: Yes
Call by Reference: Yes

IM_DELETE_FLOWS - löscht gespeicherte Bewegungen nach dem Anzeigen

Data type: CHAR1
Default: 'X'
Optional: Yes
Call by Reference: Yes

IM_NO_SEC - No Securities

Data type: CHAR1
Default: SPACE
Optional: Yes
Call by Reference: Yes

IM_POSTING_DATA - Anzeige von Buchungsinformationen

Data type: CHAR1
Optional: Yes
Call by Reference: Yes

IM_BACKUP_REPORTING - Reporting auf der Backup Tabelle

Data type: CHAR1
Optional: Yes
Call by Reference: Yes

IM_STR_VARIANT - ALV Layout

Data type: DISVARIANT
Optional: Yes
Call by Reference: Yes

IM_TAB_OTC_DEALS - Table Type for Transaction Key Structure

Data type: TRGY_BUKRS_DEALNUMBER
Optional: Yes
Call by Reference: Yes

IM_TAB_FLOW - Table Type for Comprehensive Cash Flow

Data type: TRLY_FLOW_ALV
Optional: Yes
Call by Reference: Yes

IM_FLG_USE_OO_TRANS - benutze eine OO-Transaktion als Klammer

Data type: FLAG
Default: 'X'
Optional: Yes
Call by Reference: Yes

IM_ADDNL_LOG - Display additional log

Data type: CHAR1
Optional: Yes
Call by Reference: Yes

IM_POS_ATTRIB_SEL - position attributes handler

Data type: CL_POSITION_ATTRIBUTES_TRL
Optional: Yes
Call by Reference: Yes

IM_NO_LOA - No Loans

Data type: CHAR1
Default: SPACE
Optional: Yes
Call by Reference: Yes

IM_NO_POS - No Listed Options/Futures

Data type: CHAR1
Default: SPACE
Optional: Yes
Call by Reference: Yes

IM_NO_DEA - keine OTC Geschäfte

Data type: CHAR1
Default: SPACE
Optional: Yes
Call by Reference: Yes

IM_NO_EA - keine Externen Accounts

Data type: CHAR1
Default: TPMCO_XTRUE
Optional: Yes
Call by Reference: Yes

IM_INCL_DELETABLE - Scheduled Flows

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_INCL
Optional: Yes
Call by Reference: Yes

IM_INCL_REVERSABLE - Fixed Flows

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_INCL
Optional: Yes
Call by Reference: Yes

IM_INCL_REVERSED - Reversed Flows

Data type: TPM_INCL_SIGN
Default: TPMCO_CON_TRL_EXCL
Optional: Yes
Call by Reference: Yes

EXPORTING Parameters details for TPM_TRL_FLOW_PROTOCOL

EX_TAB_FLOW - Table Type for Comprehensive Cash Flow

Data type: TRLY_FLOW_ALV
Optional: No
Call by Reference: Yes

TABLES Parameters details for TPM_TRL_FLOW_PROTOCOL

IM_RANGE_VAL - Valuation Areas

Data type: TRGR_VALUATION_AREA
Optional: Yes
Call by Reference: Yes

IM_RANGE_GRP - Sec. acct groups

Data type: TRGR_ACCOUNT_GROUP
Optional: Yes
Call by Reference: Yes

IM_RANGE_CON - Loan Contracts

Data type: TRGR_LOANS_CONTRACT
Optional: Yes
Call by Reference: Yes

IM_RANGE_POS - Positionskonten

Data type: TRGR_POSITION_ACCOUNT
Optional: Yes
Call by Reference: Yes

IM_RANGE_FLS - Flag Long Short

Data type: TRGR_FLAG_LONG_SHORT
Optional: Yes
Call by Reference: Yes

IM_RANGE_SEP - Kennnummern Optionen/Futures

Data type: TRGR_SECURITY_ID
Optional: Yes
Call by Reference: Yes

IM_RANGE_DEA - OTC Transaction

Data type: TRGR_DEAL_NUMBER
Optional: Yes
Call by Reference: Yes

IM_RANGE_FUN - Range Table for Fund

Data type: TRGR_FUND
Optional: Yes
Call by Reference: Yes

IM_RANGE_GRA - Range Table for Grant

Data type: TRGR_GRANT_NBR
Optional: Yes
Call by Reference: Yes

IM_RANGE_EXTACC_DEAL - Range Table: External Account

Data type: TRGR_EXTERNAL_ACCOUNT
Optional: Yes
Call by Reference: Yes

IM_RANGE_EA - Range Table for External Account

Data type: TRGR_EXTERNAL_ACCOUNT
Optional: Yes
Call by Reference: Yes

IM_RANGE_VCL - Valuation Classes

Data type: TRGR_VALUATION_CLASS
Optional: Yes
Call by Reference: Yes

IM_RANGE_DIFF_CURR - Range Table for Diff Currency

Data type: TRGR_DIFF_CURRENCY
Optional: Yes
Call by Reference: Yes

IM_RANGE_DAT - Date

Data type: TRGR_DATE
Optional: Yes
Call by Reference: Yes

IM_RANGE_LOT - Lot

Data type: TRGR_LOT_ID
Optional: Yes
Call by Reference: Yes

IM_RANGE_LTF - Lot (börsengehandelte Derivate)

Data type: TRGR_LOT_ID
Optional: Yes
Call by Reference: Yes

IM_RANGE_CHD - Changed On

Data type: TRGR_DATE
Optional: Yes
Call by Reference: Yes

IM_RANGE_CHN - Changed By

Data type: TRGR_USER
Optional: Yes
Call by Reference: Yes

IM_RANGE_POST_DATE - Posting Date

Data type:
Optional: Yes
Call by Reference: Yes

IM_RANGE_SUBPOSITION_OID - Subitems

Data type: TRGR_SUBPOSITION_OID
Optional: Yes
Call by Reference: Yes

IM_RANGE_TAC - TR Accounting Kreise

Data type: TRGR_ACCOUNTING_CODE
Optional: Yes
Call by Reference: Yes

IM_RANGE_BUK - Company Codes

Data type: TRGR_COMPANY_CODE
Optional: Yes
Call by Reference: Yes

IM_RANGE_PTP - Product Categories

Data type: TRGR_PRODUCT_TYPE
Optional: Yes
Call by Reference: Yes

IM_RANGE_ACC - Securities Accounts

Data type: TRGR_SECURITY_ACCOUNT
Optional: Yes
Call by Reference: Yes

IM_RANGE_SEC - ID Numbers

Data type: TRGR_SECURITY_ID
Optional: Yes
Call by Reference: Yes

IM_RANGE_PFL - Portfolios

Data type: TRGR_PORTFOLIO
Optional: Yes
Call by Reference: Yes

IM_RANGE_TRA - Traders

Data type: TRGR_TRADER
Optional: Yes
Call by Reference: Yes

Copy and paste ABAP code example for TPM_TRL_FLOW_PROTOCOL Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_ex_tab_flow  TYPE TRLY_FLOW_ALV, "   
lt_im_range_val  TYPE STANDARD TABLE OF TRGR_VALUATION_AREA, "   
lv_im_search_strategy  TYPE TPM_SEARCH_STRATEGY, "   TPMCO_SEARCH_DB_RO
lt_im_range_grp  TYPE STANDARD TABLE OF TRGR_ACCOUNT_GROUP, "   
lv_im_incl_to_fix  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_INCL
lt_im_range_con  TYPE STANDARD TABLE OF TRGR_LOANS_CONTRACT, "   
lv_im_incl_to_reverse  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_EXCL
lv_im_incl_opf  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_INCL
lt_im_range_pos  TYPE STANDARD TABLE OF TRGR_POSITION_ACCOUNT, "   
lv_im_incl_paid  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_INCL
lt_im_range_fls  TYPE STANDARD TABLE OF TRGR_FLAG_LONG_SHORT, "   
lt_im_range_sep  TYPE STANDARD TABLE OF TRGR_SECURITY_ID, "   
lv_im_incl_paym_reversed  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_EXCL
lt_im_range_dea  TYPE STANDARD TABLE OF TRGR_DEAL_NUMBER, "   
lv_im_incl_paym_to_reverse  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_EXCL
lt_im_range_fun  TYPE STANDARD TABLE OF TRGR_FUND, "   
lv_im_select_flows  TYPE CHAR1, "   'X'
lt_im_range_gra  TYPE STANDARD TABLE OF TRGR_GRANT_NBR, "   
lv_im_display_flows  TYPE CHAR1, "   'X'
lv_im_no_refresh  TYPE CHAR1, "   
lt_im_range_extacc_deal  TYPE STANDARD TABLE OF TRGR_EXTERNAL_ACCOUNT, "   
lt_im_range_ea  TYPE STANDARD TABLE OF TRGR_EXTERNAL_ACCOUNT, "   
lv_im_delete_flows  TYPE CHAR1, "   'X'
lv_im_no_sec  TYPE CHAR1, "   SPACE
lt_im_range_vcl  TYPE STANDARD TABLE OF TRGR_VALUATION_CLASS, "   
lv_im_posting_data  TYPE CHAR1, "   
lt_im_range_diff_curr  TYPE STANDARD TABLE OF TRGR_DIFF_CURRENCY, "   
lt_im_range_dat  TYPE STANDARD TABLE OF TRGR_DATE, "   
lv_im_backup_reporting  TYPE CHAR1, "   
lt_im_range_lot  TYPE STANDARD TABLE OF TRGR_LOT_ID, "   
lv_im_str_variant  TYPE DISVARIANT, "   
lt_im_range_ltf  TYPE STANDARD TABLE OF TRGR_LOT_ID, "   
lv_im_tab_otc_deals  TYPE TRGY_BUKRS_DEALNUMBER, "   
lv_im_tab_flow  TYPE TRLY_FLOW_ALV, "   
lt_im_range_chd  TYPE STANDARD TABLE OF TRGR_DATE, "   
lt_im_range_chn  TYPE STANDARD TABLE OF TRGR_USER, "   
lv_im_flg_use_oo_trans  TYPE FLAG, "   'X'
lv_im_addnl_log  TYPE CHAR1, "   
lt_im_range_post_date  TYPE STANDARD TABLE OF CHAR1, "   
lv_im_pos_attrib_sel  TYPE CL_POSITION_ATTRIBUTES_TRL, "   
lt_im_range_subposition_oid  TYPE STANDARD TABLE OF TRGR_SUBPOSITION_OID, "   
lv_im_no_loa  TYPE CHAR1, "   SPACE
lt_im_range_tac  TYPE STANDARD TABLE OF TRGR_ACCOUNTING_CODE, "   
lv_im_no_pos  TYPE CHAR1, "   SPACE
lt_im_range_buk  TYPE STANDARD TABLE OF TRGR_COMPANY_CODE, "   
lv_im_no_dea  TYPE CHAR1, "   SPACE
lt_im_range_ptp  TYPE STANDARD TABLE OF TRGR_PRODUCT_TYPE, "   
lv_im_no_ea  TYPE CHAR1, "   TPMCO_XTRUE
lt_im_range_acc  TYPE STANDARD TABLE OF TRGR_SECURITY_ACCOUNT, "   
lt_im_range_sec  TYPE STANDARD TABLE OF TRGR_SECURITY_ID, "   
lv_im_incl_deletable  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_INCL
lt_im_range_pfl  TYPE STANDARD TABLE OF TRGR_PORTFOLIO, "   
lv_im_incl_reversable  TYPE TPM_INCL_SIGN, "   TPMCO_CON_TRL_INCL
lt_im_range_tra  TYPE STANDARD TABLE OF TRGR_TRADER, "   
lv_im_incl_reversed  TYPE TPM_INCL_SIGN. "   TPMCO_CON_TRL_EXCL

  CALL FUNCTION 'TPM_TRL_FLOW_PROTOCOL'  "Display Flows in Treasury Ledger
    EXPORTING
         IM_SEARCH_STRATEGY = lv_im_search_strategy
         IM_INCL_TO_FIX = lv_im_incl_to_fix
         IM_INCL_TO_REVERSE = lv_im_incl_to_reverse
         IM_INCL_OPF = lv_im_incl_opf
         IM_INCL_PAID = lv_im_incl_paid
         IM_INCL_PAYM_REVERSED = lv_im_incl_paym_reversed
         IM_INCL_PAYM_TO_REVERSE = lv_im_incl_paym_to_reverse
         IM_SELECT_FLOWS = lv_im_select_flows
         IM_DISPLAY_FLOWS = lv_im_display_flows
         IM_NO_REFRESH = lv_im_no_refresh
         IM_DELETE_FLOWS = lv_im_delete_flows
         IM_NO_SEC = lv_im_no_sec
         IM_POSTING_DATA = lv_im_posting_data
         IM_BACKUP_REPORTING = lv_im_backup_reporting
         IM_STR_VARIANT = lv_im_str_variant
         IM_TAB_OTC_DEALS = lv_im_tab_otc_deals
         IM_TAB_FLOW = lv_im_tab_flow
         IM_FLG_USE_OO_TRANS = lv_im_flg_use_oo_trans
         IM_ADDNL_LOG = lv_im_addnl_log
         IM_POS_ATTRIB_SEL = lv_im_pos_attrib_sel
         IM_NO_LOA = lv_im_no_loa
         IM_NO_POS = lv_im_no_pos
         IM_NO_DEA = lv_im_no_dea
         IM_NO_EA = lv_im_no_ea
         IM_INCL_DELETABLE = lv_im_incl_deletable
         IM_INCL_REVERSABLE = lv_im_incl_reversable
         IM_INCL_REVERSED = lv_im_incl_reversed
    IMPORTING
         EX_TAB_FLOW = lv_ex_tab_flow
    TABLES
         IM_RANGE_VAL = lt_im_range_val
         IM_RANGE_GRP = lt_im_range_grp
         IM_RANGE_CON = lt_im_range_con
         IM_RANGE_POS = lt_im_range_pos
         IM_RANGE_FLS = lt_im_range_fls
         IM_RANGE_SEP = lt_im_range_sep
         IM_RANGE_DEA = lt_im_range_dea
         IM_RANGE_FUN = lt_im_range_fun
         IM_RANGE_GRA = lt_im_range_gra
         IM_RANGE_EXTACC_DEAL = lt_im_range_extacc_deal
         IM_RANGE_EA = lt_im_range_ea
         IM_RANGE_VCL = lt_im_range_vcl
         IM_RANGE_DIFF_CURR = lt_im_range_diff_curr
         IM_RANGE_DAT = lt_im_range_dat
         IM_RANGE_LOT = lt_im_range_lot
         IM_RANGE_LTF = lt_im_range_ltf
         IM_RANGE_CHD = lt_im_range_chd
         IM_RANGE_CHN = lt_im_range_chn
         IM_RANGE_POST_DATE = lt_im_range_post_date
         IM_RANGE_SUBPOSITION_OID = lt_im_range_subposition_oid
         IM_RANGE_TAC = lt_im_range_tac
         IM_RANGE_BUK = lt_im_range_buk
         IM_RANGE_PTP = lt_im_range_ptp
         IM_RANGE_ACC = lt_im_range_acc
         IM_RANGE_SEC = lt_im_range_sec
         IM_RANGE_PFL = lt_im_range_pfl
         IM_RANGE_TRA = lt_im_range_tra
. " TPM_TRL_FLOW_PROTOCOL




ABAP code using 7.40 inline data declarations to call FM TPM_TRL_FLOW_PROTOCOL

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
DATA(ld_im_search_strategy) = TPMCO_SEARCH_DB_RO.
 
 
DATA(ld_im_incl_to_fix) = TPMCO_CON_TRL_INCL.
 
 
DATA(ld_im_incl_to_reverse) = TPMCO_CON_TRL_EXCL.
 
DATA(ld_im_incl_opf) = TPMCO_CON_TRL_INCL.
 
 
DATA(ld_im_incl_paid) = TPMCO_CON_TRL_INCL.
 
 
 
DATA(ld_im_incl_paym_reversed) = TPMCO_CON_TRL_EXCL.
 
 
DATA(ld_im_incl_paym_to_reverse) = TPMCO_CON_TRL_EXCL.
 
 
DATA(ld_im_select_flows) = 'X'.
 
 
DATA(ld_im_display_flows) = 'X'.
 
 
 
 
DATA(ld_im_delete_flows) = 'X'.
 
DATA(ld_im_no_sec) = ' '.
 
 
 
 
 
 
 
 
 
 
 
 
 
DATA(ld_im_flg_use_oo_trans) = 'X'.
 
 
 
 
 
DATA(ld_im_no_loa) = ' '.
 
 
DATA(ld_im_no_pos) = ' '.
 
 
DATA(ld_im_no_dea) = ' '.
 
 
DATA(ld_im_no_ea) = TPMCO_XTRUE.
 
 
 
DATA(ld_im_incl_deletable) = TPMCO_CON_TRL_INCL.
 
 
DATA(ld_im_incl_reversable) = TPMCO_CON_TRL_INCL.
 
 
DATA(ld_im_incl_reversed) = TPMCO_CON_TRL_EXCL.
 


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!