Application Development 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: 

substitution for bseg-wrbtr field using user exit in FI

Former Member
0 Kudos
463

hi ,

i want to change WRBTR field  amount values using field substitution ... any help how to do it ...

thanks...

6 REPLIES 6

former_member282968
Contributor
0 Kudos
168

Hi Mahesh,

Just check if customer-exit : EXIT_SAPMM08R_001 helps.

With regards,

0 Kudos
168

hi,

thanks for ur reply but what is the exit name for this .. and in this no changing , export prameters... how its possable to change wrbtr field value...

0 Kudos
168

Hi Mahesh,

It has an import parameter I_BSEG which will contain the field WRBTR.Put a break point in the include,call the trasaction and check the values of I_BSEG.

Implement a project in CMOD add this exit and findout by passing value in I_BSEG-WRBTR is it  changing the BSEG-WRBTR.

With regards,

0 Kudos
168

Hi Naveen Srinivasa,

i want to change bseg-wrbtr values after doing GR in MIGO ... these changes should be seen FI.. when we use FB03 to display items... there i want ... will it work ...

thanks..

0 Kudos
168

Please talk to your internal revision or auditors first, as manipulating the posted amounts seems to be a very questionable idea from an accounting point of view. You might also risk database integrity.

Thomas

0 Kudos
168

hi,

Hi, i want to change bseg- WRBTR  amount in  FI  Document..  in line items  of  BSX, WRX ... after GR doing in MIGO. (MM to FI ) ex: its now showing + 115 i want to chnage to -100 and display

thanks..