on 2025 May 18 10:43 AM
@Hello Experts!!!
Need to add multiple condition type using ''BAPI_PO_Create1''.
it_pocond-itm_number = item_no.
it_pocond-cond_type = 'ZAXX'.
it_pocond-cond_value = wa_final-kbetr.
it_pocond-currency = 'BDT'.
it_pocond-change_id = 'I'.
APPEND it_pocond.
***custom condition type added as per material.
it_pocond-itm_number = item_no.
it_pocond-cond_type = wa_final-cond_type. ""New condition type added here
it_pocond-cond_value = wa_final-cond_per. ""condition % added
it_pocond-currency = '%'.
it_pocond-change_id = 'U'.
APPEND it_pocond.
it_pocondx-itm_number = item_no.
it_pocondx-cond_type = 'X'.
it_pocondx-cond_value = 'X'.
it_pocondx-currency = 'X'.
it_pocondx-change_id = 'X'.
APPEND it_pocondx.
it_pocondx-itm_number = item_no.
it_pocondx-cond_type = 'X'.
it_pocondx-cond_value = 'X'.
it_pocondx-currency = 'X'.
it_pocondx-change_id = 'X'.
APPEND it_pocondx.
But in po its not added. I did a upload program to meet the problem.
Please assist me to solve the issue.
Regards-
Rajib Hossain
Request clarification before answering.
solve the issues... Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 37 | |
| 23 | |
| 18 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.