Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F-53 Coding Block WBS Element update

former_member205363
Contributor
0 Likes
1,121

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.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
916

Perform first some search on FI substitution.

Regards,

Raymond

Read only

0 Likes
916

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.

Read only

0 Likes
916

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.