cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO item wise multiple condition type added

hossain_rajib55
Participant
0 Kudos
115

@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

hossain_rajib55_0-1747561192781.png

 

View Entire Topic
hossain_rajib55
Participant
0 Kudos

solve the issues... Thanks