on 2016 Oct 20 7:39 AM
Hi Experts,
Is there any enhancement or FM to create a Single Payment specification for Multiple Contract Accounts in one shot?
Thanks in Advance.
Request clarification before answering.
Hi Rahul,
We can create a payment specification for multiple contract accounts even if the Business Partners are different.
Use FM GEN_EBPP_GET_DATA and pass all the different BPs and CAs to i_range_gpart & i_range_gpart respectively to get the Invoices (t_invoices) and allocations(t_allocations).
Then use cl_isu_umc_api_paymentdocument=>prepare_payment_data with the above invoices to get the Payment item data (et_payment_item_data)
Use the FM GEN_EBPP_PUT_DATA and pass the above et_payment_item_data and t_allocations
Thanks,
Glady
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Glady,
You can only create a payment specification for multiple contract accounts if those belong to same Business partner.
Regards,
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The contract account is required and cannot be multiple values in a payment specification.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.