2008 Jun 22 6:42 PM
I'm using this BAPI to create Orders with VC. All works OK except that I wish to enter conditions at header level not just at item level.
Can anyone brief me on how I set up this up?
Thanks, Mark
2008 Jun 22 7:59 PM
Try this:
wa_bapicond-itm_number = '000000'.
wa_bapicond-cond_type = condition type.
wa_bapicond-update_flag = 'U'.
wa_bapicond-cond_value = 'X'.
".....etc
append wa_bapicond to i_bapicond.
wa_bapicondx-itm_number = '000000'.
wa_bapicondx-cond_type = condition type.
wa_bapicondx-update_flag = 'U'.
wa_bapicondx-cond_value = 'X'.
append wa_bapicondx to i_bapicondx.
".....etc
I'm using this BAPI to create Orders with VC. All works OK except that I wish to enter conditions at header level not just at item level.
Can anyone brief me on how I set up this up?
Thanks, Mark
2008 Jun 22 7:59 PM
Try this:
wa_bapicond-itm_number = '000000'.
wa_bapicond-cond_type = condition type.
wa_bapicond-update_flag = 'U'.
wa_bapicond-cond_value = 'X'.
".....etc
append wa_bapicond to i_bapicond.
wa_bapicondx-itm_number = '000000'.
wa_bapicondx-cond_type = condition type.
wa_bapicondx-update_flag = 'U'.
wa_bapicondx-cond_value = 'X'.
append wa_bapicondx to i_bapicondx.
".....etc
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |