SAP Reports / Programs | Transaction Data Pool | Bank Components | Transaction Data Pool(IS-B-DP) SAP IS

JBD_CPIL_LIMIT SAP ABAP Report - Initial Load: Limits







JBD_CPIL_LIMIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter JBD_CPIL_LIMIT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JBDIL25 - Initial Load: Limits


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT JBD_CPIL_LIMIT. "Basic submit
SUBMIT JBD_CPIL_LIMIT AND RETURN. "Return to original report after report execution complete
SUBMIT JBD_CPIL_LIMIT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


List of Keys Selected for Limits
Selection Text: LIMSEL = Restrict Number of Objects
Selection Text: MAXCNT = Maximum Number
Selection Text: R_BUKRS = Company Code
Selection Text: R_CONTRO = Monitoring Unit
Selection Text: R_COUNT = Country
Selection Text: R_CRAT = Country Rating
Selection Text: R_INTORG = Internal Organizational Unit
Selection Text: R_PARTNR = Business partner
Selection Text: R_RATING = Rating
Selection Text: R_RCID01 = Free Characteristic 01
Selection Text: R_RCID02 = Free Characteristic 02
Selection Text: R_RCID03 = Free Characteristic 03
Selection Text: R_RCID04 = Free Characteristic 04
Selection Text: R_RCID05 = Free Characteristic 05
Selection Text: R_RCID06 = Free Characteristic 06
Selection Text: R_RCID07 = Free Characteristic 07
Selection Text: R_RCID08 = Free Characteristic 08
Selection Text: R_RCID09 = Free Characteristic 09
Selection Text: R_RCID10 = Free Characteristic 10
Selection Text: R_RCID11 = Free Characteristic 11
Selection Text: R_RCID12 = Free Characteristic 12
Selection Text: R_RCID13 = Free Characteristic 13
Selection Text: R_RCID14 = Free Characteristic 14
Selection Text: R_RCID15 = Free Characteristic 15
Selection Text: R_RCOUNT = Country for Country Risk
Selection Text: R_RDEAL = Traders
Selection Text: R_RPORTB = Portfolio
Selection Text: R_SECTOR = Sector
Selection Text: R_SLPG = Limit Product Group
Selection Text: R_WAERS = Currency as Limit Char.
Selection Text: SHOWLST = Display Object List
Selection Text: S_SLA = Limit Type
Selection Text: TESTRUN = Test Run
Title: Initial Load: Limits
Text Symbol: S02 = Limits: General Access
Text Symbol: 048 = Limit Keys
Text Symbol: 049 = Limit Keys: Combination of Charact. Values





Text Symbol: 050 = LT
Text Symbol: 051 = COCD
Text Symbol: 052 = BP
Text Symbol: 053 = SLPG
Text Symbol: 054 = Portfolio
Text Symbol: 055 = Trader
Text Symbol: 056 = Crcy
Text Symbol: 057 = Mon. Unit
Text Symbol: 058 = Int. Organ
Text Symbol: 059 = LR
Text Symbol: 060 = BPC
Text Symbol: 061 = BP Sector
Text Symbol: 062 = Rat
Text Symbol: 063 = C Rtg
Text Symbol: 064 = CC-01
Text Symbol: 065 = CC-02
Text Symbol: 066 = CC-03
Text Symbol: 067 = CC-04
Text Symbol: 068 = Limit characteristic value not found
Text Symbol: 070 = Limit Key
Text Symbol: 071 = WT
Text Symbol: 072 = LimitDte
Text Symbol: 101 = Limits
Text Symbol: 102 = Settings
Text Symbol: 110 = Number of Selected Objects:
Text Symbol: 111 = Test run - no change pointer written
Text Symbol: DE1 = Fr. business partner
Text Symbol: DE2 = Fr.country risk ctry
Text Symbol: LIM = Number of Objects
Text Symbol: M01 = Direct Char.
Text Symbol: M02 = Derived charact.
Text Symbol: M03 = Free Char.
Text Symbol: M04 = Selection of Limits


INCLUDES used within this REPORT JBD_CPIL_LIMIT

INCLUDE JBD_CHGPTR_CONSTANTS.
INCLUDE JBD_IL_OPTIONS.
INCLUDE FTLM_NOCOUNTRY.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

JBD_EXPORT_RELEVANCE_AS_SELOPT





* CALL FUNCTION 'JBD_EXPORT_RELEVANCE_AS_SELOPT' * EXPORTING * i_expobjtype = con_expobj_limit * IMPORTING * e_tab_selopt = it_exprel_selopt.

BAPI_JBD_LM_GET_LIST CALL FUNCTION 'BAPI_JBD_LM_GET_LIST' EXPORTING max_rows = max_rows * PROCESSEXTENSION = * IMPORTING * OVERFLOW_FLAG = TABLES limit_type = it_sla_sel[] * RECORD_NUMBER = * HIERARCHY = * VALID_FROM = comp_code = it_bukrs_sel[] partnr = it_gp_sel[] prod_group = it_slpg_sel[] portfolio = it_portf_sel[] trader = it_trader_sel[] currency = it_curr_sel[] * CURRENCY_ISO = monitoring = it_cntrl_sel[] intorg = it_intorg_sel[] rcountry = it_rctry_sel[] * RCOUNTRY_ISO = country = it_ctry_sel[] * COUNTRY_ISO = sector = it_indsect_sel[] rating = it_rating_sel[] crating = it_crating_sel[] free_char01 = it_rcid01_sel[] free_char02 = it_rcid02_sel[] free_char03 = it_rcid03_sel[] free_char04 = it_rcid04_sel[] free_char05 = it_rcid05_sel[] free_char06 = it_rcid06_sel[] free_char07 = it_rcid07_sel[] free_char08 = it_rcid08_sel[] free_char09 = it_rcid09_sel[] free_char10 = it_rcid10_sel[] free_char11 = it_rcid11_sel[] free_char12 = it_rcid12_sel[] free_char13 = it_rcid13_sel[] free_char14 = it_rcid14_sel[] free_char15 = it_rcid15_sel[] * limit_list = it_lm_key[] ilimit_list = it_ilm_key[] * EXTENSIONIN = * EXTENSIONOUT = * RETURN = .

JBD_CHGPTR_CREATE_MULT CALL FUNCTION 'JBD_CHGPTR_CREATE_MULT' EXPORTING i_tab_objects = it_chgptr EXCEPTIONS internal_error = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name JBD_CPIL_LIMIT or its description.