Google Search - Blog...........

Lease Out Master Data using BAPI BAPI_RE_CN_GET_LIST

t_seloption-field_name = 'CONTRACT_TYPE'.
t_seloption-sign = 'I'.
t_seloption-option = 'EQ'.
t_seloption-field_value_low = 'Z010'.
APPEND t_seloption.

t_seloption-field_name = 'CONTRACT_TYPE'.
t_seloption-field_value_low = 'Z020'.
APPEND t_seloption.

t_seloption-field_name = 'CONTRACT_TYPE'.
t_seloption-field_value_low = 'Z030'.
APPEND t_seloption.

t_seloption-field_name = 'CONTRACT_TYPE'.
t_seloption-field_value_low = 'Z040'.
APPEND t_seloption.

CALL FUNCTION 'BAPI_RE_CN_GET_LIST'
TABLES
seloption = t_seloption
contract = t_contract
term_renewal = t_term_renewal
term_renewal_rule = t_term_renewal_rule
term_notice = t_term_notice
term_notice_obj = t_term_notice_obj
term_notice_rule = t_term_notice_rule
term_object_rel = t_term_object_rel
term_org_assignment = t_term_org_assignment
term_payment = t_term_payment
term_rhythm = t_term_rhythm
term_adjustment = t_term_adjustment
term_sr_reporting = t_term_sr_reporting
term_sr_sales = t_term_sr_sales
term_sr_peak_sales = t_term_sr_peak_sales
term_sr_rhythm = t_term_sr_rhythm
act_deposit = t_act_deposit
partner = t_partner
option_rate = t_option_rate
object_rel = t_object_rel
meas_cn = t_meas_cn
condition = t_condition
cond_calc = t_cond_calc
cond_dist = t_cond_dist
resubm_rule = t_resubm_rule
resubm_date = t_resubm_date
status = t_status
extension_out = t_extension_out
return = t_return
term_withholding_tax = t_term_withholding_tax
term_withholding_tax_item = t_term_withholding_tax_item
cosettle_param = t_cosettle_param
cosettle_rule = t_cosettle_rule
term_payment_split = t_term_payment_split.

No comments:

Post a Comment