2012 May 30 6:22 AM
hi ,
i want to change WRBTR field amount values using field substitution ... any help how to do it ...
thanks...
2012 May 30 6:32 AM
Hi Mahesh,
Just check if customer-exit : EXIT_SAPMM08R_001 helps.
With regards,
2012 May 30 6:40 AM
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...
2012 May 30 6:47 AM
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,
2012 May 30 6:55 AM
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..
2012 May 30 8:05 AM
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
2012 May 30 8:12 AM
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..