2007 Apr 04 10:34 PM
Hi all,
if I'm calling the Bapi_po_change . If I'm sending in an empty po header text table. will the old text stay or will it be overwritten?
example code
....
Refresh it_potextheader.
CALL FUNCTION 'BAPI_PO_CHANGE'
EXPORTING
purchaseorder = wa_new_po
TABLES
return = it_bapi_return "bapi return messages
poitem = it_poitem "po item
poitemx = it_poitemx "po item change flags
potextheader = it_potextheader "header text
potextitem = it_potextitem. "item text
...
??? whats the result of the po header text
2007 Apr 04 10:37 PM
Hi,
I believe it will stay..Unless you pass the PO number Text ID and blank Text line..
The value will not be overwritten..
Thanks,
Naren
Hi all,
if I'm calling the Bapi_po_change . If I'm sending in an empty po header text table. will the old text stay or will it be overwritten?
example code
....
Refresh it_potextheader.
CALL FUNCTION 'BAPI_PO_CHANGE'
EXPORTING
purchaseorder = wa_new_po
TABLES
return = it_bapi_return "bapi return messages
poitem = it_poitem "po item
poitemx = it_poitemx "po item change flags
potextheader = it_potextheader "header text
potextitem = it_potextitem. "item text
...
??? whats the result of the po header text
2007 Apr 04 10:37 PM
Hi,
I believe it will stay..Unless you pass the PO number Text ID and blank Text line..
The value will not be overwritten..
Thanks,
Naren
2007 Apr 04 10:41 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |