SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RFTBLPA1 SAP ABAP Report - Locked/Unlocked Limits for Selected Partners







RFTBLPA1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to block or unblock all limits for one or more business partners, so that you can react to new information on credit standing at short notice, without having to go through the process of rereleasing all specifications...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 RFTBLPA1. "Basic submit
SUBMIT RFTBLPA1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLPA1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_LOCK = Lock
Selection Text: P_UNLOCK = Unlock
Selection Text: S_PARTNR = Partners
Title: Locked/Unlocked Limits for Selected Partners
Text Symbol: 001 = Lock
Text Symbol: 002 = Unlock
Text Symbol: 003 = Limits
Text Symbol: B01 = Business partners
Text Symbol: B02 = Limits
Text Symbol: T01 = Selection


INCLUDES used within this REPORT RFTBLPA1

No INCLUDES are used within this REPORT code!


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:

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' IMPORTING e_partner = s_partnr-low EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' IMPORTING e_partner = s_partnr-high EXCEPTIONS partner_not_found = 1 OTHERS = 2.

TB_LIMIT_SET_LOCK_BY_PARTNER CALL FUNCTION 'TB_LIMIT_SET_LOCK_BY_PARTNER' EXPORTING * i_lt_lock = space i_partnr = gt_but000-partner i_remove_lock = p_unlock CHANGING cr_sla = r_sla[] EXCEPTIONS update_failure = 1 OTHERS = 2.

BPAR_R_SEL_PART * CALL FUNCTION 'BPAR_R_SEL_PART' * EXPORTING * FIELD_RANGES = LT_TRANGE[] * ZGP = XTRUE * TABLES * BUT000_OUT = GT_BUT000[] * EXCEPTIONS * OTHERS = 1.

BUP_PARTNER_GETLIST CALL FUNCTION 'BUP_PARTNER_GETLIST' EXPORTING it_partner = lt_partnr[] IMPORTING ET_BUT000 = GT_BUT000[] EXCEPTIONS NO_VALUES_ENTERED = 1 NO_DATA_FOUND = 2 OTHERS = 3.



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 RFTBLPA1 or its description.