Hi thanks for the replay.
There are some things I still dont understand how they work.
The link says:
lh_item_account-po_item = lh_cs_item-po_item.
lh_item_account-serial_no = lh_cs_account-serial_no.
lh_item_account-yourcustomefieldname = 'XXX '.
lh_extensionin-valuepart1 = lh_item_account.
append lh_extensionin to <lt_extensionin>.
clear lh_extensionin.
lh_extensionin-structure = 'BAPI_TE_MEPOACCOUNTINGX'.
lh_item_accountx-po_item = lh_cs_item-po_item.
lh_item_accountx-serial_no = lh_cs_account-serial_no.
lh_item_accountx-yourcustomefieldname = 'X'.
lh_extensionin-valuepart1 = lh_item_accountx.
append lh_extensionin to <lt_extensionin>.
If I need to move a value to a new custom field in EKPO do I still need to use 'BAPI_TE_MEPOACCOUNTINGX'.
What is this structure?
How will this should be to move a value to a custom field in ECC EKPO?
Thanks
Nico.-