‎2015 Apr 09 6:30 AM
Hi Friend,
I would like to update WBS Element field in coding block of F-53 Transaction Code in FI Module.
Is there any exit or any other way to update WBS Element.
Thanks,
Lakshmi Prasad.
‎2015 Apr 09 6:46 AM
‎2015 Apr 09 12:16 PM
I created the Substitution already, but its not updating COBL field (wbs element).
I am able to update BSEG fields through substitution.
following code I am using...
ASSIGN ('(SAPMF05A)COBL') TO <fs_cobl>.
IF <fs_cobl> IS ASSIGNED.
<fs_cobl>-ps_psp_pnr = lv_psp_pnr.
<fs_cobl>-ps_posid = 'P00851300002060000'.
<fs_cobl>-objnr_real = 'PR00087131'.
<fs_cobl>-co_kapro = '1'.
<fs_cobl>-xauto = 'X'.
<fs_cobl>-KTOSL = 'KDF'.
ENDIF.
‎2015 Apr 09 12:41 PM
You could use an exit in OBBH to update simultaneously COBL-PS_PSP_PNR and BSEG-PROJK, but are you sure that modification of BSEG-PROJK is not copied to COBL-PS_PSP_PNR?
Regards,
Raymond
PS: Also check if note 1916787 - WBS element and sales order not substituted is applicable on your system.