SAP BAPI_LOAN_GETLIST Function Module for Determine a List of Loans









BAPI_LOAN_GETLIST is a standard bapi loan getlist SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Determine a List of Loans 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 bapi loan getlist FM, simply by entering the name BAPI_LOAN_GETLIST into the relevant SAP transaction such as SE37 or SE38.

Function Group: FVD_EXP_GET
Program Name: SAPLFVD_EXP_GET
Main Program: SAPLFVD_EXP_GET
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function BAPI_LOAN_GETLIST 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 'BAPI_LOAN_GETLIST'"Determine a List of Loans
EXPORTING
* MAX_ROWS = "Maximum Number of Lines of Hits
* KEY_DATE_PARTNER_REL = SY-DATUM "Key Date for the Partner- Contract Relationship

IMPORTING
ERROR = "Error Indicator For BAPIs: TRUE (='X') and FALSE ( =' ')

TABLES
* COMP_CODE_RANGE = "RANGES Structure for Company Code
* CURRENCY_RANGE = "RANGES Structure for Currency
* CURRENCY_ISO_RANGE = "RANGES Structure for Currency
* CREATION_USER_RANGE = "RANGES Structure for Entered by
* CREATION_DATE_RANGE = "RANGES Structure for Date First Entered
* CREATION_TIME_RANGE = "RANGES Structure for Time of First Entry
* LASTCHANGE_USER_RANGE = "RANGES Structure for Employee ID
* LASTCHANGE_DATE_RANGE = "RANGES Structure for Date of Last Processing
* LASTCHANGE_TIME_RANGE = "RANGES Structure for Time of Last Processing
* STATUS_RANGE = "RANGES Structure for Status of Loan Record
* COMMIT_DATE_RANGE = "RANGES Structure for Date of Approval from Lender
* CONTRACT_NO_RANGE = "RANGES Structure for Contract Number
* APPL_DATE_RANGE = "RANGES Structure for Entry Date of the Loan Application
* APPR_DATE_RANGE = "RANGES Structure for Approval Date
* ALT_NO_RANGE = "RANGES Structure for Alternative Identification
* REL_INDIC_RANGE = "RANGES Structure for Release Indicator
* PROC_ID_RANGE = "RANGES Structure for Loan Processing Indicator
* PARTNER_RANGE = "RANGES Structure for Business Partner Number
* ROLE_TYPE_RANGE = "RANGES Structure for Business Partner Role Category
* ROLE_CAT_RANGE = "RANGES Structure for Business Partner Role Category
* ROLE_SUBTYPE_RANGE = "RANGES Structure for Business Partner Role Type
* MAIN_BORR_CUST_NO_RANGE = "RANGES Structure for Customer Number of Main Borrower
* PRODUCT_TYPE_RANGE = "RANGES Structure for Product Type
* CONDITION_VALID_FROM_RANGE = "RANGES Structure for Condition Effective from Date
* OFFER_CONS_NO_RANGE = "RANGES Structure for Sequential Number in Offer
* CONDHEAD_TYPE_RANGE = "RANGES Structure for Type of Condition Header
* REPAYMENT_TYPE_RANGE = "RANGES Structure for Repayment Type Indicator
* TERM_START_DATE_RANGE = "RANGES Structure for Start of Term
* TERM_END_DATE_RANGE = "RANGES Structure for End of Term
* MARKET_RATE_DATE_RANGE = "RANGES Structure for ISB Market Interest Rate Date
* CONDITION_TYPE_RANGE = "RANGES Structure for Condition Type
* ITEM_VALID_FROM_RANGE = "RANGES Structure for Condition Item Valid From Date
* REF_INTEREST_RATE = "RANGES Structure for Reference Interest Rate
* PRODUCT_CATEGORY_RANGE = "RANGES Structure for Product Category
* DOCUMENT_NO_RANGE = "RANGES Structure for Doc. Number of Document Header (Loans)
* REVERSE_INDIC_RANGE = "RANGES Structure for Reversal Indicator
* FLOW_TYPE_RANGE = "RANGES Structure for Flow Type
* CALC_DATE_RANGE = "RANGES - Structure for Calculation Date
* DUE_DATE_RANGE = "RANGES Structure for Due Date
* TRANSACT_DATE_RANGE = "RANGES Structure for System Date Key
* TRANSACT_TIME_RANGE = "RANGES Structure for System Time Key
* LOAN_LIST = "Structure for Loan Data in List Output
* RETURN = "Return Parameters
* FILE_NO_RANGE = "RANGES Structure for File Name
* FIN_PROJECT_RANGE = "RANGES Structure for Reference Unit No. for Finance Project
* LOAN_TYPE_RANGE = "RANGES Structure for Loan Type Indicator
* LOAN_CLASS_RANGE = "RANGES Structure for Loan Class
* ACCT_ASSIGN_REF_RANGE = "RANGES - Structure for Account Assgnt Ref. Fin. Assets Mgmt
.



