Hi all,
Iam using the FM ISU_S_BBP_AUTO_PPL_CREATE to create the budget bill plan(payment plan).
This FM is working fine when i_no_dialog = SPACE(i.e Foreground mode),but when the same FM is executed in background ( i.e i_no_dialog = 'X') payment plan document is not created.
The data to be passed is
XY_AUTO-paymentplan-portion
XY_AUTO-paymentplan-startmonth
XY_AUTO-paymentplan-startyear
XY_AUTO-paymentplan-crt_manual = 'X'
XY_AUTO-paymentplan-contract_tab-vertrag
XY_AUTO-paymentplan-contract_tab-waers
XY_AUTO-paymentplan-contract_tab-betrag
XY_AUTO-paymentplan-contract_tab-pypls
XY_AUTO-paymentplan-contract_tab-portion
XY_AUTO-paymentplan-contract_tab-startmonth
XY_AUTO-paymentplan-contract_tab-startyear
XY_AUTO-rea61_use
Can anyone suggest how to solve this issue or any other function module which creates the payment plan?