IMPORTING Parameters details for BAPI_LOAN_GETLIST

MAX_ROWS - Maximum Number of Lines of Hits

Data type: BAPIFVDEXP_ALE-BAPIMAXROW
Optional: Yes
Call by Reference: No ( called with pass by value option)

KEY_DATE_PARTNER_REL - Key Date for the Partner- Contract Relationship

Data type: BAPIDATS
Default: SY-DATUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for BAPI_LOAN_GETLIST

ERROR - Error Indicator For BAPIs: TRUE (='X') and FALSE ( =' ')

Data type: BAPILOAN_COMMON-ERROR
Optional: No
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for BAPI_LOAN_GETLIST

COMP_CODE_RANGE - RANGES Structure for Company Code

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

CURRENCY_RANGE - RANGES Structure for Currency

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

CURRENCY_ISO_RANGE - RANGES Structure for Currency

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

CREATION_USER_RANGE - RANGES Structure for Entered by

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

CREATION_DATE_RANGE - RANGES Structure for Date First Entered

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

CREATION_TIME_RANGE - RANGES Structure for Time of First Entry

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

LASTCHANGE_USER_RANGE - RANGES Structure for Employee ID

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

LASTCHANGE_DATE_RANGE - RANGES Structure for Date of Last Processing

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

LASTCHANGE_TIME_RANGE - RANGES Structure for Time of Last Processing

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

STATUS_RANGE - RANGES Structure for Status of Loan Record

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

COMMIT_DATE_RANGE - RANGES Structure for Date of Approval from Lender

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

CONTRACT_NO_RANGE - RANGES Structure for Contract Number

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

APPL_DATE_RANGE - RANGES Structure for Entry Date of the Loan Application

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

APPR_DATE_RANGE - RANGES Structure for Approval Date

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

ALT_NO_RANGE - RANGES Structure for Alternative Identification

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

REL_INDIC_RANGE - RANGES Structure for Release Indicator

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

PROC_ID_RANGE - RANGES Structure for Loan Processing Indicator

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

PARTNER_RANGE - RANGES Structure for Business Partner Number

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

ROLE_TYPE_RANGE - RANGES Structure for Business Partner Role Category

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

ROLE_CAT_RANGE - RANGES Structure for Business Partner Role Category

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

ROLE_SUBTYPE_RANGE - RANGES Structure for Business Partner Role Type

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

MAIN_BORR_CUST_NO_RANGE - RANGES Structure for Customer Number of Main Borrower

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

PRODUCT_TYPE_RANGE - RANGES Structure for Product Type

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

CONDITION_VALID_FROM_RANGE - RANGES Structure for Condition Effective from Date

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

OFFER_CONS_NO_RANGE - RANGES Structure for Sequential Number in Offer

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

CONDHEAD_TYPE_RANGE - RANGES Structure for Type of Condition Header

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

REPAYMENT_TYPE_RANGE - RANGES Structure for Repayment Type Indicator

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

TERM_START_DATE_RANGE - RANGES Structure for Start of Term

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

TERM_END_DATE_RANGE - RANGES Structure for End of Term

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

MARKET_RATE_DATE_RANGE - RANGES Structure for ISB Market Interest Rate Date

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

CONDITION_TYPE_RANGE - RANGES Structure for Condition Type

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

ITEM_VALID_FROM_RANGE - RANGES Structure for Condition Item Valid From Date

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

REF_INTEREST_RATE - RANGES Structure for Reference Interest Rate

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

PRODUCT_CATEGORY_RANGE - RANGES Structure for Product Category

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

DOCUMENT_NO_RANGE - RANGES Structure for Doc. Number of Document Header (Loans)

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

REVERSE_INDIC_RANGE - RANGES Structure for Reversal Indicator

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

FLOW_TYPE_RANGE - RANGES Structure for Flow Type

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

CALC_DATE_RANGE - RANGES - Structure for Calculation Date

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

DUE_DATE_RANGE - RANGES Structure for Due Date

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

TRANSACT_DATE_RANGE - RANGES Structure for System Date Key

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

TRANSACT_TIME_RANGE - RANGES Structure for System Time Key

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

LOAN_LIST - Structure for Loan Data in List Output

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

RETURN - Return Parameters

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

FILE_NO_RANGE - RANGES Structure for File Name

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

FIN_PROJECT_RANGE - RANGES Structure for Reference Unit No. for Finance Project

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

LOAN_TYPE_RANGE - RANGES Structure for Loan Type Indicator

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

LOAN_CLASS_RANGE - RANGES Structure for Loan Class

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

ACCT_ASSIGN_REF_RANGE - RANGES - Structure for Account Assgnt Ref. Fin. Assets Mgmt

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

Copy and paste ABAP code example for BAPI_LOAN_GETLIST 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_error  TYPE BAPILOAN_COMMON-ERROR, "   
lv_max_rows  TYPE BAPIFVDEXP_ALE-BAPIMAXROW, "   
lt_comp_code_range  TYPE STANDARD TABLE OF BAPIFVDEXP_COMPCODE_RANGE, "   
lt_currency_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CURR_RANGE, "   
lt_currency_iso_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CURR_ISO_RANGE, "   
lt_creation_user_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CEMPL_RANGE, "   
lt_creation_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CDATE_RANGE, "   
lt_creation_time_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CTIME_RANGE, "   
lt_lastchange_user_range  TYPE STANDARD TABLE OF BAPIFVDEXP_UEMPL_RANGE, "   
lt_lastchange_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_UDATE_RANGE, "   
lt_lastchange_time_range  TYPE STANDARD TABLE OF BAPIFVDEXP_UTIME_RANGE, "   
lt_status_range  TYPE STANDARD TABLE OF BAPIFVDEXP_STATUS_RANGE, "   
lt_commit_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_COMMITD_RANGE, "   
lt_contract_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CNUMB_RANGE, "   
lv_key_date_partner_rel  TYPE BAPIDATS, "   SY-DATUM
lt_appl_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_APPLICD_RANGE, "   
lt_appr_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_APROVD_RANGE, "   
lt_alt_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_ALTID_RANGE, "   
lt_rel_indic_range  TYPE STANDARD TABLE OF BAPIFVDEXP_RELID_RANGE, "   
lt_proc_id_range  TYPE STANDARD TABLE OF BAPIFVDEXP_PROCID_RANGE, "   
lt_partner_range  TYPE STANDARD TABLE OF BAPIFVDEXP_PARTNER_RANGE, "   
lt_role_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_ROLETYP_RANGE, "   
lt_role_cat_range  TYPE STANDARD TABLE OF BAPIFVDEXP_ROLECAT_RANGE, "   
lt_role_subtype_range  TYPE STANDARD TABLE OF BAPIFVDEXP_ROLESUBTYP_RANGE, "   
lt_main_borr_cust_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CUSTOMER_RANGE, "   
lt_product_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_PTYPE_RANGE, "   
lt_condition_valid_from_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CHBEG_RANGE, "   
lt_offer_cons_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_OFNUM_RANGE, "   
lt_condhead_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CHTYP_RANGE, "   
lt_repayment_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_REPTYP_RANGE, "   
lt_term_start_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_TBEG_RANGE, "   
lt_term_end_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_TEND_RANGE, "   
lt_market_rate_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_MRD_RANGE, "   
lt_condition_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_COTYP_RANGE, "   
lt_item_valid_from_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CIBEG_RANGE, "   
lt_ref_interest_rate  TYPE STANDARD TABLE OF BAPIFVDEXP_REFINT_RANGE, "   
lt_product_category_range  TYPE STANDARD TABLE OF BAPIFVDEXP_PCAT_RANGE, "   
lt_document_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_DOCNUM_RANGE, "   
lt_reverse_indic_range  TYPE STANDARD TABLE OF BAPIFVDEXP_REVID_RANGE, "   
lt_flow_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_FTYP_RANGE, "   
lt_calc_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_CALCD_RANGE, "   
lt_due_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_DUED_RANGE, "   
lt_transact_date_range  TYPE STANDARD TABLE OF BAPIFVDEXP_TRAND_RANGE, "   
lt_transact_time_range  TYPE STANDARD TABLE OF BAPIFVDEXP_TRANT_RANGE, "   
lt_loan_list  TYPE STANDARD TABLE OF BAPIFVDEXP_LOAN_LIST_DATA, "   
lt_return  TYPE STANDARD TABLE OF BAPIRET2, "   
lt_file_no_range  TYPE STANDARD TABLE OF BAPIFVDEXP_FILEN_RANGE, "   
lt_fin_project_range  TYPE STANDARD TABLE OF BAPIFVDEXP_FPROJECT_RANGE, "   
lt_loan_type_range  TYPE STANDARD TABLE OF BAPIFVDEXP_LTYPE_RANGE, "   
lt_loan_class_range  TYPE STANDARD TABLE OF BAPIFVDEXP_LCLASS_RANGE, "   
lt_acct_assign_ref_range  TYPE STANDARD TABLE OF BAPIFVDEXP_ACCASS_RANGE. "   

  CALL FUNCTION 'BAPI_LOAN_GETLIST'  "Determine a List of Loans
    EXPORTING
         MAX_ROWS = lv_max_rows
         KEY_DATE_PARTNER_REL = lv_key_date_partner_rel
    IMPORTING
         ERROR = lv_error
    TABLES
         COMP_CODE_RANGE = lt_comp_code_range
         CURRENCY_RANGE = lt_currency_range
         CURRENCY_ISO_RANGE = lt_currency_iso_range
         CREATION_USER_RANGE = lt_creation_user_range
         CREATION_DATE_RANGE = lt_creation_date_range
         CREATION_TIME_RANGE = lt_creation_time_range
         LASTCHANGE_USER_RANGE = lt_lastchange_user_range
         LASTCHANGE_DATE_RANGE = lt_lastchange_date_range
         LASTCHANGE_TIME_RANGE = lt_lastchange_time_range
         STATUS_RANGE = lt_status_range
         COMMIT_DATE_RANGE = lt_commit_date_range
         CONTRACT_NO_RANGE = lt_contract_no_range
         APPL_DATE_RANGE = lt_appl_date_range
         APPR_DATE_RANGE = lt_appr_date_range
         ALT_NO_RANGE = lt_alt_no_range
         REL_INDIC_RANGE = lt_rel_indic_range
         PROC_ID_RANGE = lt_proc_id_range
         PARTNER_RANGE = lt_partner_range
         ROLE_TYPE_RANGE = lt_role_type_range
         ROLE_CAT_RANGE = lt_role_cat_range
         ROLE_SUBTYPE_RANGE = lt_role_subtype_range
         MAIN_BORR_CUST_NO_RANGE = lt_main_borr_cust_no_range
         PRODUCT_TYPE_RANGE = lt_product_type_range
         CONDITION_VALID_FROM_RANGE = lt_condition_valid_from_range
         OFFER_CONS_NO_RANGE = lt_offer_cons_no_range
         CONDHEAD_TYPE_RANGE = lt_condhead_type_range
         REPAYMENT_TYPE_RANGE = lt_repayment_type_range
         TERM_START_DATE_RANGE = lt_term_start_date_range
         TERM_END_DATE_RANGE = lt_term_end_date_range
         MARKET_RATE_DATE_RANGE = lt_market_rate_date_range
         CONDITION_TYPE_RANGE = lt_condition_type_range
         ITEM_VALID_FROM_RANGE = lt_item_valid_from_range
         REF_INTEREST_RATE = lt_ref_interest_rate
         PRODUCT_CATEGORY_RANGE = lt_product_category_range
         DOCUMENT_NO_RANGE = lt_document_no_range
         REVERSE_INDIC_RANGE = lt_reverse_indic_range
         FLOW_TYPE_RANGE = lt_flow_type_range
         CALC_DATE_RANGE = lt_calc_date_range
         DUE_DATE_RANGE = lt_due_date_range
         TRANSACT_DATE_RANGE = lt_transact_date_range
         TRANSACT_TIME_RANGE = lt_transact_time_range
         LOAN_LIST = lt_loan_list
         RETURN = lt_return
         FILE_NO_RANGE = lt_file_no_range
         FIN_PROJECT_RANGE = lt_fin_project_range
         LOAN_TYPE_RANGE = lt_loan_type_range
         LOAN_CLASS_RANGE = lt_loan_class_range
         ACCT_ASSIGN_REF_RANGE = lt_acct_assign_ref_range
. " BAPI_LOAN_GETLIST




ABAP code using 7.40 inline data declarations to call FM BAPI_LOAN_GETLIST

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.

"SELECT single ERROR FROM BAPILOAN_COMMON INTO @DATA(ld_error).
 
"SELECT single BAPIMAXROW FROM BAPIFVDEXP_ALE INTO @DATA(ld_max_rows).
 
 
 
 
 
 
 
 
 
 
 
 
 
DATA(ld_key_date_partner_rel) = SY-DATUM.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!